Re: No current point for control point bounds
Re: No current point for control point bounds
- Subject: Re: No current point for control point bounds
- From: Kyle Sluder <email@hidden>
- Date: Thu, 05 May 2011 17:38:44 -0700
On Thu, May 5, 2011 at 5:29 PM, Indragie Karunaratne
<email@hidden> wrote:
> This does *not* happen on newer versions of OS X, only 10.6.7. It happens almost as soon as the app opens and renders it totally useless as the window will not respond. The worst part is that I have no clue where it is coming from. I put a breakpoint on NSLog() but it breaks at NSApplicationMain() when that message is logged, which gives me no clue as to what could be causing it.
Do you mean that when it breaks, the only code of yours that is in the
stack trace is the call to NSApplicationMain()? If you break in
framework code, Xcode4 will by default show you the topmost frame of
your own code, rather than disassembly of the framework code where
execution actually stopped.
Look at the actual stack trace (use the `bt` command if you have to);
that should give you more information about what's going on.
--Kyle Sluder
_______________________________________________
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