[Xquartz-dev] quartz-wm goes crazy on macbook air

Ken Thomases ken at codeweavers.com
Thu Apr 7 14:20:59 PDT 2011


On Apr 7, 2011, at 11:46 AM, Jeremy Huddleston wrote:

> On Apr 7, 2011, at 9:16 AM, Jeremy Huddleston wrote:
> 
>> The "going crazy" is not a bug in quartz-wm.  What version of the OS are you on?
>> 
>> I'm curious how quartz-wm got into that state though.  It's in an error handler, so it didn't like something it got from the server.
> 
> So this is a bit confusing.  The x_init_error_handler is only the error handler for a short period of time *before* we enter the CFRunLoop.  Furthermore, it is set via XSetErrorHandler, not XSetIOErrorHandler ... so we should never be calling into x_init_error_handler from XIOError, and we should never be calling into that handler from within the CFRunLoop.
> 
> This is a very puzzling backtrace...

The above sounds like "sample" misattributing a code address to the wrong symbol because the right symbol has been stripped.  Unfortunately, it takes some sleuthing in the assembly code to figure out the real stack trace, if it's even possible.

Regards,
Ken



More information about the Xquartz-dev mailing list