Re: Overriding -copyWithZone: the right way
Re: Overriding -copyWithZone: the right way
- Subject: Re: Overriding -copyWithZone: the right way
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sat, 6 Nov 2004 16:50:01 +0100
At 15:39 Uhr -0800 05.11.2004, Byron Wright wrote:
Why don't you check the crash log or run the application in the
debugger until it crashes. You'll get a stack trace from which will
help you pinpoint the problem.
Though with memory bugs, the time at which you see the crash might
not be the time at which the actual bug occurred. If you overwrite
some memory, and it's still within your app's allocated range of
addresses, you won't notice until you next attempt to use the
overwritten data.
Most "weird" crashes are memory-related.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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