Re: Finding the error...
Re: Finding the error...
- Subject: Re: Finding the error...
- From: Alastair Houghton <email@hidden>
- Date: Wed, 30 Nov 2005 16:15:16 +0000
On 30 Nov 2005, at 16:00, malcom wrote:
hello, is there a method to found the error in a situation like this?
http://img480.imageshack.us/my.php?image=ss12bj.jpg
Looks to me like an retain/release problem. Probably something has
been released once too often and because it was autoreleased at some
point, the crash happens when the autorelease pool tries to release it.
There has been lots written about debugging this type of problem; e.g.
http://weblog.bignerdranch.com/?p=2
Also see section 3.1 of
http://www.alastairs-place.net/cocoa/faq.txt
which contains some useful hints.
And if you want to see a comprehensive summary of all of the helpful
debugging features in OS X, see TN2124:
http://developer.apple.com/technotes/tn2004/tn2124.html
Kind regards,
Alastair.
--
http://www.alastairs-place.net
_______________________________________________
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