Re: What does this mean?
Re: What does this mean?
- Subject: Re: What does this mean?
- From: John Draper <email@hidden>
- Date: Tue, 03 May 2005 18:07:52 -0700
Henry Maddocks wrote:
Run your app in gdb and when it stops type 'bt' (backtrace) or
'where' and it will show you the code that is causing the
EXC_BAD_ACCESS.
Ok, Great - thanx for the info.
You can run it in the XCode debugger to get the same info. The other
messages were probably symptoms of this error.
Yes - I suspect so.
You are probably trying to access memory (variable / class whatever)
you don't own or is no longer valid.
Right - I actually found the problem - it turns out to be an Apple bug.
John
_______________________________________________
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