[8.0beta] failure on NetBSD/alpha

From: Stefan Schumacher <stefan(at)net-tex(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: [8.0beta] failure on NetBSD/alpha
Date: 2004-08-15 14:42:08
Message-ID: 20040815144208.GA4816@aragorn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 = 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(at)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(at)Arwen > uname -a
NetBSD 2.0G NetBSD 2.0G (GENERIC) #0: Fri Jul 16 02:53:09 UTC 2004
autobuild(at)b1(dot)urc(dot)uninett(dot)no:/usr/users/autobuild/autobuild/HEAD/alpha/OBJ/usr/users/autobuild/autobuild/HEAD/src/sys/arch/alpha/compile/GENERIC
alpha
Script started on Sun Aug 15 12:44:17 2004

root(at)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=i386-unknown-netbsdelf2.0.
--host=alpha--netbsd --target=alpha--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(at)Arwen >
----

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

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-08-15 15:47:33 Re: [8.0beta] failure on NetBSD/alpha
Previous Message Michael Meskes 2004-08-15 13:58:25 Re: BUG #1214: ecpg regression in 8.0.0beta1