Re: Window freezes app
Re: Window freezes app
- Subject: Re: Window freezes app
- From: Antonio Nunes <email@hidden>
- Date: Wed, 30 May 2007 16:09:31 +0200
On 30 May 2007, at 10:39, Yann Bizeul wrote:
It looks like a deadlock problem, you know AppKit is not thread
safe and you have to be very carefull when updating AppKit items in
threads, which seem to be the case.
Try adding some locks to avoid this situation ?
Thanks Yann,
I know about issues with threads (I've been bitten by them before),
and I understand it's a deadlock problem, but these are threads
spawned by AppKit itself. And I am not updating anything at the point
where the freeze happens. I'm simply putting the window on-screen. As
I wrote, a similar deadlock problem appeared at the same time with a
panel that would freeze when putting it on-screen, but I was able to
fix it simply by recreating the panel from scratch in Interface
Builder. Yet, this simple solution doesn't seem to work for the
window at hand. It looks like it may be time to call in Apple DTS.
I'd rather have used my support incident for something more exciting....
Cheers,
António_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden