Re: Crash(?) Questions
Re: Crash(?) Questions
- Subject: Re: Crash(?) Questions
- From: koko <email@hidden>
- Date: Tue, 12 Jun 2012 12:00:18 -0600
Yes, I was using beginSheetModalForWindow: completionHandler
So I have changed to:
[NSApp beginSheet:op modalForWindow:[self window] modalDelegate:self didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:) contextInfo:nil];
- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo
{
}
Now, the didEndSelector is not being called … this makes no sense
Suggestions please …
-koko
On Jun 11, 2012, at 10:21 PM, Mike Abdullah wrote:
> http://mikeabdullah.net/leopard+blocks.html
>
> On 11 Jun 2012, at 14:14, 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
>>
>>
>> I have never seen this and am looking for some guidance.
>>
>> -koko
>> _______________________________________________
>>
>> 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
>
>
_______________________________________________
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