[8.0beta] failure on NetBSD/alpha - Mailing list pgsql-bugs

From Stefan Schumacher
Subject [8.0beta] failure on NetBSD/alpha
Date
Msg-id 20040815144208.GA4816@aragorn
Whole thread Raw
Responses Re: [8.0beta] failure on NetBSD/alpha  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I made two further builds on my NetBSD machines.

One successfull on my NetBSD/i386 SMP machine with 2 Pentium III/500
CPUs:

----
[...]

gmake[1]: Leaving directory `/mnt/export/postgresql-8.0.0beta1/config'
PostgreSQL installation complete.
# uname -mrs
NetBSD 2.0E i386
# dmesg |grep -i pentium
cpu0: Intel Pentium III (686-class), 498.70 MHz, id 0x673
cpu1: Intel Pentium III (686-class), 498.67 MHz, id 0x673
# sys
sysctl    syslogd   sysstat   systat    systrace
# sysctl hw.ncpu
hw.ncpu =3D 2
# /usr/local/pgsql/bin/postgres -V
postgres (PostgreSQL) 8.0.0beta1

----

And one build that failed on my DEC Alpha (a AXPpci with 21066):

----
root@Arwen > gmake -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
root@Arwen > uname -a
NetBSD  2.0G NetBSD 2.0G (GENERIC) #0: Fri Jul 16 02:53:09 UTC 2004
autobuild@b1.urc.uninett.no:/usr/users/autobuild/autobuild/HEAD/alpha/OBJ/u=
sr/users/autobuild/autobuild/HEAD/src/sys/arch/alpha/compile/GENERIC
alpha
Script started on Sun Aug 15 12:44:17 2004


root@Arwen > gcc -v
Using built-in specs.
Configured with:
/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure
--enable-long-long --disable-multilib --enable-threads
--disable-symvers --build=3Di386-unknown-netbsdelf2.0.
--host=3Dalpha--netbsd --target=3Dalpha--netbsd
Thread model: posix
gcc version 3.3.3 (NetBSD nb3 20040520)
----

It crashed that way:

----
[...]

gmake -C executor all
gmake[3]: Entering directory
`/usr/home/postgresql-8.0.0beta1/src/backend/executor'
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include   -c -o execAmi.o
execAmi.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include   -c -o execGrouping.o
execGrouping.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include   -c -o execJunk.o
execJunk.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include   -c -o execMain.o
execMain.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include   -c -o execProcnode.o
execProcnode.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../src/include   -c -o execQual.o
execQual.c
execQual.c: In function `ExecInitExpr':
execQual.c:2896: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.netbsd.org/Misc/send-pr.html> for instructions.
gmake[3]: *** [execQual.o] Error 1
gmake[3]: Leaving directory
`/usr/home/postgresql-8.0.0beta1/src/backend/executor'
gmake[2]: *** [executor-recursive] Error 2
gmake[2]: Leaving directory
`/usr/home/postgresql-8.0.0beta1/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/home/postgresql-8.0.0beta1/src'
gmake: *** [all] Error 2
4307.00s real  3692.00s user   256.32s system
root@Arwen >
----

a complete typescript can be found at:
http://www-e.uni-magdeburg.de/steschum/postgresql8-netbsd-alpha-fail.bz2


Stefan
--=20
/* I can C clearly now */=20=20=20=20=20=20=20

pgsql-bugs by date:

Previous
From: Michael Meskes
Date:
Subject: Re: BUG #1214: ecpg regression in 8.0.0beta1
Next
From: Tom Lane
Date:
Subject: Re: [8.0beta] failure on NetBSD/alpha