BUG #1595: Segmentation fault

Started by Stéphane Bérubéabout 21 years ago2 messagesbugs
Jump to latest
#1Stéphane Bérubé
sirber@gmail.com

The following bug has been logged online:

Bug reference: 1595
Logged by: Stéphane Bérubé
Email address: sirber@gmail.com
PostgreSQL version: 8.0.2
Operating system: Gentoo Base System version 1.4.16
Description: Segmentation fault
Details:

I'm getting seg fault on compile on 2/3 system.

*** 1 ***

make[4]: Leaving directory
`/var/tmp/portage/postgresql-8.0.2/work/postgresql-8.0.2/src/port'
for lang in cs de es fa fr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN
zh_TW; do \
/bin/sh ../../../config/install-sh -c -m 644 po/$lang.mo
/var/tmp/portage/postgresql-8.0.2/image//usr/share/locale/$lang/LC_MESSAGES/
pg_controldata.mo || exit 1; \
done
../../../config/install-sh: line 262: 14084 Segmentation fault $doit
$instcmd "$src" "$dsttmp"

*** 2 ***

i686-pc-linux-gnu-gcc -O3 -march=athlon-xp -pipe -fomit-frame-pointer -mmmx
-msse -m3dnow -mfpmath=sse -funroll-loops -Wall -Wmissing-prototypes
-Wpointer-arith -Wendif-labels -fno-strict-aliasing -I../../../src/include
-D_GNU_SOURCE -c -o tablecmds.o tablecmds.c -MMD
make[3]: *** [tablecmds.o] Segmentation fault
make[3]: *** Deleting file `tablecmds.o'

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Stéphane Bérubé (#1)
Re: BUG #1595: Segmentation fault

"Stéphane Bérubé" <sirber@gmail.com> writes:

i686-pc-linux-gnu-gcc -O3 -march=athlon-xp -pipe -fomit-frame-pointer -mmmx
-msse -m3dnow -mfpmath=sse -funroll-loops -Wall -Wmissing-prototypes
-Wpointer-arith -Wendif-labels -fno-strict-aliasing -I../../../src/include
-D_GNU_SOURCE -c -o tablecmds.o tablecmds.c -MMD
make[3]: *** [tablecmds.o] Segmentation fault

I'd say you need to report that to the gcc people, not us.

regards, tom lane