PDA

View Full Version : GCC seg faults


Xorith
11-20-2004, 09:53 PM
This is new...

make[1]: Entering directory `/home/eqemu/EQEmuCVS/Source/world'
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wcomment -Wcast-align -Wno-deprecated -g -march=i686 -O -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -DDEBUG=5 -DSHAREMEM -DCATCH_CRASH -DNO_PIDLOG -DFIELD_ITEMS -DIRC -I/usr/include/mysql -I/usr/mysql/include ../common/misc.cpp -o ../common/misc.o
../common/misc.cpp: In function `void LoadItemDBFieldNames()':
../common/misc.cpp:295: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
make[1]: *** [../common/misc.o] Error 1
make[1]: Leaving directory `/home/eqemu/EQEmuCVS/Source/world'
make: *** [all] Error 2
eqemu@laguz:~/EQEmuCVS/Source$


What version of gcc is recommended?

Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-13)
eqemu@laguz:~/EQEmuCVS/Source$

-- Xorith

Xorith
11-20-2004, 09:57 PM
Funny... for one, #worldshutdown left some zone servers running.
I noticed before that if I had the server up, gcc would seg fault on compiling the source.

After I took down the zone server, it compiled fine.

Why would having a zone server running cause gcc to seg fault?