Re: Xcode: Introspection dylib not loaded [LEOPARD SPECIFIC]
Re: Xcode: Introspection dylib not loaded [LEOPARD SPECIFIC]
- Subject: Re: Xcode: Introspection dylib not loaded [LEOPARD SPECIFIC]
- From: Christopher Friesen <email@hidden>
- Date: Fri, 30 Nov 2007 10:52:02 -0800
On Nov 30, 2007, at 2:01 AM, Rodney Brooks wrote:
Dear List,
I have an application built using Java, JNI library and third party
frameworks. The application works perfect on Mac OS X 10.4.x versions.
The same application also runs on Mac OS X 10.5 leopard but CRASHES
when exited. Also it generates a crash report. To dig into the same, i
ran the source code of it through Xcode 3.0 , and found following set
of exceptions in console on forceful exit:
//////////////
Xcode: Introspection dylib not loaded because thread 4 has function:
__dyld__ZN16ImageLoaderMachO13doTerminationERKN11ImageLoader11LinkContextE
on stack
The first time your program stops Xcode will try to inject the
Introspection dylib if it is safe to do so. So your program crashed,
then Xcode checked the stack and it was not safe because there was a
dyld function on the stack. Look at the back trace to see where you
crashed. If you disable data formatters by unchecking the menu Run-
>Variables View->Enable Data Formatters then you won't get this
message.
-Chris
Program received signal: "EXC_BAD_ACCESS".
Single stepping until exit from function
_ZN9__gnu_cxx18__exchange_and_addEPVii,
which has no line number information.
//////////////
What can be the issue? Is it a bug in Leopard ? I can share the bug
report generated by the program if required.
Please suggest.
Regards,
Rodney.
_______________________________________________
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