How do I debug an autorelease crash?
How do I debug an autorelease crash?
- Subject: How do I debug an autorelease crash?
- From: Dave Riggle <email@hidden>
- Date: Sat, 13 Sep 2003 08:07:36 -0700
I got all my code wired together yesterday, which means my problem
could be anywhere. Is there an easy way to track down the culprit? I
crash with a signal 11 here:
0 objc_msgSend
1 NSPopAutoreleasePool
2 -[NSApplication run]
3 NSApplicationMain
4 main
What exactly causes this crash anyway? Have I manually released an
autoreleased object? It seems like it would be more useful to get a
signal raised at the time of the error rather than at the end of the
run loop.
Dave
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.