• 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: Debugging problem with XCode 2.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: Debugging problem with XCode 2.3
      • From: amir <email@hidden>
References: 
 >Debugging problem with XCode 2.3 (From: amir <email@hidden>)

  • Prev by Date: Re: GCC's -mstackrealign option
  • Next by Date: 'pedantic warnings' and #import, how to reconcile?
  • Previous by thread: Debugging problem with XCode 2.3
  • Next by thread: Re: Debugging problem with XCode 2.3
  • Index(es):
    • Date
    • Thread