Re: Xcode 3.0 deadbeefs my app on PPC
Re: Xcode 3.0 deadbeefs my app on PPC
- Subject: Re: Xcode 3.0 deadbeefs my app on PPC
- From: Chris Espinosa <email@hidden>
- Date: Fri, 23 May 2008 12:33:30 -0700
On May 23, 2008, at 12:06 PM, R.L. Grigg wrote:
[0x0-0x72072].com.apple.Xcode[580] Xcode(580,0xf0103000) malloc:
free_garbage: garbage ptr = 0x37e15a0, has non-zero refcount = 1
This is a warning caused by a lower-level framework that is doing
something innocent, but unconventional, with memory management. It
can be ignored.
Xcode[10066] Error loading /Users/russ/Library/Application Support/
SIMBL/PlugIns/Afloat.bundle/Contents/MacOS/Afloat: dlopen(/Users/
russ/Library/Application Support/SIMBL/PlugIns/Afloat.bundle/
Contents/MacOS/Afloat, 265): no suitable image found. Did find:
/Users/russ/Library/Application Support/SIMBL/PlugIns/Afloat.bundle/
Contents/MacOS/Afloat: GC capability mismatch
You have installed a plugin that does not support Objective-C garbage
collection, so Xcode is not loading it.
Xcode[10066] Error loading /Users/russ/Library/InputManagers/SIMBL/
SIMBL.bundle/Contents/MacOS/SIMBL: dlopen(/Users/russ/Library/
InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL, 265): no
suitable image found. Did find:
/Users/russ/Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/
SIMBL: GC capability mismatch
Same as above.
Xcode[10066] Error loading /Users/russ/Library/InputManagers/Smart
Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash
Reports: dlopen(/Users/russ/Library/InputManagers/Smart Crash
Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash
Reports, 265): no suitable image found. Did find:
/Users/russ/Library/InputManagers/Smart Crash Reports/Smart Crash
Reports.bundle/Contents/MacOS/Smart Crash Reports: GC capability
mismatch
Same as above, but with an Input Manager. These are known to be
destabilizing. Often they're installed behind your back by 3rd party
device drivers (trackballs, etc.) I would recommend removing this,
but it's not likely to be the cause of the problem.
[0x0-0x279279].com.apple.Xcode[10066] Xcode(10066,0xf0103000)
malloc: free_garbage: garbage ptr = 0x275a560, has non-zero refcount
= 1
Same as the first line.
None of these would cause the application you wrote to crash on
launch. Reinstalling Xcode is unlikely to address the issue; the
problem is most likely in the manner in which you're building or
launching the app. Posting the build transcript and the crash log
would be a big help.
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