PDA

View Full Version : [Solved] Kernel crash on 7.1-RELEASE-p3 with drm ?


olivier
February 23rd, 2009, 15:35
Hi,

Under gnome when I select close session or shutdown, my FreeBSD 7.1 crash.

I've join a dmesg and the kgdb output as attachments.

It's the first time that I use kgdb, but it seems that the problem is releated to the drm module no ?

Thanks

olivier
February 24th, 2009, 08:12
There are other peoples who have the same problem (http://docs.freebsd.org/cgi/getmsg.cgi?fetch=94276+0+archive/2009/freebsd-stable/20090222.freebsd-stable),
Then I've create a PR for this problem (http://www.freebsd.org/cgi/query-pr.cgi?pr=132042).

SirDice
February 24th, 2009, 09:30
I don't think this is solvable. The intel driver uses the Xorg GL library. The binary nvidia driver replaces that with it's own. They're not exactly compatible.

Try using the Xorg nv driver instead of the nvidia one. You may need to uninstall the nvidia driver and restore the original libGL.

olivier
February 24th, 2009, 10:05
I didn't have a nvida video card, but an Intel: And I never install the binary nvidia driver.

SirDice
February 24th, 2009, 11:53
Oeps.. Sorry, responded to the wrong thread :r

olivier
February 26th, 2009, 19:53
This drm bug have just been fixed (http://www.freebsd.org/cgi/query-pr.cgi?pr=132042) on the 8.0 Current :)