Re: 10.5.8 Debug Library Framework: App crash on launch: No "CarbonCore"
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