• 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: Diagnosing link errors: the next stage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Diagnosing link errors: the next stage


  • Subject: Re: Diagnosing link errors: the next stage
  • From: Finlay Dobbie <email@hidden>
  • Date: Fri, 28 May 2004 00:47:44 +0100

On 27 May 2004, at 23:11, Ken Brooks wrote:

So I rebuilt with ZeroLink turned on and it now reports:
	ZeroLink: unknown symbol '__Z12WindowUpdateP15OpaqueWindowPtrPv'
Okay, so...
1. What does that name look like in C++ source?

spiffy:~ finlayd$ c++filt _Z12WindowUpdateP15OpaqueWindowPtrPv WindowUpdate(OpaqueWindowPtr*, void*)

2. CAN I GET IT TO TELL ME where the undefined symbol is being referenced from?

If ZeroLink reaches an unknown symbol it raises a SIGABRT. If you use the debugger you'll be dropped into a session on that signal where you can get the backtrace and find out the line of code that is calling it.


 -- Finlay
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


References: 
 >Diagnosing link errors: the next stage (From: Ken Brooks <email@hidden>)

  • Prev by Date: Re: Answers: where is sys/types.h?
  • Next by Date: Re: Diagnosing link errors
  • Previous by thread: Re: Diagnosing link errors: the next stage
  • Next by thread: Re: Diagnosing link errors: the next stage
  • Index(es):
    • Date
    • Thread