This error occurs when creating a dispatch source with a mach portset (rather than a port). Probably due to a bug in one of the menu extras. However, it's extremely unlikely that it's the cause of the issues you're seeing; at worst it would just cause one of your menu extras to misbehave. - Toby On Nov 3, 2010, at 11:35 PM, Ruben Laguna wrote:
Hi,
My system (MacBook Pro) is crashing/freezing regularly 20 seconds after a wake up and the last message in the Console.app before the crash is a
SystemUIServer[184] BUG in libdispatch: 10F569 - 1730 - 0x11
I downloaded the git repo to find out what this means and if it is really related to my system freeze.
according to queue.c the format of this log is
_dispatch_log("BUG in libdispatch: %s - %lu - 0x%lx", _dispatch_build, (unsigned long)line, val);
So build 10F569, line 1730 (which file?), value 0x11.
Anyone can tell me exactly what this error log means , how to workaround it or point me to the right forum to ask?
Thanks /Rubén
-- /Rubén _______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev