Why crash when debugging?
Why crash when debugging?
- Subject: Why crash when debugging?
- From: Mark Woollard <email@hidden>
- Date: Thu, 20 Nov 2003 11:26:14 +0000
My project currently can be run outside the debugger and works as
normal, but if I launch for debug I get 'Program received signal:
"SIGTRAP"' and the following stack trace during the app starting:
#0 0x8fe019e0 in __dyld_halt
#1 0x8fe0acf4 in __dyld_link_edit_error
#2 0x8fe0428c in __dyld_map_library_image
#3 0x8fe03930 in __dyld_load_library_image
#4 0x8fe06a0c in __dyld_load_images_libraries
#5 0x8fe02e18 in __dyld_load_executable_image
#6 0x8fe01b70 in __dyld__dyld_init
I've tried the obvious Clean All / Rebuild and a system reboot to no
avail. This is on 10.3 with xCode 1.0.1. Anyone got a suggestion as to
whats wrong? There's obviously an issue loading a module but why only
when under the debugger?
Thanks
Mark
_______________________________________________
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.