On Aug 25, 2010, at 5:20 PM, Roland King wrote: > I've had some of those crashes recently too. In my case I tracked it down to > some bad code I'd written in a KVO method which was throwing an exception > when it was getting called for an update. Instead of seeing the error > (invalid selector I think it was) the app just crashed, when put under the > debugger I too ended up at _unwind_resume. > > Adding a try/catch around some main bits of the app found the real issue for > me.
If anyone has a reproducible case like this, please file a bug report. The thrown exception is your problem, but the crash during exception unwinding may be a bug in the compiler or the unwinder. -- Greg Parker gpar...@apple.com Runtime Wrangler _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com