From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | markwkm(at)gmail(dot)com |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | compiler failures on buildfarm member wombat |
Date: | 2009-03-08 19:28:50 |
Message-ID: | 20090308192850.GL3821@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Wombat has dyed of internal compiler errors twice lately:
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=wombat&dt=2009-03-08%2004:30:01
gistget.c: In function 'gistnext':
gistget.c:358: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
It has failed in different ways in the past, for example
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=wombat&dt=2008-12-31%2004:30:01
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic pg_regress.o pg_regress_main.o -L../../../src/port -Wl,--as-needed -Wl,-rpath,'/home/markwkm/local/pgfarmbuild/HEAD/inst/lib' -lpgport -lxslt -lxml2 -lssl -lcrypto -lkrb5 -lz -lreadline -lcrypt -ldl -lm -o pg_regress
collect2: ld terminated with signal 11 [Segmentation fault]
make[2]: *** [pg_regress] Error 1
Could this be due to hardware problems?
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-03-08 19:49:04 | Re: status of remaining patches |
Previous Message | Magnus Hagander | 2009-03-08 19:14:44 | Re: Re: [COMMITTERS] pgsql: Avoid MSVC breakage caused by my previous commit by not using a |