Re: Need help debugging this
Re: Need help debugging this
- Subject: Re: Need help debugging this
- From: Andre Masse <email@hidden>
- Date: Mon, 18 Jul 2011 08:48:35 -0400
Hi,
Still banging my head on this one. Here's what I've done:
1- Adding a breakpoint on objc_exception_throw: brings the debugger on NSApplicationMain...
2- I've enabled MallocStackLoggingNoCompact environment variable. After my app crashes, I've tried
shell malloc_history 1480 0x7fff71192b70
and got:
no stack logs found for 0x7fff71192b70
with a list of Binary Images for a bunch of other addresses...
This is surprising since I always get the same error at the same address:
-[NSCFString string]: unrecognized selector sent to instance 0x7fff71192b70
Any other ideas?
Thanks to all for your help,
Andre Masse
PS: Salut Vincent :-)
_______________________________________________
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