Re: Drawing crash - not near my code!
Re: Drawing crash - not near my code!
- Subject: Re: Drawing crash - not near my code!
- From: Uli Kusterer <email@hidden>
- Date: Fri, 25 Nov 2005 18:56:49 +0100
Am 25.11.2005 um 17:00 schrieb Evan Olcott:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
It's a bad access error. You must've stomped on system memory
somewhere. It's just crashing inside system functions because that's
where the system accesses the memory you corrupted. That's why memory
bugs are so hard to track down: You change some un-allocated (or
already released) memory and it doesn't blow up in your face until
someone else uses the memory you just overwrote.
I'm a little surprised that a head programmer didn't spot that one
immediately...
Cheers,
-- M. Uli Kusterer
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