Re: ZeroLink fails
Re: ZeroLink fails
- Subject: Re: ZeroLink fails
- From: Rune Lindman <email@hidden>
- Date: Mon, 21 Nov 2005 11:02:37 +0100
After giving up earlier I thought I would make another try with
ZeroLink using Xcode 2.2 but still the same problem. This is the call
sequence I get when the app starts:
#0 0x9004716c in kill
#1 0x90128b98 in abort
#2 0x969601c4 in undefinedHandler
#3 0x8fe1055c in
__dyld__ZN16ImageLoaderMachO16resolveUndefinedERKN11ImageLoader11LinkCon
textEPK11macho_nlistbPPS0_
#4 0x8fe12710 in
__dyld__ZN16ImageLoaderMachO25doBindExternalRelocationsERKN11ImageLoader
11LinkContextEb
#5 0x8fe12a78 in
__dyld__ZN16ImageLoaderMachO6doBindERKN11ImageLoader11LinkContextENS0_15
BindingLazinessE
#6 0x8fe0afb0 in
__dyld__ZN11ImageLoader13recursiveBindERKNS_11LinkContextENS_15BindingLa
zinessE
#7 0x8fe0de80 in
__dyld__ZN11ImageLoader4linkERKNS_11LinkContextENS_15BindingLazinessENS_
18InitializerRunningEj
#8 0x8fe04270 in
__dyld__ZN4dyld4linkEP11ImageLoaderNS0_15BindingLazinessENS0_18Initializ
erRunningE
#9 0x8fe092fc in __dyld_NSLinkModule
#10 0x9002c994 in NSLinkModule
#11 0x969603e4 in __zero_link_init_app
#12 0x00002ac0 in __darwin_gcc3_preregister_frame_info
#13 0x000022f4 in start
#14 (null)
Console message:
ZeroLink: unknown symbol '__ZTv0_n12_NSoD0Ev' which translates to:
std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()
I'm lost here. No idea even to start to look for the problem. Any ideas?
(Project builds and runs without problems with zerolink off)
/Rune
On 22 jun 2005, at 11.58, Markus Hitter wrote:
Am 22.06.2005 um 09:44 schrieb Rune Lindman:
When activating ZeroLink launching app fails. If ZeroLink is off
it works.
---
[Session started at 2005-06-22 09:38:59 +0200.]
ZeroLink: unknown symbol '__ZTv0_n12_NSoD0Ev'
Only a small help, but perhaps it rings a bell: Such cryptical
symbol names are often ones used for C++ functions. You can decode
them in Terminal:
$ echo __ZTv0_n12_NSoD0Ev | c++filt
virtual thunk to std::basic_ostream<char, std::char_traits<char>
>::~basic_ostream()
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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