Skip navigation.
 
mlRe: Error executing instruction "[NSBezierPath bezierPath]"
FROM : James Bucanek
DATE : Tue Jan 08 16:59:33 2008

Vinay Prabhu <mailto:vinay.<email_removed>> 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

Related mailsAuthorDate
mlError executing instruction "[NSBezierPath bezierPath]" Vinay Prabhu Jan 7, 07:11
mlRe: Error executing instruction "[NSBezierPath bezierPath]" James Bucanek Jan 7, 16:47
mlRe: Error executing instruction "[NSBezierPath bezierPath]" James Bucanek Jan 7, 17:07
mlRe: Error executing instruction "[NSBezierPath bezierPath]" Vinay Prabhu Jan 8, 08:14
mlRe: Error executing instruction "[NSBezierPath bezierPath]" James Bucanek Jan 8, 16:59