John M. Martin wrote > J?rgen Keil wrote: > > What I'm observing: When I try a test suspend-to-ram (uadmin 3 22), > > all drivers suspend, followed by all drivers resuming, but Xorg crashes > > with a SIGSEGV. > The crash is in the keyboard code. Why is this being presented as a > NVIDIA issue?
There are two SIGSEGVs, the first one is in the nvidia module. Xorg tries to catch it and tries to abort the server, but on the way down it gets another one, somewhere in the keyboard driver. I think it tries to log the message "%s: Failed to set keyboard LED's: %s\n", but one of the arguments for %s must be a NULL pointer. That results in a second SIGSEGV, inside a strlen(NULL) call. The first SIGSEGV inside the nvidia_drv.so lib should be more interesting. > (Although I am concerned about the WAIT messages from the NVIDIA X driver). -- This message posted from opensolaris.org
