Re: has exited due to signal 10 (SIGBUS).
Re: has exited due to signal 10 (SIGBUS).
- Subject: Re: has exited due to signal 10 (SIGBUS).
- From: Clark Cox <email@hidden>
- Date: Thu, 16 Dec 2004 09:55:11 -0500
On Thu, 16 Dec 2004 20:14:18 +0530, Amit Kumar(R&D) <email@hidden> wrote:
>
>
> Hi ,
> My application get crashe, claiming that it 'has exited due to signal 10
> (SIGBUS).
> If I debug the application , it tells me 'Program received signal:
> "EXC_BAD_ACCESS".
>
> Let me know the sulution of this problem.
You're going to need to provide more information than that.
EXC_BAD_ACCESS means that something in your program tried to access
memory that it didn't have the right to (i.e. you ran off the end of
an array, you sent a message using a pointer to an object that had
already been deallocated, you sent a message using a pointer that was
uninitialized, etc.)
--
Clark S. Cox III
email@hidden
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
_______________________________________________
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