Re: How can main thread be blocked in mach_msg_trap?
Re: How can main thread be blocked in mach_msg_trap?
- Subject: Re: How can main thread be blocked in mach_msg_trap?
- From: Jerry Krinock <email@hidden>
- Date: Mon, 23 Mar 2009 09:07:52 -0700
Thanks, guys. Michael, you almost nailed it by naming all of the
stupid mistakes I could have made, but you left out one --
5) You weren't invoking performSelectorOnMainThread::: but instead
performSelector:onThread:::, and targetting a different thread (which
does not have a run loop running).
So the theory I stated in my first message, that mach_msg_trap means a
waiting run loop, is a good one to trust.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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