Re: HELP! My app crashes on startup, with a very weird stack trace.
Re: HELP! My app crashes on startup, with a very weird stack trace.
- Subject: Re: HELP! My app crashes on startup, with a very weird stack trace.
- From: Jens Alfke <email@hidden>
- Date: Tue, 2 Feb 2010 11:25:32 -0800
On Feb 2, 2010, at 11:09 AM, Jesper Storm Bache wrote:
Note: Apple does *not* guarantee that their implementation is
NSException free; you just should not see such exceptions being
thrown back to your code.
Agreed. In some cases exceptions are thrown internally but then
caught, so they have no effect on your code. The most prominent case
of this is anything that uses Distributed Objects under the hood,
because any call to a remote object can throw an exception if
something goes wrong with the connection. If you're watching all
exceptions being raised, it's good to explicitly ignore the exceptions
defined by DO.
—Jens_______________________________________________
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