> Could be something special that the "nv" driver is doing that makes > it not work on FreeBSD, but I've never heard of that. I think somebody > would have complained already.
I'd think so. But it looks like people have come up with similar problems: http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&as_qdr=all&q=nv_drv.o%2 Bunresolved%2B2002+site%3Axfree86.org I can't seem to find any solutions, though. :( > 2) When the server crashes and you get a core file, run gdb on it. > > gdb -c core /usr/X11R6/bin/XFree86 Where core is the XFree86.core file in my root directory? > > 3) From the gdb prompt type "bt" to get a backtrace. Hopefully you > have symbols and it will give us an idea where it actually segfaulted. Ok, I did this on XFree86.core found in my root directory. Here is the output I got (I'm typing this, since I don't know how to use gdb to send output to files): #0 0x282187b4 in kill () from /usr/lib/libc.so.4 #1 0x28258b26 in abort () from /usr/lib/libc.so.4 #2 0x806cd9a in ddxGiveUp () #3 0x806ce3e in AbortDDX () #4 0x80d2e88 in GiveUp () #5 0x80d41c9 in FatalError () #6 0x807ed39 in xf86SigHandler () #7 0xbfbfffac in ?? () #8 0x87ec290 in ?? () #9 0x87cca4a in ?? () #10 0x806c260 in InitOutput () #11 0x80be47a in main () #12 0x806badd in _start () Thank you, -James Turnbull _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
