Re: Error executing instruction "[NSBezierPath bezierPath]"
Re: Error executing instruction "[NSBezierPath bezierPath]"
- Subject: Re: Error executing instruction "[NSBezierPath bezierPath]"
- From: James Bucanek <email@hidden>
- Date: Tue, 8 Jan 2008 08:59:33 -0700
Vinay Prabhu <mailto:email@hidden> wrote
(Tuesday, January 8, 2008 12:14 AM +0530):
Thanks for the response.
I set up the NSZombie enviornment variable.
But the crash appears when I run the application in Deployment mode.
(Note: It's not crashing; it's throwing an exception.)
When I run the application in Debug mode, crash will not appear !!!!!
I have added retain to all instances of [NSBezierPath bezierPath] initializer.
Then you probably need to enable NSZombies and/or run the
application under the debugger and set a break at the exception
handler for unrecognized message (I can't remember what is is,
but I think it's mentioned in the error message logged by the exception).
That should tell you if you have a release issue, or what the
object is that you're trying to send the message to.
--
James Bucanek
_______________________________________________
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