That's odd it really shouldn't segv under any circumstance short of faulty hardware. First off run memtest86 overnight on the PC and see if it finds anything.
Let us know the output of 'lspci -v' too. That might also be interesting.
If not and you feel up to some extreme geekyness try running:- #apt-get install libgl1-mesa-glx-dbg
$ gdb glxinfo (gdb) r .... (gdb) bt
It might shed some light on the sitaution , if not provide enough information for your first bug report...
no subject
Date: 2010-08-25 07:06 pm (UTC)Let us know the output of 'lspci -v' too. That might also be interesting.
If not and you feel up to some extreme geekyness try running:-
#apt-get install libgl1-mesa-glx-dbg
$ gdb glxinfo
(gdb) r
....
(gdb) bt
It might shed some light on the sitaution , if not provide enough information for your first bug report...