Debugging issue with XCode/GDB on SnowLeopard
Debugging issue with XCode/GDB on SnowLeopard
- Subject: Debugging issue with XCode/GDB on SnowLeopard
- From: shalini <email@hidden>
- Date: Mon, 15 Mar 2010 16:49:55 -0700
I am getting this error while trying to debug my app on Snow Leopard (10.6.2), XCode 3.2.1
Program received signal: “EXC_BAD_ACCESS”. [Switching to process 5716] Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.) Previous frame inner to this frame (gdb could not unwind past this frame) Previous frame inner to this frame (gdb could not unwind past this frame) (gdb) bt #0 0x00000000 in ?? () #1 0x00000001 in ?? () (gdb) c Continuing. Program received signal: “EXC_BAD_ACCESS”. Previous frame inner to this frame (gdb could not unwind past this frame) Previous frame inner to this frame (gdb could not unwind past this frame)
I tried the same under GDB. (GNU gdb 6.3.50-20050815 (Apple version gdb-1333)) Here are the results:
Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to process 4580] 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x00000001 in ?? () Previous frame inner to this frame (gdb could not unwind past this frame)
The programs runs just fine, only debugging gives an issue. Any idea what's going on ? I tried re-installing XCode/GDB multiple times, still no luck. :(
Thanks! Shalini
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden