Re: Deadlock with -setApplicationIconImage in a drawing thread
Re: Deadlock with -setApplicationIconImage in a drawing thread
- Subject: Re: Deadlock with -setApplicationIconImage in a drawing thread
- From: David Sinclair <email@hidden>
- Date: Fri, 17 Jan 2003 14:56:05 -0800
On Friday, Jan 17, 2003, at 02:35 US/Pacific, Aki Inoue wrote:
Looks like you're bitten by an NSColor threading bug.
You might be able to workaround the issue by pre-instantiating all the
system colors before detaching the subthread.
Meanwhile, please file a bug.
Thank you,
Aki
Thanks for your reply. For anyone interested, and archive
completeness, it appears that loading the images into an array before
detaching the sub-thread has fixed it... at least from testing so far.
More efficient that way, too.
I filed a bug report.
--
David Sinclair, Dejal Systems, LLC - email@hidden
Let Dejal Simon keep an eye on your sites for changes or failures!
http://www.dejal.com/simon/
_______________________________________________
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.