Re: debug universal binary on 10.3?
Re: debug universal binary on 10.3?
- Subject: Re: debug universal binary on 10.3?
- From: Chris Espinosa <email@hidden>
- Date: Thu, 25 May 2006 08:56:08 -0700
On May 25, 2006, at 8:39 AM, Todd Ransom wrote: I have a universal binary built with xcode 2.3 that is exhibiting a double free bug only on Panther (10.3). I would like to load it into the debugger so I can figure out what is going on but the last version of xcode that will run on 10.3 is 1.5, which means I cannot even load my xcodeproj file.
I have tried to setup remote debugging in xcode but that didn't work.
This should be the focus of your problem. Tell us how you set it up and what happened, and we can help you get it working. Remote debugging is pretty much the only way to get a 2.1-and-later project to debug visually in 10.3. So I tried loading the application under the version of gdb that shipped with xcode 1.5 and that gave me a bunch of DYLD errors and crashed.
Did you use the same executable that ran (but exhibited the double-free bug) earlier? Or did you build a different debugging version and copy it over in order to debug? If the latter, you may have to rebuild with "Enable ZeroLink" turned off in the Build menu in order to get a portable debuggable binary.
Chris |
_______________________________________________
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