• 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
Re: Odd message when debugging
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Odd message when debugging


  • Subject: Re: Odd message when debugging
  • From: David Dunham <email@hidden>
  • Date: Fri, 8 Feb 2008 11:39:05 -0800


On 8 Feb 2008, at 10:41, Jim Ingham wrote:

No problem on your side.

What's going on is that the first time your app stops (hits a breakpoint, or you interrupt it or whatever) xcode tries to insert a library of functions that it uses for its data formatters. However, if your program is in the process of calling into dyld it can't do that, since the dyld call on the stack already has the dyld lock. So for that stop, we won't be able to do any of our fancy data formatting. The message is marginally useful, since it tells you why you aren't seeing Summary views. But that info is a little indirect.


I think I accidentally had a breakpoint in the static constructors (this is a C++/Obj-C++ app), so it would probably have been early. Thanks for the explanation.

David Dunham
Voice/Fax: 206 783 7404             http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein

_______________________________________________
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


References: 
 >Odd message when debugging (From: David Dunham <email@hidden>)
 >Re: Odd message when debugging (From: Jim Ingham <email@hidden>)

  • Prev by Date: Re: gdb breakpoints for synthesized properties
  • Next by Date: Re: IB3 Frustration
  • Previous by thread: Re: Odd message when debugging
  • Next by thread: gdb/Xcode crashing process run via NSTask
  • Index(es):
    • Date
    • Thread