So, for not such a long while ago I got my new set of hardware: a DFI Lanparty nF4 Ultra-D motherboard, AMD X2 4200+ processor among some other things. So I began to install my favorite OS: Gentoo Linux. It all went well until the system began to hang while emerging ghostscript... A thread that describes the problem I had: http://forums.gentoo.org/viewtopic-t-310791.html. The workaround where you emerge ghostscript-afpl instead, and it works. But know I get a similar problem while emerging xine-lib. But this time I just get a Segmentation fault when I try to emerge, and sometimes there is the crash similar to the crash I got when I tried to emerge ghostscript.
I redirected the output of the emerge to a file, so that I could study which file that causes the crash, and the last line in that file follows:
Code: Select all
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -DNDEBUG -D_REENTRANT -DXINE_COMPILE -DENABLE_IPV6 -march=k8 -pipe -O2 -frename-registers -ffunction-sections -c h264.c -fPIC -DPIC -o .libs/h264.oCode: Select all
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -DNDEBUG -D_REENTRANT -DXINE_COMPILE -DENABLE_IPV6 -march=k8 -pipe -O2 -frename-registers -ffunction-sections -c h264.c -fPIC -DPIC -o .libs/h264.o
h264.c: In function `fill_rectangle':
h264.c:387: warning: cast from pointer to integer of different size
h264.c: In function `decode_mb_cavlc':
h264.c:5070: internal compiler error: Segmentation faultAnother wierd thing is that I had a problem like this while emergein kdelibs (I think), but later on, when I tried emergeing, it went through nicely...
I don't think there is something wrong with the hardware... The system have previousley (is it spelled like that? I think I'm wrong) had Windows XP installed, and it worked just fine...
I have also tried increasing the RAM voltage from 2.6V to 2.8V... I read somewhere it would help, but it didn't... Anyone got an idea?


