When I boot a VMWare image of openSUSE 11.0 (beta), X crashes repeatedly, and GDM shows an error dialog in text mode. I've managed to produce a stack trace from x.org, using gdb in a remote login thusly: [In remote console] init 3 while true; do sleep 1; XPID=$(pidof X); if [ "$XPID" != "" ]; then gdb X $XPID; fi; done [In main console] init 5 GDM starts up, starts X. gdb attaches to and suspends X, and I tell it to continue execution. I then get a crash, the stack trace for which I'll attach. X.org is latest git version.
Created attachment 13872 [details] Stack trace.
pSrc->pDrawable == NULL, dereferencing it causes the crash.
The openSUSE bug where we first discussed this: https://bugzilla.novell.com/show_bug.cgi?id=353489
Should be fixed in xf86-video-vmware 10.16.9. Please reopen if the problem still occurs with that.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.