Re: GDB: data formatters temporarily unavailable
Re: GDB: data formatters temporarily unavailable
- Subject: Re: GDB: data formatters temporarily unavailable
- From: Jens Alfke <email@hidden>
- Date: Fri, 01 Jul 2011 21:17:39 -0700
On Jul 1, 2011, at 4:26 PM, Teri Pettit wrote:
> Just today I started getting the following error when I try to debug my app (XCode 3.2.5, OS 10.6.7):
>
> GDB: Data Formatters temporarily unavailable, will re-try after a 'continue'. (Not safe to call dlopen at this time).
>
> #0 0x8fe01065 in __dyld_dyld_fatal_error
> #1 0x8fe04fa5 in __dyld__ZN4dyld4haltEPKc
> #2 0x8fe0796b in __dyld__ZN4dyld5_mainEPK12macho_headermiPPKcS5_S5_
> #3 0x8fe018b1 in __dyld__ZN13dyldbootstrap5startEPK12macho_headeriPPKcl
> #4 0x8fe01057 in __dyld__dyld_start
Has anything else been logged to the console/stderr? Usually dyld will print a message about what exactly went wrong, before it aborts.
Have you tried a clean build, in case some object file got corrupted in some way?
Setting the environment variable DYLD_PRINT_LIBRARIES will log a line of output for every library that gets loaded, so it should let you see what’s being loaded at the point where things go south.
And just to confirm, this happens if you launch the app normally without gdb too?
—Jens _______________________________________________
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