Re: 'Introspection dylib not loaded' message?
Re: 'Introspection dylib not loaded' message?
- Subject: Re: 'Introspection dylib not loaded' message?
- From: Jim Ingham <email@hidden>
- Date: Tue, 6 Nov 2007 10:52:22 -0800
The warning means that at this stopping point, the dylib that does
some of the work of the data formatters couldn't be safely loaded (in
this case because it could deadlock against a dyld call in another
thread), so it was not loaded. The result is that you won't see the
summary values of NSStrings, some Carbon types, etc. printed in the
Locals view. Xcode will try again the next time you stop, so
eventually the thing will get loaded.
Jim
On Nov 6, 2007, at 7:16 AM, Matt Gough wrote:
Occasionally I get the following console message when starting to
debug with Xcode 3:
Xcode: Introspection dylib not loaded because thread 4 has function:
__dyld_strcmp on stack
Is it something I should worry about, and what would I be missing by
not having that dylib loaded?
Thanks
Matt Gough
_______________________________________________
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