--- Begin Message ---
Kevin Brosius wrote:
>
> I've been trying to get a cvs install to run here, but the virge driver
> currently segfaults and kills the server. Is anyone else seeing
> failures? The debugging version of gdb isn't working well on my system,
> showing me only a static struct label (S3VOptions) for the frame info in
> a backtrace. I'm building a static server now, but if anyone sees this
> failure in others drivers I'd appreciate a note.
Here's the problem:
Program received signal SIGSEGV, Segmentation fault.
0x0810b6ba in MouseGetPnpProtocol ()
(gdb) bt
#0 0x0810b6ba in MouseGetPnpProtocol ()
#1 0x0810ab65 in autoOSProtocol ()
#2 0x0810a288 in SetupMouse ()
#3 0x081099dc in MouseProc ()
#4 0x08168195 in EnableDevice ()
#5 0x08168298 in InitAndStartDevices ()
#6 0x0817b8f2 in main ()
#7 0x400637ee in __libc_start_main () from /lib/libc.so.6
--
Kevin
--- End Message ---