Skip navigation.
 
mlRe: NSWindow and autorelease with dynamic binary
FROM : John Stiles
DATE : Tue Jan 15 20:38:00 2008

Set a breakpoint on -[NSException raise].


On Jan 15, 2008, at 11:36 AM, Wesley Smith wrote:

>> Use NSZombieEnabled to figure out what type of deallocated object 
>> that
>> is triggering the crash.
>> This should be your priority #1.
>>

>
> Ok, So I've turned that on.  From what I've read about NSZombieEnabled
> it should automatically post log messages without me having to do
> anything else right?  Unfortunately, it doesn't seem to be doing so.
> I'm wondering how I can see what Objc_msgSend is trying to do i.e.
> what's the class of the object the selector it's trying talk to.
>
> wes
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/jstiles%
> 40blizzard.com
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlNSWindow and autorelease with dynamic binary Wesley Smith Jan 15, 11:18
mlRe: NSWindow and autorelease with dynamic binary John Stiles Jan 15, 18:23
mlRe: NSWindow and autorelease with dynamic binary Wesley Smith Jan 15, 19:04
mlRe: NSWindow and autorelease with dynamic binary j o a r Jan 15, 20:14
mlRe: NSWindow and autorelease with dynamic binary Wesley Smith Jan 15, 20:36
mlRe: NSWindow and autorelease with dynamic binary John Stiles Jan 15, 20:38
mlRe: NSWindow and autorelease with dynamic binary Wesley Smith Jan 15, 21:17
mlRe: NSWindow and autorelease with dynamic binary Kyle Sluder Jan 15, 22:40