• 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: ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev


  • Subject: Re: ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev
  • From: Andy Wiese <email@hidden>
  • Date: Wed, 3 Nov 2004 12:32:49 -0600


On Nov 3, 2004, at 3:26 AM, Arvan Pritchard wrote:

The command line tool c++filt says this is the mangled form of

virtual thunk to std::basic_ostream<char, std::char_traits<char>::~basic_ostream()

I don't know if that helps, but often unmangling names with c++filt can pinpoint problems like that...

Arvan


THANKS! This is the first I have heard of this utility. It will be very useful.

I'm curious if there is a trick here though. When I use c++filt with the symbol exactly as quoted I get nothing, but if I drop a leading underscore (just intuition to try that) I get the result you mention. How am I to know that I should try dropping an underscore, and are there other tricks like this?

Quixote:~ andy$ c++filt __ZTv0_n12_NSoD0Ev
__ZTv0_n12_NSoD0Ev
Quixote:~ andy$ c++filt _ZTv0_n12_NSoD0Ev
virtual thunk to std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()
Quixote:~ andy$ c++filt ZTv0_n12_NSoD0Ev
ZTv0_n12_NSoD0Ev


_______________________________________________
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: ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev
      • From: Markian Hlynka <email@hidden>
References: 
 >ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev (From: Andy Wiese <email@hidden>)
 >Re: ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev (From: Arvan Pritchard <email@hidden>)

  • Prev by Date: Re: Shell Script Build Phase troubles
  • Next by Date: Seattle Xcoder's, next meeting
  • Previous by thread: Re: ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev
  • Next by thread: Re: ZeroLink unknown symbol __ZTv0_n12_NSoD0Ev
  • Index(es):
    • Date
    • Thread