On 01/ 4/10 04:48 PM, Rich Burridge wrote: > John Martin wrote: >> On 01/ 4/10 03:51 PM, Rich Burridge wrote: >>> >>> I'm not an expert on this, so I've attached the Xorg log file from >>> build #130 which fails (Xorg.0.log.bad) and the one from build >>> #129 that works (Xorg.0.log.good). >>> >>> It would appear to be a problem with the GLX driver, but I don't >>> believe I've done anything special here (apart from the image-update). >>> >>> (II) LoadModule: "glx" >>> (II) Loading /usr/lib/xorg/modules/extensions/GL/amd64/libglx.so >>> (II) Module glx: vendor="X.Org Foundation" >>> compiled for 1.7.3, module version = 1.0.0 >>> ABI class: X.Org Server Extension, version 2.0 >> >> You are hitting CR 6912450. > > I don't think so. Or rather ... > >> Try the workaround. > > I looked at the bug 6912450, and the workaround for OpenSolaris is: > > $ pfexec /usr/sbin/unlink /usr/lib/xorg/modules/extensions/GL > $ pfexec ln -s ../../../../../var/run/opengl/server > /usr/lib/xorg/modules/extensions/GL > > I did this, then rebooted and tried to log in and it hung again. > Latest Xorg.0.log attached.
The workaround is in place as it is now selecting the NVIDIA GLX module: (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/GL/amd64/libglx.so (II) Module glx: vendor="NVIDIA Corporation" Instead you are running into one of the variants of OSOL bug 13540: (EE) Dynamic loader error: ld.so.1: Xorg: fatal: invalid handle: 0x0 Backtrace: 0: /usr/bin/amd64/Xorg (xorg_backtrace+0x2a) [4b6f2a] 1: /usr/bin/amd64/Xorg (OsSigHandler+0x52) [4bc772] 2: /lib/amd64/libc.so.1 (__sighndlr+0x6) [fffffd7fff2e4db6] 3: /lib/amd64/libc.so.1 (call_user_handler+0x2a7) [fffffd7fff2d7b3f] 4: /usr/lib/amd64/libpixman-1.so.0 (sse2_composite_over_8888_8888+0x330) [fffffd7ffe213c00] 5: /usr/lib/amd64/libpixman-1.so.0 (_pixman_run_fast_path+0x8a1) [fffffd7ffe1f51b1] 6: /usr/lib/amd64/libpixman-1.so.0 (sse2_composite+0x70) [fffffd7ffe219dc0] 7: /usr/lib/amd64/libpixman-1.so.0 (pixman_image_composite+0x371) [fffffd7ffe1e49e1] 8: /usr/lib/xorg/modules/amd64/libfb.so (fbComposite+0x137) [fffffd7ffb3b9097] 9: /usr/X11/lib/modules/drivers/amd64/nvidia_drv.so (_nv003209X+0x22b077) [fffffd7ffc13cbe7] 10: /usr/X11/lib/modules/drivers/amd64/nvidia_drv.so (_nv003209X+0x28004bba008) [acbb78] 11: /usr/X11/lib/modules/drivers/amd64/nvidia_drv.so (_nv003209X+0x302a0040ee490) [3002000000000] Segmentation Fault at address fffffd7ffa7fc000 Fatal server error: Caught signal 11 (Segmentation Fault). Server aborting
