|
Description
|
Xorg server immediately crashed on a VMware VM, during the installation
of the Nevada B58 bits.
The following is a piece of the backtrace log left on the console:
Backtrace:
1: 0xd1f4cbef: /lib/libc.so.1:__sighwdlr+0xf
2: 0xd1f4216b: /lib/libc.so.1:call_user_handler+0x2b8
** Signal 11 (SEGV)
3: 0xd1ca7cf0: /tmp/root/usr/X11/lib/modules/drivers/vmware_drv.so:VMWAREGetImage+0x30
4: 0xce009c1d: /tmp/root/usr/X11/lib/modules/libxaa.so:XAAGetImage+0xfd
5: 0x81352fb: /tmp/root/usr/X11/bin/i386/Xorg:miBSGetImage+0x17b
6: 0x814d9fd: /tmp/root/usr/X11/bin/i386/Xorg:miSpriteGetImage+0x17d
7: 0x80a5377: /tmp/root/usr/X11/bin/i386/Xorg:ServerBitsFromGlyph+0x207
8: 0x8087e56: /tmp/root/usr/X11/bin/i386/Xorg:AllocGlyphCursor+0xf6
9: 0x80883ec: /tmp/root/usr/X11/bin/i386/Xorg:CreateRootCursor+0xcc
10: 0x80a784e: /tmp/root/usr/X11/bin/i386/Xorg:main+0x3de
11: 0x8081670: /tmp/root/usr/X11/bin/i386/Xorg:_start+0x90
After installing the B58 using a text installation method,
I found 64-bit Xorg works on a VMware VM. But, 32-bit binary
crashes. The core stack trace is as follows:
> ::status
debugging core file of Xorg (32-bit) from d-mpk17-227-200
file: /usr/X11/bin/i386/Xorg
initial argv:
/usr/X11/bin/i386/Xorg :0 -depth 24 -nolisten tcp -nobanner -auth /var/dt/A:0-f
threading model: native threads
status: process terminated by SIGABRT (Abort)
> ::stack
libc.so.1`_lwp_kill+7(1, 6)
libc.so.1`raise+0x22(6)
libc.so.1`abort+0xcd(0, 0, 8047528, 80c15e5, 81e130a, 8204000)
0x80ca685(1, 8204000, 8047558, 80c03b4, 81e130a, 8047564)
AbortServer+0x23(81e130a, 8047564, 8047570, 9, 0, 8204000)
FatalError+0x64(81edb20, b, 8047570, fefcb768, c, 100)
xf86SigHandler+0x1a3(b, 0, 8047950)
libc.so.1`__sighndlr+0xf(b, 0, 8047950, 80ee290)
libc.so.1`call_user_handler+0x2b8(b, 0, 8047950)
libc.so.1`sigacthandler+0xc2(b, 0, 8047950)
vmware_drv.so`VMWAREGetImage+0x30(8513cb0, 0, 0, 10, 10, 1)
libxaa.so`XAAGetImage+0xfd(8513cb0, 0, 0, 10, 10, 1)
miBSGetImage+0x17b(8513cb0, 0, 0, 10, 10, 1)
miSpriteGetImage+0x17d(8513cb0, 0, 0, 10, 10, 1)
ServerBitsFromGlyph+0x207(8512fe8, 1, 8047dc0, 8047dbc, 8412c48, 0)
AllocGlyphCursor+0xf6(40, 0, 40, 1, 0, 0)
CreateRootCursor+0xcc(81e0c41, 0, 842a400, 8047e70, fedf0148, fef99340)
main+0x3de(9, 8047eb0, 8047ed8)
_start+0x80(9, 8047f50, 8047f67, 8047f6a, 8047f71, 8047f74)
|