Re: Debugging problem with XCode 2.3
Re: Debugging problem with XCode 2.3
- Subject: Re: Debugging problem with XCode 2.3
- From: Jim Ingham <email@hidden>
- Date: Thu, 15 Jun 2006 08:25:58 -0700
I have one other report of this, but I don't have enough information
in that case yet to know what is happening. The error is because gdb
goes to open one of the dylibs in your app, and is getting an error
opening it. The error message doesn't tell more than that.
If you make a file in your home directory called .gdbinit, and put in
it:
set verbose 1
Then rerun the Xcode Debugging session, gdb will print the names of
the files it is examining in the console window. That should help
figure out what file is causing the problem, at least. It would also
help to get the Xcode-gdb log, which you do by:
1) Quit Xcode.
2) In Terminal, say:
$ defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
$ defaults write com.apple.Xcode PBXGDBDebuggerLogFileName /tmp/
IncludeInBug.log
3) Restart Xcode, and do whatever you need to to make it fail.
4) Attach /tmp/IncludeInBug.log to the Radar.
If you have the time to gather this information, could you file a bug
with bugreporter.apple.com? It's much easier to track bugs than
mailing list traffic.
Thanks,
Jim
On Jun 15, 2006, at 4:35 AM, amir wrote:
Hi,
I can not debug a plugin with XCode 2.3 , I run an application which
load a plugin(dll bundle) and the debbuger console shows the
following error:
"
BFD: BFD 2.16.91 20050815 internal error, aborting at /SourceCache/
gdb/gdb-477/src/bfd/cache.c line 517 in bfd_cache_lookup_worker
BFD: Please report this bug.
"
Is there a workaround?
thanks,
amir.
_______________________________________________
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