• 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: Jim Ingham <email@hidden>
  • Date: Fri, 8 Feb 2008 10:41:53 -0800

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.

Next time you stop we'll try again, and when we succeed the formatters will work from then on.

Jim

On Feb 8, 2008, at 9:43 AM, David Dunham wrote:

Working on a brand new project, I suspect there's actually a problem on my side, but this error message doesn't seem helpful:

Xcode: Introspection dylib not loaded because thread 1 has function: __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE on stack


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

_______________________________________________ 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: Odd message when debugging
      • From: David Dunham <email@hidden>
References: 
 >Odd message when debugging (From: David Dunham <email@hidden>)

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