Re: NSColor Deadlock bug?
Re: NSColor Deadlock bug?
- Subject: Re: NSColor Deadlock bug?
- From: Ali Ozer <email@hidden>
- Date: Sat, 7 Feb 2004 09:25:10 -0800
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.