• 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: 10.5.8 Debug Library Framework: App crash on launch: No "CarbonCore"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 10.5.8 Debug Library Framework: App crash on launch: No "CarbonCore"


  • Subject: Re: 10.5.8 Debug Library Framework: App crash on launch: No "CarbonCore"
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 31 Aug 2009 23:03:58 -0700


On Aug 31, 2009, at 10:58 PM, Jerry Krinock wrote:

1.  Install the Mac OS 10.5.8 Debug and Profile Libraries
2.  Restart on Mac OS 10.5.8.
3.  Launch Xcode 3.1.2
4.  Click File > "New Cocoa Application", etc.
5.  Set the Executable to use the "debug" suffix
6.  Build/Run

Result: App crashes on launch.

I believe the problem is stated down at the bottom of the Debugger Console log:

2009-08-31 22:39:04.056 Junk22[87711:10b] DebugAssert: CarbonCore.framework: File Manager: err == 0 [-43 = fnfErr] FSPathMakeRef_GetObjectInfoFailed [/SourceCache/CarbonCore/ CarbonCore-786.13/Files/HighLevelCalls.cp:1009]
The Debugger has exited due to signal 2 (SIGINT).The Debugger has exited due to signal 2 (SIGINT).


So, no "CarbonCore". Has anyone else successfully used these libraries?

No: CarbonCore is there, present, working, and you are running its Debug binary. Then you're making a file system call (something that calls down to FSPathMakeRef). And it's getting an fnfErr. And the debug version of CarbonCore asserts, and your app terminates.


So: your app is trying to create an FSRef with a path to a nonexstent file, and the debug CarbonCore is asserting because of it.

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


References: 
 >10.5.8 Debug Library Framework: App crash on launch: No "CarbonCore" (From: Jerry Krinock <email@hidden>)

  • Prev by Date: 10.5.8 Debug Library Framework: App crash on launch: No "CarbonCore"
  • Previous by thread: 10.5.8 Debug Library Framework: App crash on launch: No "CarbonCore"
  • Index(es):
    • Date
    • Thread