On Mac OS-X El Capitain, after upgrading from XQuartz 2.7.8 to 2.7.9 the software tools from the KARMA package (http://www.atnf.csiro.au/computing/software/karma/) now seg fault when opened. I tried to upgrade to 2.7.10beta, to check if that helped. It did not, but at least provided the following error: ASAN:DEADLYSIGNAL ================================================================= ==1846==ERROR: AddressSanitizer: SEGV on unknown address 0x00000000001c (pc 0x000106cb7015 bp 0x7fff58f6d210 sp 0x7fff58f6ceb0 T0) #0 0x106cb7014 in _ImageDisplay_Initialise (/usr/local/karma/lib/libkarmawidgets.1.7.20.dylib+0x1e014) #1 0x1070a4285 in CallInitialize (/usr/X11/lib/libXt.6.dylib+0x1c285) #2 0x1070a1d10 in xtCreate (/usr/X11/lib/libXt.6.dylib+0x19d10) #3 0x1070a14ab in _XtCreateWidget (/usr/X11/lib/libXt.6.dylib+0x194ab) #4 0x1071368ea in _XtVaCreateWidget (/usr/X11/lib/libXt.6.dylib+0xae8ea) #5 0x107136bbc in XtVaCreateManagedWidget (/usr/X11/lib/libXt.6.dylib+0xaebbc) #6 0x106c92900 in main (/usr/local/karma/bin/kvis+0x100001900) #7 0x106c92713 in start (/usr/local/karma/bin/kvis+0x100001713) #8 0x0 (<unknown module>) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/local/karma/lib/libkarmawidgets.1.7.20.dylib+0x1e014) in _ImageDisplay_Initialise ==1846==ABORTING Abort Downgrading to 2.7.8 fixed the issue, so it must be something thats changed since then. Tim Davis
I've also had reports of this happening with wine using 2.7.9 and 2.7.10 beta 2. It appears these releases were built with address sanitization enabled. wine, itself built without asan, fails like this at startup: https://github.com/Homebrew/homebrew-core/files/338776/winefail.txt It works fine with asan disabled. For more context, here's the Homebrew issue for the wine failures: https://github.com/Homebrew/homebrew-core/issues/2481
Sorry, by "with asan disabled" I mean "with X11 disabled".
*** This bug has been marked as a duplicate of bug 96292 ***
The issue with wine is a completely different issue. Please don't confuse them.
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.