Crash when autorelease pool cycles - how to tell what object is causing the problem?
Crash when autorelease pool cycles - how to tell what object is causing the problem?
- Subject: Crash when autorelease pool cycles - how to tell what object is causing the problem?
- From: "Brant Sears" <email@hidden>
- Date: Thu, 1 Sep 2005 18:37:39 -0700
- Thread-topic: Cocoa-dev Digest, Vol 2, Issue 1320
I keep getting a crash with EXC_BAD_ACCESS and the back trace shows:
#0 0x908311f4 in objc_msgSend ()
#1 0x90a21f3c in NSPopAutoreleasePool ()
#2 0x92ead0f4 in -[NSApplication run] ()
Is there a way I can tell what object is causing the problem? I have already turned on NSZombieEnabled, NSDebugEnabled, MallocStackLogging, and NSAutoreleaseFreedObjectCheckEnabled. What else can I do? Is there a register that is pointing to the bad argument I can examine?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden