Re: EXC_BAD_ACCESS error
Re: EXC_BAD_ACCESS error
- Subject: Re: EXC_BAD_ACCESS error
- From: Jonas Maebe <email@hidden>
- Date: Mon, 11 Oct 2010 15:58:55 +0200
On 11 Oct 2010, at 15:49, McLaughlin, Michael P. wrote:
Using Xcode 3.2.4 under Mac OS 10.6.4 on a 64-bit Mac Pro, I am
getting a
runtime error of
EXC_BAD_ACCESS
It means that an invalid memory location is accessed. The usual cause
is either an invalid pointer dereference, or memory corruption
(possibly in an unrelated part of your program, since any part of a
program can overwrite any other part of your program's data).
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden