Re: Crash(?) Questions
Re: Crash(?) Questions
- Subject: Re: Crash(?) Questions
- From: Ken Thomases <email@hidden>
- Date: Mon, 11 Jun 2012 16:31:59 -0500
On Jun 11, 2012, at 4:14 PM, koko wrote:
> I am beta testing a new release with 4 users. One in Norway gets this when launching the program:
>
> Process: Embrilliance [262]
> Path: /Applications/Embrilliance.app/Contents/MacOS/Embrilliance
> Identifier: com.britonleap.Embrilliance
> Version: ??? (???)
> Code Type: X86 (Native)
> Parent Process: launchd [123]
>
> Interval Since Last Report: 2478349 sec
> Crashes Since Last Report: 67
> Per-App Interval Since Last Report: 0 sec
> Per-App Crashes Since Last Report: 16
>
> Date/Time: 2012-06-11 22:30:37.306 +0200
> OS Version: Mac OS X 10.5.8 (9L30)
> Report Version: 6
> Anonymous UUID: 209D675C-1E6A-4784-85AE-B410AA1348C9
>
> Exception Type: EXC_BREAKPOINT (SIGTRAP)
> Exception Codes: 0x0000000000000002, 0x0000000000000000
> Crashed Thread: 0
>
> Dyld Error Message:
> Symbol not found: __NSConcreteStackBlock
> Referenced from: /Applications/Embrilliance.app/Contents/MacOS/Embrilliance
> Expected in: /usr/lib/libSystem.B.dylib
This is an app that uses blocks being launched on Leopard, which doesn't have the runtime support necessary to support blocks.
You should set your deployment target to at least 10.6 and, if Xcode doesn't do it for you, set the LSMinimumSystemVersion key in your Info.plist to "10.6.0".
Or, if you need to support Leopard users, you need to restrict yourself to features of the runtime and frameworks which are compatible.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden