• 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
XCode debugger won't launch my app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XCode debugger won't launch my app


  • Subject: XCode debugger won't launch my app
  • From: Fred Leboucher <email@hidden>
  • Date: Thu, 6 May 2004 18:38:26 +0200

Got a really weird problem coming up today.. First the app wouldn't load in the debugger telling me that it could not load the framework that goes with the app (in the error msg, the name was cut at ".fr\340" instead of ".framework"). This one only occured once. I made a Clean All/Build and retried, and then it started crashing with this backtrace :
#0 0x8fe27624 in __dyld_strrchr ()
#1 0x8fe03970 in __dyld_get_framework_name ()
#2 0x8fe02df8 in __dyld_try_framework_search ()
#3 0x8fe0320c in __dyld_load_library_image ()
#4 0x8fe068cc in __dyld_load_images_libraries ()
#5 0x8fe02cd8 in __dyld_load_executable_image ()
#6 0x8fe01a30 in __dyld__dyld_init ()


I also set the variable DYLD_PRINT_LIBRARIES to 1, and here's what I get :
loading libraries for DYLD_INSERT_LIBRARIES=/Developer/Applications/Xcode.app/Contents/ PlugIns/GDBMIDebugging.pbplugin/Contents/Resources/ PBGDBIntrospectionSupport.A.dylib
loading library: /Developer/Applications/Xcode.app/Contents/PlugIns/ GDBMIDebugging.pbplugin/Contents/Resources/ PBGDBIntrospectionSupport.A.dylib
loading libraries for image: /bin/bash
loading library: /usr/lib/libncurses.5.dylib
loading library: /usr/lib/libSystem.B.dylib
loading libraries for image: /Developer/Applications/Xcode.app/Contents/PlugIns/ GDBMIDebugging.pbplugin/Contents/Resources/ PBGDBIntrospectionSupport.A.dylib
loading libraries for image: /usr/lib/libncurses.5.dylib
loading libraries for image: /usr/lib/libSystem.B.dylib
loading library: /usr/lib/system/libmathCommon.A.dylib
loading libraries for image: /usr/lib/system/libmathCommon.A.dylib
Temporarily disabling shared library breakpoints: 1
Running...
loading libraries for DYLD_INSERT_LIBRARIES=/Developer/Applications/Xcode.app/Contents/ PlugIns/GDBMIDebugging.pbplugin/Contents/Resources/ PBGDBIntrospectionSupport.A.dylib
loading library: /Developer/Applications/Xcode.app/Contents/PlugIns/ GDBMIDebugging.pbplugin/Contents/Resources/ PBGDBIntrospectionSupport.A.dylib
loading libraries for image: /Users/fred/XDolphin/build/MyApp.app/Contents/MacOS/MyApp
Program received signal: "EXC_BAD_ACCESS".


The app launches fine on its own, but since then I can't manage to launch in the debugger, no matter what I do...
Anyone would have any idea on how to make it work back ?


Thanks !
Fred Leboucher
_______________________________________________
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.


  • Follow-Ups:
    • Re: XCode debugger won't launch my app
      • From: Jim Ingham <email@hidden>
  • Prev by Date: Re: Question about weak linking?
  • Next by Date: Re: OT: mail and homepage.mac.com
  • Previous by thread: Re: Adding/moving a custom executable to "project" level
  • Next by thread: Re: XCode debugger won't launch my app
  • Index(es):
    • Date
    • Thread