• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Debugging issue with XCode/GDB on SnowLeopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Debugging issue with XCode/GDB on SnowLeopard
      • From: Han Ming Ong <email@hidden>
  • Prev by Date: Re: How to Inspect Method/Function Args Under GCC 4.2
  • Next by Date: Re: Debugging issue with XCode/GDB on SnowLeopard
  • Previous by thread: Re: How do I set a custom path to svn?
  • Next by thread: Re: Debugging issue with XCode/GDB on SnowLeopard
  • Index(es):
    • Date
    • Thread