Re: NSColor Deadlock bug?
Re: NSColor Deadlock bug?
- Subject: Re: NSColor Deadlock bug?
- From: "J. Nicholas Jitkoff" <email@hidden>
- Date: Sun, 8 Feb 2004 13:36:02 -0800
I tried this as a workaround, and it seems to have prevent the problem
so far. I will file a bug report.
Thank you for the suggestion.
Nicholas
On Feb 7, 2004, at 9:25 AM, Ali Ozer wrote:
In my experience, the first thread always looks the same, hanging on
+controlShadowColor, the second varies, sometimes it is image
rendering, sometimes window drawing.
Does anyone have any suggestions on how to deal with this? It only
happens periodically, but is really annoying.
Assuming that this is really the first call to controlShadowColor, a
workaround might be to call (void)[NSColor controlShadowColor]
somewhere in your program, early on, when hopefully no other threads
are banging on the image lock.
Also, please report a bug... I don't know whether there is indeed a
bug here, but it should be investigated.
Ali
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.