Re: signal 10 (SIGBUS) problem
Re: signal 10 (SIGBUS) problem
- Subject: Re: signal 10 (SIGBUS) problem
- From: J Nozzi <email@hidden>
- Date: Wed, 17 Dec 2003 16:31:13 -0500
On Dec 17, 2003, at 4:15 PM, Jay Rimalrick wrote:
Question 1:
While working on my project everything was going fine. I added a few
GUI object and some simple code everything that I am comfortable to
say are errorless. However when I build and run my project it starts
to run and then quits. I get an error message "The application
myApplication has unexpectedly quit." Then in the terminal in says
"myApplication has exited due to signal 10 (SIGBUS). What is weird
about this is that when I run my program in debug it runs fine, no
errors. How can this be?
More information is needed. What specifically did you add? Are you
sure you're not trying to access an object that is no longer (or never
was) valid?
Question 2:
Also of note, when my program was working perfectly fine I tried to
take the myApplication.app (application file) to another computer.
When I double clicked the icon it started to start up but then quit.
The myApplication.app file ran fine on my computer but why when I took
it to another machine it screwed up?
You must build the application in Deployment style. See "Build
Styles".
- J
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.