make fails with segmentation fault

Support and queries relating to all previous versions of ZoneMinder
Locked
hockeyStop
Posts: 6
Joined: Thu Jun 02, 2005 7:04 am

make fails with segmentation fault

Post by hockeyStop »

Hello all,
I appreciate some of the help that I have already received. I have another problem here with the upgrade to 1.21.2. For a background, I was running 2.6 kernel on an amd k6 processor but after I got zoneminder working I would see the kernel crash often and I finally figured out that the 2.6 kernel does not support the k6 processor. I am now running 2.4.27-2-k6. At first I did not realize I had a k6 processor. Oh well. Now what I get is this everytime I run make. If anyone can make sense of this I would appreciate it. Thanks.



if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/bin/include -g -O2 -MT zm_local_camera.o -MD -MP -MF ".deps/zm_local_camera.Tpo" -c -o zm_local_camera.o zm_local_camera.cpp; \
then mv -f ".deps/zm_local_camera.Tpo" ".deps/zm_local_camera.Po"; else rm -f ".deps/zm_local_camera.Tpo"; exit 1; fi
zm_local_camera.cpp: In member function `void LocalCamera::Terminate()':
zm_local_camera.cpp:264: 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[2]: *** [zm_local_camera.o] Error 1
make[2]: Leaving directory `/root/zm-1.21.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/zm-1.21.2'
make: *** [all] Error 2
Baylink
Posts: 338
Joined: Sun Jun 19, 2005 3:19 am

Post by Baylink »

I believe it means that the compiler itself crashed while trying to compile the code; apparently the GCC people want a bug report so they can figure out why -- indeed, compilers don't crash real often...
Locked