Re: Strange exception raised in NSObjectParameterBinder during manual binding
Re: Strange exception raised in NSObjectParameterBinder during manual binding
- Subject: Re: Strange exception raised in NSObjectParameterBinder during manual binding
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 23 Aug 2007 13:46:56 -0600
On Aug 23, 2007, at 1:39 PM, Michael Norris wrote:
I got the following NSException raised today, which occurs in the
midst of a manual binding. If I continue, the binding itself goes
through fine, and works no problem. However, the exception worries
me, and I'd like to know why I'm getting it. Any hints on working
out where this is coming from, or how I can debug it? I'm not very
au fait with turning registers into Cocoa objects while I'm in
Assemblyland.
Next time you get the exception, type "po $r3" on PowerPC or "po *
(int *)($ebp+8)" on Intel into the debugger console to get a
description of the exception.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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