Debugger exits with signal 5 (SIGTRAP) after computer crashed.
Debugger exits with signal 5 (SIGTRAP) after computer crashed.
- Subject: Debugger exits with signal 5 (SIGTRAP) after computer crashed.
- From: Johannes Huning <email@hidden>
- Date: Sun, 9 Dec 2007 03:41:12 +0100
Dear Cocoa Developers,
I just started programming Objective-C and Cocoa. As a first Project,
I'm creating an application, that generates thumbnails of files
dragged to a custom view. Until now, everything worked fine. Then
while playing around with my app, the computer stopped responding and
I had to turn the Mac of by pressing the power button for a few seconds.
After the restart, I tried to recompile and start the Application via
XCode. The Build itself succeeds every time, but as XCode tries to
open the App (Build and run), I get this error message in the log
window:
-------------------------------------------
[Session started at ... ]
The Debugger has exited due to signal 5 (SIGTRAP).The Debugger has
exited due to signal 5 (SIGTRAP).
-------------------------------------------
Since I'm quite new to the world of programming, I tried some easy
steps to resolve the problem:
1. Look at the Console:
---------------------------
... Xcode[1072] *** NSTask: Task create for path '/Users/username/
myapp/build/Debug/myapp.app' failed: 13, "Permission denied".
Terminating temporary process.
---------------------------
So I repaired permissions and even tried to set full r+w rights to a
copy of the whole project directory. Sadly, nothing changed.
2. Create a new Project, to which I copied all my classes and the
MainMenu.nib file. The App will build and start, but as soon as I drag
Images into my view - wich worked absolutely well in the (now)
corrupted project before - the debugger starts and the app crashes.
I searched the archive and Google, but unfortunately I weren't able to
find anything that helped me with this matter.
Right now, I have no clue what to do and I'd highly appreciate any help.
Kind regards,
Johannes Huning
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden