Objective C Thread Error - objective-c

How do I handle these errors with no crash report? I believe that the issue that I have discovered is calling a class where a certain thread is suppose to manage of clearing and appending its own buffer..
Here is the report that I have received. I found this report in the console but there were no crash logs found in the device logs (even when the app did crash)
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 4 name: WebThread
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 4:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fcdeb4 0x32fcd000 + 3764
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 libsystem_kernel.dylib 0x32fce048 0x32fcd000 + 4168
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 CoreFoundation 0x3b2bd040 0x3b226000 + 618560
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 CoreFoundation 0x3b2bbd9e 0x3b226000 + 613790
Feb 18 18:15:58 ReportCrash[14342] <Error>: 4 CoreFoundation 0x3b22eeb8 0x3b226000 + 36536
Feb 18 18:15:58 ReportCrash[14342] <Error>: 5 CoreFoundation 0x3b22ed44 0x3b226000 + 36164
Feb 18 18:15:58 ReportCrash[14342] <Error>: 6 WebCore 0x36f0da40 0x36f03000 + 43584
Feb 18 18:15:58 ReportCrash[14342] <Error>: 7 libsystem_c.dylib 0x3634f30e 0x3633e000 + 70414
Feb 18 18:15:58 ReportCrash[14342] <Error>: 8 libsystem_c.dylib 0x3634f1d4 0x3633e000 + 70100
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 5:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fcdeb4 0x32fcd000 + 3764
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 libsystem_kernel.dylib 0x32fce048 0x32fcd000 + 4168
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 CoreFoundation 0x3b2bd040 0x3b226000 + 618560
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 CoreFoundation 0x3b2bbd9e 0x3b226000 + 613790
Feb 18 18:15:58 ReportCrash[14342] <Error>: 4 CoreFoundation 0x3b22eeb8 0x3b226000 + 36536
Feb 18 18:15:58 ReportCrash[14342] <Error>: 5 CoreFoundation 0x3b22ed44 0x3b226000 + 36164
Feb 18 18:15:58 ReportCrash[14342] <Error>: 6 Foundation 0x3603f78a 0x3603b000 + 18314
Feb 18 18:15:58 ReportCrash[14342] <Error>: 7 Foundation 0x360e3058 0x3603b000 + 688216
Feb 18 18:15:58 ReportCrash[14342] <Error>: 8 iOSMad 0x000ff2e6 0xf5000 + 41702
Feb 18 18:15:58 ReportCrash[14342] <Error>: 9 Foundation 0x360ec678 0x3603b000 + 726648
Feb 18 18:15:58 ReportCrash[14342] <Error>: 10 libsystem_c.dylib 0x3634f30e 0x3633e000 + 70414
Feb 18 18:15:58 ReportCrash[14342] <Error>: 11 libsystem_c.dylib 0x3634f1d4 0x3633e000 + 70100
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 6 name: com.apple.NSURLConnectionLoader
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 6:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fcdeb4 0x32fcd000 + 3764
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 libsystem_kernel.dylib 0x32fce048 0x32fcd000 + 4168
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 CoreFoundation 0x3b2bd040 0x3b226000 + 618560
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 CoreFoundation 0x3b2bbd9e 0x3b226000 + 613790
Feb 18 18:15:58 ReportCrash[14342] <Error>: 4 CoreFoundation 0x3b22eeb8 0x3b226000 + 36536
Feb 18 18:15:58 ReportCrash[14342] <Error>: 5 CoreFoundation 0x3b22ed44 0x3b226000 + 36164
Feb 18 18:15:58 ReportCrash[14342] <Error>: 6 Foundation 0x36068bc8 0x3603b000 + 187336
Feb 18 18:15:58 ReportCrash[14342] <Error>: 7 Foundation 0x360ec678 0x3603b000 + 726648
Feb 18 18:15:58 ReportCrash[14342] <Error>: 8 libsystem_c.dylib 0x3634f30e 0x3633e000 + 70414
Feb 18 18:15:58 ReportCrash[14342] <Error>: 9 libsystem_c.dylib 0x3634f1d4 0x3633e000 + 70100
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 7:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fded98 0x32fcd000 + 73112
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 libsystem_c.dylib 0x36344cf6 0x3633e000 + 27894
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 libsystem_c.dylib 0x36344a12 0x3633e000 + 27154
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 libsystem_c.dylib 0x363448a0 0x3633e000 + 26784
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 8:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fded98 0x32fcd000 + 73112
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 libsystem_c.dylib 0x36344cf6 0x3633e000 + 27894
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 libsystem_c.dylib 0x36344a12 0x3633e000 + 27154
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 libsystem_c.dylib 0x363448a0 0x3633e000 + 26784
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 9 name: com.apple.CFSocket.private
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 9:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fde594 0x32fcd000 + 71060
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 CoreFoundation 0x3b2c11f2 0x3b226000 + 635378
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 libsystem_c.dylib 0x3634f30e 0x3633e000 + 70414
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 libsystem_c.dylib 0x3634f1d4 0x3633e000 + 70100
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 10:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fded98 0x32fcd000 + 73112
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 libsystem_c.dylib 0x36344cf6 0x3633e000 + 27894
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 libsystem_c.dylib 0x36344a12 0x3633e000 + 27154
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 libsystem_c.dylib 0x363448a0 0x3633e000 + 26784
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 11:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fde594 0x32fcd000 + 71060
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 ExternalAccessory 0x3440f742 0x34409000 + 26434
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 Foundation 0x360ec678 0x3603b000 + 726648
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 libsystem_c.dylib 0x3634f30e 0x3633e000 + 70414
Feb 18 18:15:58 ReportCrash[14342] <Error>: 4 libsystem_c.dylib 0x3634f1d4 0x3633e000 + 70100
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 12:
Feb 18 18:15:58 ReportCrash[14342] <Error>: 0 libsystem_kernel.dylib 0x32fde08c 0x32fcd000 + 69772
Feb 18 18:15:58 ReportCrash[14342] <Error>: 1 libsystem_c.dylib 0x36347d2a 0x3633e000 + 40234
Feb 18 18:15:58 ReportCrash[14342] <Error>: 2 libsystem_c.dylib 0x36351f14 0x3633e000 + 81684
Feb 18 18:15:58 ReportCrash[14342] <Error>: 3 Foundation 0x36068cca 0x3603b000 + 187594
Feb 18 18:15:58 ReportCrash[14342] <Error>: 4 ExternalAccessory 0x3440e986 0x34409000 + 22918
Feb 18 18:15:58 ReportCrash[14342] <Error>: 5 Foundation 0x360ec678 0x3603b000 + 726648
Feb 18 18:15:58 ReportCrash[14342] <Error>: 6 libsystem_c.dylib 0x3634f30e 0x3633e000 + 70414
Feb 18 18:15:58 ReportCrash[14342] <Error>: 7 libsystem_c.dylib 0x3634f1d4 0x3633e000 + 70100
Feb 18 18:15:58 ReportCrash[14342] <Error>:
Feb 18 18:15:58 ReportCrash[14342] <Error>: Thread 0 crashed with ARM Thread State (32-bit):
Feb 18 18:15:58 ReportCrash[14342] <Error>: r0: 0x00000000 r1: 0x00000000 r2: 0x00000000 r3: 0x3c2c0534
Feb 18 18:15:58 ReportCrash[14342] <Error>: r4: 0x00000006 r5: 0x3c2c0b88 r6: 0x1e57cd14 r7: 0x2fd0ba14
Feb 18 18:15:58 ReportCrash[14342] <Error>: r8: 0x1e57ccf0 r9: 0x00000300 r10: 0x00000000 r11: 0x1f82b498
Feb 18 18:15:58 ReportCrash[14342] <Error>: ip: 0x00000148 sp: 0x2fd0ba08 lr: 0x3636d123 pc: 0x32fde350
Feb 18 18:15:58 ReportCrash[14342] <Error>: cpsr: 0x00000010
Any help would be greatly appreciated...
thank you in advance.

This may or may not help in your particular case, but it is often helpful to add "All Exceptions" to your breakpoints in the debugger. This is done by selecting the Breakpoint Navigator, clicking the + icon in the lower left of the pane and clicking "Add Exception Breakpoint".
Apologies if you've already done this but maybe it will be useful to a future reader.

Related

macOS app works fine in Mojave but crashes in Catalina Beta version

I was trying to test app that works fine on Mojave but keeps crashing on Catalina. I am providing the crash details below for any help.What could be the reason for it to not work on Catalina?
I was trying to test app that works fine on Mojave but keeps crashing on Catalina. I am providing the crash details below for any help.What could be the reason for it to not work on Catalina?
Process: SSWatcher [9887]
Path: /Library/Application Support/safe/MacOS/SSWatcher
Identifier: com.safe.sswatcher
Version: 1.0
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: SSWatcher [9887]
User ID: 501
Date/Time: 2019-09-18 16:02:08.870 +0800
OS Version: Mac OS X 10.15 (19A558d)
Report Version: 12
Anonymous UUID: 75520E05-90C3-B100-E7E3-3AE1B6910181
Sleep/Wake UUID: 551DFEAF-E97E-42BB-9610-A525913A821B
Time Awake Since Boot: 6900 seconds
Time Since Wake: 4600 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
terminating with uncaught exception of type NSException
abort() called
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff396d8033 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff6f6e6bd4 objc_exception_throw + 48
2 CoreFoundation 0x00007fff3979adda _CFThrowFormattedException + 202
3 CoreFoundation 0x00007fff39798dc0 -[__NSArrayM insertObject:atIndex:].cold.2 + 0
4 CoreFoundation 0x00007fff39618811 -[__NSArrayM insertObject:atIndex:] + 1255
5 SSWatcher 0x000000010d1a5314 -[DNCurrentWindow SetFrontMostWindow] + 1540
6 SSWatcher 0x000000010d1a3e15 _Z29InstallSSWatcherEventHandlersv + 85
7 SSWatcher 0x000000010d1a9111 -[DNMainController awakeFromNib] + 545
8 CoreFoundation 0x00007fff3968d735 -[NSSet makeObjectsPerformSelector:] + 231
9 AppKit 0x00007fff36855e8c -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1485
10 AppKit 0x00007fff36853eaf loadNib + 401
11 AppKit 0x00007fff3685345e +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 693
12 AppKit 0x00007fff368530b4 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
13 AppKit 0x00007fff36852e8d +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 446
14 AppKit 0x00007fff368490b6 NSApplicationMain + 505
15 SSWatcher 0x000000010d1a37e2 main + 34
16 libdyld.dylib 0x00007fff70a452a5 start + 1
17 ??? 0x0000000000000001 0x0 + 1
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff70b942aa __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff70c51707 pthread_kill + 384
2 libsystem_c.dylib 0x00007fff70b1ca08 abort + 120
3 libc++abi.dylib 0x00007fff6dbe8bc8 abort_message + 231
4 libc++abi.dylib 0x00007fff6dbe8d7c demangling_terminate_handler() + 262
5 libobjc.A.dylib 0x00007fff6f6e8aaa _objc_terminate() + 96
6 libc++abi.dylib 0x00007fff6dbf5da7 std::__terminate(void (*)()) + 8
7 libc++abi.dylib 0x00007fff6dbf5b55 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 27
8 libc++abi.dylib 0x00007fff6dbe734f __cxa_throw + 113
9 libobjc.A.dylib 0x00007fff6f6e6d02 objc_exception_throw + 350
10 com.apple.CoreFoundation 0x00007fff3979adda _CFThrowFormattedException + 202
11 com.apple.CoreFoundation 0x00007fff39798dc0 -[__NSArrayM insertObject:atIndex:].cold.1 + 35
12 com.apple.CoreFoundation 0x00007fff39618811 -[__NSArrayM insertObject:atIndex:] + 1255
13 com.esafe.sswatcher 0x000000010d1a5314 -[DNCurrentWindow SetFrontMostWindow] + 1540
14 com.esafe.sswatcher 0x000000010d1a3e15 InstallSSWatcherEventHandlers() + 85
15 com.esafe.sswatcher 0x000000010d1a9111 -[DNMainController awakeFromNib] + 545
16 com.apple.CoreFoundation 0x00007fff3968d735 -[NSSet makeObjectsPerformSelector:] + 231
17 com.apple.AppKit 0x00007fff36855e8c -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1485
18 com.apple.AppKit 0x00007fff36853eaf loadNib + 401
19 com.apple.AppKit 0x00007fff3685345e +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 693
20 com.apple.AppKit 0x00007fff368530b4 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
21 com.apple.AppKit 0x00007fff36852e8d +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 446
22 com.apple.AppKit 0x00007fff368490b6 NSApplicationMain + 505
23 com.esafe.sswatcher 0x000000010d1a37e2 main + 34
24 libdyld.dylib 0x00007fff70a452a5 start + 1
Thread 1:
0 libsystem_pthread.dylib 0x00007fff70c4e5b4 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x00007fff70c4e5b4 start_wqthread + 0
Thread 3:
0 libsystem_pthread.dylib 0x00007fff70c4e5b4 start_wqthread + 0
Thread 4:
0 libsystem_pthread.dylib 0x00007fff70c4e5b4 start_wqthread + 0
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000118023d40 rcx: 0x00007ffee2a5b8f8 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffee2a5b920 rsp: 0x00007ffee2a5b8f8
r8: 0x00007ffee2a5b7c0 r9: 0x00007ffee2a5b990 r10: 0x0000000000000000 r11: 0x0000000000000246
r12: 0x0000000000000307 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x0000000000000016
rip: 0x00007fff70b942aa rfl: 0x0000000000000246 cr2: 0x00007fff9d6a7628
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Hope the details are enough

Xcode AVPlayer crash iPhone 5 - Titanium iOS Module

i have written an Titanium iOS Module for streaming audio.
On iPhone 5s and above the app and the module is running great.
The problem is every time the stopStream function is called in my app on an iPhone 5 or lower the app crashes.
I think there is a memory leak or something but i doesnt find the solution for that problem.
Here is my module code:
//THIS FUNCTION THET STARTS THE STREAM. THERE IS NO PROBLEM ON THE IPHONE 5
-(id)startStream:(id)args
{
ENSURE_SINGLE_ARG(args,NSString);
NSURL *url = [NSURL URLWithString:args];
playerItem = [AVPlayerItem playerItemWithURL:url];
[playerItem addObserver:self forKeyPath:#"timedMetadata" options:NSKeyValueObservingOptionNew context:nil];
player = [[AVPlayer playerWithPlayerItem:playerItem] retain];
[player addObserver:self forKeyPath:#"status" options:0 context:nil];
[player play];
[self fireEvent:#"START" withObject:nil];
NSLog(#"[INFO] player item error : %#", playerItem.error.description);
NSLog(#"[INFO] player error : %#", player.error.description);
return args;
}
//THIS IS THE FUNCTION WHERE MY APP CRASH ON IPHONE 5
-(id)stopStream:(id)args
{
NSLog(#"[INFO]AVPlayer STOP");
[player pause];
[playerItem removeObserver:self forKeyPath:#"timedMetadata" context:nil];
[player removeObserver:self forKeyPath:#"status" context:nil];
player=nil;
}
Here an part of the device log.
296 00:43:40 W TestApp[3487] <Warning>: [INFO]AVPlayer STOP
297 00:43:40 E ReportCrash[3490] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)
301 00:43:40 W mediaserverd[37] <Warning>: 00:43:40.969 [0x3257000] CMSession retain count > 1!
306 00:43:41 W SpringBoard[43] <Warning>: [MPUSystemMediaControls] Updating supported commands for now playing application.
307 00:43:41 W SpringBoard[43] <Warning>: [MPUSystemMediaControls] Updating supported commands for now playing application.
308 00:43:41 W SpringBoard[43] <Warning>: Unable to get short BSD proc info for 3483: No such process
309 00:43:41 W SpringBoard[43] <Warning>: Unable to get short BSD proc info for 3487: No such process
310 00:43:41 W SpringBoard[43] <Warning>: Unable to get short BSD proc info for 3487: No such process
311 00:43:41 W SpringBoard[43] <Warning>: Unable to get short BSD proc info for 3487: No such process
312 00:43:41 E ReportCrash[3490] <Error>: Not saving crash log because we have reached the limit for logs to store on disk. Sync or otherwise clear logs from /var/mobile/Library/Logs/CrashReporter to save new logs.
313 00:43:41 E ReportCrash[3490] <Error>: Could not save crash report to disk!
314 00:43:41 W SpringBoard[43] <Warning>: Application 'UIKitApplication:com.fpmsoft.isa.TestApp[0x476c]' crashed.
315 00:43:41 W assertiond[58] <Warning>: pid_suspend failed for <BKNewProcess: 0x14d90e90; com.fpmsoft.isa.TestApp; pid: 3487; hostpid: -1>: Unknown error: -1, Unknown error: -1
316 00:43:41 W assertiond[58] <Warning>: Could not set priority of <BKNewProcess: 0x14d90e90; com.fpmsoft.isa.TestApp; pid: 3487; hostpid: -1> to 2, priority: No such process
317 00:43:41 W assertiond[58] <Warning>: Could not set priority of <BKNewProcess: 0x14d90e90; com.fpmsoft.isa.TestApp; pid: 3487; hostpid: -1> to 4096, priority: No such process
318 00:43:41 W UserEventAgent[17] <Warning>: id=com.fpmsoft.isa.TestApp pid=3487, state=0
319 00:43:41 E ReportCrash[3490] <Error>: Incident Identifier: 5CF594F7-3628-4EAE-88D6-B6AA4DC4C028
320 00:43:41 E ReportCrash[3490] <Error>: CrashReporter Key: 509d7f4d78bbd031f5bf1a6ef122f14f5be24f8b
321 00:43:41 E ReportCrash[3490] <Error>: Hardware Model: iPhone5,2
322 00:43:41 E ReportCrash[3490] <Error>: Process: TestApp [3487]
323 00:43:41 E ReportCrash[3490] <Error>: Path: /private/var/mobile/Containers/Bundle/Application/78A7A4DB-3377-4875-B86F-217F1B8DFF9E/TestApp.app/TestApp
324 00:43:41 E ReportCrash[3490] <Error>: Identifier: TestApp
325 00:43:41 E ReportCrash[3490] <Error>: Version: ???
326 00:43:41 E ReportCrash[3490] <Error>: Code Type: ARM (Native)
327 00:43:41 E ReportCrash[3490] <Error>: Parent Process: launchd [1]
328 00:43:41 E ReportCrash[3490] <Error>: Date/Time: 2015-09-13 00:43:40.855 +0200
329 00:43:41 E ReportCrash[3490] <Error>: Launch Time: 2015-09-13 00:43:34.825 +0200
330 00:43:41 E ReportCrash[3490] <Error>: OS Version: iOS 8.3 (12F70)
331 00:43:41 E ReportCrash[3490] <Error>: Report Version: 105
332 00:43:41 E ReportCrash[3490] <Error>: Exception Type: EXC_BAD_ACCESS (SIGSEGV)
333 00:43:41 E ReportCrash[3490] <Error>: Exception Subtype: KERN_INVALID_ADDRESS at 0x9805ac14
334 00:43:41 E ReportCrash[3490] <Error>: Triggered by Thread: 6
335 00:43:41 E ReportCrash[3490] <Error>: Thread 0 name: Dispatch queue: com.apple.main-thread
336 00:43:41 E ReportCrash[3490] <Error>: Thread 0:
337 00:43:41 E ReportCrash[3490] <Error>: 0 libsystem_kernel.dylib 0x359b1474 0x359b0000 + 5236
338 00:43:41 E ReportCrash[3490] <Error>: 1 libsystem_kernel.dylib 0x359b1268 0x359b0000 + 4712
339 00:43:41 E ReportCrash[3490] <Error>: 2 CoreFoundation 0x2708256e 0x26fb5000 + 841070
340 00:43:41 E ReportCrash[3490] <Error>: 3 CoreFoundation 0x27080b14 0x26fb5000 + 834324
341 00:43:41 E ReportCrash[3490] <Error>: 4 CoreFoundation 0x26fcd1fc 0x26fb5000 + 98812
342 00:43:41 E ReportCrash[3490] <Error>: 5 CoreFoundation 0x26fcd00e 0x26fb5000 + 98318
343 00:43:41 E ReportCrash[3490] <Error>: 6 GraphicsServices 0x2e8ac1fc 0x2e8a3000 + 37372
344 00:43:41 E ReportCrash[3490] <Error>: 7 UIKit 0x2a771a54 0x2a702000 + 457300
345 00:43:41 E ReportCrash[3490] <Error>: 8 TestApp 0x00024ca2 0x20000 + 19618
346 00:43:41 E ReportCrash[3490] <Error>: 9 libdyld.dylib 0x358faaac 0x358f9000 + 6828
347 00:43:41 E ReportCrash[3490] <Error>: Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
348 00:43:41 E ReportCrash[3490] <Error>: Thread 1:
349 00:43:41 E ReportCrash[3490] <Error>: 0 libsystem_kernel.dylib 0x359b1224 0x359b0000 + 4644
350 00:43:41 E ReportCrash[3490] <Error>: 1 libdispatch.dylib 0x358e60ec 0x358d8000 + 57580
351 00:43:41 E ReportCrash[3490] <Error>: 2 libdispatch.dylib 0x358dad36 0x358d8000 + 11574
352 00:43:41 E ReportCrash[3490] <Error>: Thread 2 name: Dispatch queue: com.appcelerator.anlaytics.databaseQueue
353 00:43:41 E ReportCrash[3490] <Error>: Thread 2:
354 00:43:41 E ReportCrash[3490] <Error>: 0 libsystem_kernel.dylib 0x359b14c4 0x359b0000 + 5316
355 00:43:41 E ReportCrash[3490] <Error>: 1 libdispatch.dylib 0x358e45da 0x358d8000 + 50650
356 00:43:41 E ReportCrash[3490] <Error>: 2 CFNetwork 0x26b50c6c 0x26aef000 + 400492
357 00:43:41 E ReportCrash[3490] <Error>: 3 CFNetwork 0x26b6bd3a 0x26aef000 + 511290
358 00:43:41 E ReportCrash[3490] <Error>: 4 TestApp 0x00374bbc 0x20000 + 3492796
359 00:43:41 E ReportCrash[3490] <Error>: 5 TestApp 0x0036c1d2 0x20000 + 3457490
360 00:43:41 E ReportCrash[3490] <Error>: 6 libdispatch.dylib 0x358e0a38 0x358d8000 + 35384
361 00:43:41 E ReportCrash[3490] <Error>: 7 TestApp 0x0036bdaa 0x20000 + 3456426
362 00:43:41 E ReportCrash[3490] <Error>: 8 libdispatch.dylib 0x358d92cc 0x358d8000 + 4812
i found the solution for my problem.
i must add an return in the function.
Now it is working for iPhone5 and lower
-(id)stopStream:(id)args
{
NSLog(#"[INFO]AVPlayer STOP");
[player pause];
[playerItem removeObserver:self forKeyPath:#"timedMetadata" context:nil];
[player removeObserver:self forKeyPath:#"status" context:nil];
return args;
}
You're also over retaining the player. You should [player release]; in your stopStream, or in startStream, only instantiate a new player if one does not already exist.

HockeyApp crash report

I have an app with HockeyApp integrated for crash reporting.
yesterday i have recieved a crash report stated below.
Incident Identifier: B797B4D3-EA8D-4226-8B0E-11149ADC20B7
CrashReporter Key: 55E9EBD1-9990-44EF-98E8-C0A000955CED
Hardware Model: iPhone5,2
Process: AppName [1375]
Path: /Users/USER/AppName.app/AppName
Identifier: ----------------------------
Version: 1.0.0
Code Type: ARM
Parent Process: launchd [1]
Date/Time: 2013-10-21T18:04:47Z
OS Version: iPhone OS 7.0.2 (11A501)
Report Version: 104
Exception Type: SIGABRT
Exception Codes: #0 at 0x38f341fc
Crashed Thread: 0
Application Specific Information:
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'
Last Exception Backtrace:
0 CoreFoundation 0x2e689e8b <redacted> + 131
1 libobjc.A.dylib 0x389846c7 _objc_exception_throw + 39
2 CoreFoundation 0x2e5bfe65 <redacted> + 233
3 AppName 0x000ac04d 0x66000 + 286797
4 AppName 0x000abf17 0x66000 + 286487
5 Foundation 0x2f06ee6d ___NSFireTimer + 65
6 CoreFoundation 0x2e654e87 <redacted> + 15
7 CoreFoundation 0x2e654aa3 <redacted> + 795
8 CoreFoundation 0x2e652e2b <redacted> + 1219
9 CoreFoundation 0x2e5bd541 _CFRunLoopRunSpecific + 525
10 CoreFoundation 0x2e5bd323 _CFRunLoopRunInMode + 107
11 GraphicsServices 0x332f42eb _GSEventRunModal + 139
12 UIKit 0x30e741e5 _UIApplicationMain + 1137
13 AppName 0x000b6cd7 0x66000 + 330967
14 libdyld.dylib 0x38e7dab7 <redacted> + 3
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x38f341fc ___pthread_kill + 8
1 libsystem_c.dylib 0x38ee502d _abort + 77
2 AppName 0x000e41ff 0x66000 + 516607
3 CoreFoundation 0x2e68a18d <redacted> + 581
4 libobjc.A.dylib 0x38984927 <redacted> + 175
5 libc++abi.dylib 0x3834a1b3 <redacted> + 79
6 libc++abi.dylib 0x38349d17 ___cxa_rethrow + 103
7 libobjc.A.dylib 0x3898480f _objc_exception_rethrow + 43
8 CoreFoundation 0x2e5bd5b7 _CFRunLoopRunSpecific + 643
9 CoreFoundation 0x2e5bd323 _CFRunLoopRunInMode + 107
10 GraphicsServices 0x332f42eb _GSEventRunModal + 139
11 UIKit 0x30e741e5 _UIApplicationMain + 1137
12 AppName 0x000b6cd7 0x66000 + 330967
Thread 1:
0 libsystem_kernel.dylib 0x38f21838 _kevent64 + 24
1 libdispatch.dylib 0x38e6a643 <redacted> + 39
Thread 2:
0 libsystem_kernel.dylib 0x38f33f38 ___psynch_cvwait + 24
1 libsystem_pthread.dylib 0x38f9b041 _pthread_cond_wait + 41
2 Foundation 0x2eff874f <redacted> + 195
3 AppName 0x0011a5a1 0x66000 + 738721
4 Foundation 0x2f06ddc7 <redacted> + 1063
5 libsystem_pthread.dylib 0x38f9ac5d <redacted> + 141
6 libsystem_pthread.dylib 0x38f9abcf __pthread_start + 103
Thread 3:
0 libsystem_kernel.dylib 0x38f21a84 _mach_msg_trap + 20
1 CoreFoundation 0x2e654561 <redacted> + 157
2 CoreFoundation 0x2e652c81 <redacted> + 793
3 CoreFoundation 0x2e5bd541 _CFRunLoopRunSpecific + 525
4 CoreFoundation 0x2e5bd323 _CFRunLoopRunInMode + 107
5 Foundation 0x2efab827 <redacted> + 255
6 Foundation 0x2effc669 <redacted> + 81
7 AppName 0x00138e95 0x66000 + 863893
8 Foundation 0x2f06ddc7 <redacted> + 1063
9 libsystem_pthread.dylib 0x38f9ac5d <redacted> + 141
10 libsystem_pthread.dylib 0x38f9abcf __pthread_start + 103
Thread 4:
0 libsystem_kernel.dylib 0x38f21a84 _mach_msg_trap + 20
1 CoreFoundation 0x2e654561 <redacted> + 157
2 CoreFoundation 0x2e652c81 <redacted> + 793
3 CoreFoundation 0x2e5bd541 _CFRunLoopRunSpecific + 525
4 CoreFoundation 0x2e5bd323 _CFRunLoopRunInMode + 107
5 Foundation 0x2eff8651 <redacted> + 321
6 Foundation 0x2f06ddc7 <redacted> + 1063
7 libsystem_pthread.dylib 0x38f9ac5d <redacted> + 141
8 libsystem_pthread.dylib 0x38f9abcf __pthread_start + 103
Thread 5:
0 libsystem_kernel.dylib 0x38f34440 ___select + 20
1 libsystem_pthread.dylib 0x38f9ac5d <redacted> + 141
2 libsystem_pthread.dylib 0x38f9abcf __pthread_start + 103
Thread 6:
0 libsystem_kernel.dylib 0x38f34c7c ___workq_kernreturn + 8
Thread 7:
0 libsystem_kernel.dylib 0x38f34c7c ___workq_kernreturn + 8
Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000000 r3: 0xffffffff
r4: 0x00000006 r5: 0x3ad6118c r6: 0x17e19650 r7: 0x27d9d924
r8: 0x3140f0da r9: 0x3ad61e30 r10: 0x313f4457 r11: 0x0000000f
ip: 0x00000148 sp: 0x27d9d918 lr: 0x38f9ba53 pc: 0x38f341fc
cpsr: 0x00000010
It's saying that crash is occured on Thread 0 but when i run the app from Xcode, debugger does not show any thread 0 and starts threds from 1 and so on. I am unable to produce this crash.
How can i demystify the crash and where it is heppeing.
you got a reason:
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for
empty array'
You are somewhere trying to access the first element of an empty array.
Doesn't really matter which thread crashed

Xcode 5 developer preview crash on launch [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
This Xcode 5 DP version was downloaded from internet which uploaded by anyone else. Every time i clicked it on launch up, it'll crash at once. Cuz i had installed xcode 4.6 version before, and i'm just registered as a developer, but didn't pay $99 a year for credit card.
I don't make sure this is the problem cause crashed. Any one can help me solve problems? Big appreciate for that!
This is the xcode 5 DP crash log:
Process: Xcode [561]
Path: /Applications/Xcode5-DP.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 5.0 (3322.38)
Build Info: IDEApplication-3322038000000000~4
Code Type: X86-64 (Native)
Parent Process: launchd [147]
User ID: 501
Date/Time: 2013-06-12 11:28:58.292 +0800
OS Version: Mac OS X 10.8.3 (12D78)
Report Version: 10
Interval Since Last Report: 525462 sec
Crashes Since Last Report: 25
Per-App Interval Since Last Report: 446 sec
Per-App Crashes Since Last Report: 18
Anonymous UUID: A9DA8062-D29B-6AC1-2555-14D6D838145A
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 5A11314m
*** error for object 0x7fae2b97b130: pointer being freed was not allocated
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff81341212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff844f4b54 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff84538dce abort + 143
3 libsystem_c.dylib 0x00007fff8450c9b9 free + 392
4 libobjc.A.dylib 0x00007fff8ac6dfc0 object_dispose + 54
5 com.apple.dt.DVTFoundation 0x00000001040d7365 __DVTSetupKVODeallocAssertions_block_invoke_371 + 264
6 libobjc.A.dylib 0x00007fff8ac6e230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
7 com.apple.CoreFoundation 0x00007fff8cbb3d72 _CFAutoreleasePoolPop + 34
8 com.apple.Foundation 0x00007fff8c475ada -[NSAutoreleasePool drain] + 154
9 com.apple.Foundation 0x00007fff8c47d580 _NSAppleEventManagerGenericHandler + 125
10 com.apple.AE 0x00007fff8da45078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
11 com.apple.AE 0x00007fff8da44ed9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
12 com.apple.AE 0x00007fff8da44d99 aeProcessAppleEvent + 318
13 com.apple.HIToolbox 0x00007fff85bae709 AEProcessAppleEvent + 100
14 com.apple.AppKit 0x00007fff88e29866 _DPSNextEvent + 1456
15 com.apple.AppKit 0x00007fff88e28e22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
16 com.apple.AppKit 0x00007fff88e201d3 -[NSApplication run] + 517
17 com.apple.AppKit 0x00007fff88dc4c06 NSApplicationMain + 869
18 libdyld.dylib 0x00007fff881417e1 start + 1
Thread 1:
0 libsystem_kernel.dylib 0x00007fff813416d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff844f5f4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff844f5d13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff844e01d1 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff81341d16 kevent + 10
1 libdispatch.dylib 0x00007fff8b480dea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff8b4809ee _dispatch_mgr_thread + 54
Thread 3:
0 libsystem_kernel.dylib 0x00007fff813416d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff844f5f4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff844f5d13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff844e01d1 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff813416d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff844f5f4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff844f5d13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff844e01d1 start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff813416d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff844f5f4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff844f5d13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff844e01d1 start_wqthread + 13
Thread 6:: Dispatch queue: com.apple.root.low-priority
0 com.apple.DiskArbitration 0x00007fff8c034fa6 _DADiskInitialize + 16
1 com.apple.DiskArbitration 0x00007fff8c034d4c __DAInitialize + 16
2 libsystem_c.dylib 0x00007fff844f4ff0 pthread_once + 87
3 com.apple.DiskArbitration 0x00007fff8c034bc7 DASessionCreate + 21
4 com.apple.AppKit 0x00007fff89071f56 __48-[NSApplication _initializeAutomaticTermination]_block_invoke_01143 + 43
5 libdispatch.dylib 0x00007fff8b481f01 _dispatch_call_block_and_release + 15
6 libdispatch.dylib 0x00007fff8b47e0b6 _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff8b47f1fa _dispatch_worker_thread2 + 304
8 libsystem_c.dylib 0x00007fff844f5d0b _pthread_wqthread + 404
9 libsystem_c.dylib 0x00007fff844e01d1 start_wqthread + 13
Thread 7:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8133f686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8133ec42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff8cbb3233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff8cbb8916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff8cbb80e2 CFRunLoopRunSpecific + 290
5 com.apple.Foundation 0x00007fff8c452b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6 com.apple.Foundation 0x00007fff8c4b0cd2 __NSThread__main__ + 1345
7 libsystem_c.dylib 0x00007fff844f37a2 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff844e01e1 thread_start + 13
Thread 8:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff81341322 __select + 10
1 com.apple.CoreFoundation 0x00007fff8cbf7f46 __CFSocketManager + 1302
2 libsystem_c.dylib 0x00007fff844f37a2 _pthread_start + 327
3 libsystem_c.dylib 0x00007fff844e01e1 thread_start + 13
Thread 9:
0 libsystem_kernel.dylib 0x00007fff813416d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff844f5f4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff844f5d13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff844e01d1 start_wqthread + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff813416d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff844f5f4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff844f5d13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff844e01d1 start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff8133f686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8133ec42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff8cbb3233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff8cbb8916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff8cbb80e2 CFRunLoopRunSpecific + 290
5 com.apple.DTDeviceKitBase 0x000000010d269f0a -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 164
6 com.apple.Foundation 0x00007fff8c4b0cd2 __NSThread__main__ + 1345
7 libsystem_c.dylib 0x00007fff844f37a2 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff844e01e1 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5bbf5d78 rdx: 0x0000000000000000
rdi: 0x0000000000000c07 rsi: 0x0000000000000006 rbp: 0x00007fff5bbf5da0 rsp: 0x00007fff5bbf5d78
r8: 0x00007fff717de278 r9: 0x0000000000000081 r10: 0x0000000020000000 r11: 0x0000000000000206
r12: 0x00007fae2989ce00 r13: 0x00000001050c6000 r14: 0x00007fff717df180 r15: 0x0000000000000008
rip: 0x00007fff81341212 rfl: 0x0000000000000206 cr2: 0x00007fae28832200
Logical CPU: 0
Binary Images:
0x104009000 - 0x104009ff7 com.apple.dt.Xcode (5.0 - 3322.38) <5CE4EAEB-6D86-3485-8946-05F729BD3DBB> /Applications/Xcode5-DP.app/Contents/MacOS/Xcode
0x10400e000 - 0x104429fff com.apple.dt.DVTFoundation (5.0 - 3481.6) <BB2B9FCE-80FA-39D4-9FE9-F4EC12019F2D> /Applications/Xcode5-DP.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x104599000 - 0x1048b0fff com.apple.dt.DVTKit (5.0 - 3502.3) <2D8CB62B-5437-3FD3-9B99-24C55AB7197E> /Applications/Xcode5-DP.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x104a50000 - 0x104e78ff7 com.apple.dt.IDEFoundation (5.0 - 3504.7) <8CEB5828-80F5-3C6F-BBEE-F30975A5965B> /Applications/Xcode5-DP.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x1050c9000 - 0x105841fff com.apple.dt.IDEKit (5.0 - 3527.7) <27FE8EAE-A006-3556-B57E-E5F3169DDC3F> /Applications/Xcode5-DP.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x105caa000 - 0x105d4cfff com.apple.PackageKit (3.0 - 260) <B9C3BB80-C2A3-3E9E-A9C0-EB58B5F42512> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x105dbc000 - 0x105dbcff7 libsysmon.dylib (2) <E029BDA7-E063-3049-95FF-BBA1AF41DFB0> /usr/lib/libsysmon.dylib
0x105e6d000 - 0x105e7cff7 libSimplifiedChineseConverter.dylib (61) <A2B475FF-667F-3B7B-A6E9-8768347F2BD6> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x1066d7000 - 0x106757fff com.apple.dt.IBFoundation (1.0 - 1) <B9E81B5F-A0B9-395A-B2B4-5063A07791DC> /Applications/Xcode5-DP.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x1067a6000 - 0x1067d4ff7 com.apple.CoreThemeDefinition (1.0 - 104) <BE976F3F-9085-3E00-AD9E-FC1A5458FB49> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x1067f6000 - 0x10682bff7 com.apple.dt.dbg.DebuggerFoundation (5.0 - 3490.2) <8AFF3717-11FF-3B86-A78B-8E79822DC9A1> /Applications/Xcode5-DP.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x106862000 - 0x107117ff7 +libclang.dylib (500.1.58) <054AB067-A22B-396F-9C48-EEC76DF12A2B> /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x107192000 - 0x1071e9fff com.apple.CSServiceClient (1.0 - 1) <BD9C72AA-FF23-324C-90ED-A4243FAD34BE> /Applications/Xcode5-DP.app/Contents/SharedFrameworks/CSServiceClient.framework/Versions/A/CSServiceClient
0x10721a000 - 0x10723cfff com.apple.DADocSetManagement (5.0 - 3338.1) <BF03D04F-3BD0-3750-B8AF-9544828510C5> /Applications/Xcode5-DP.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x107258000 - 0x10725aff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <A3DBC1CB-A24E-3908-92A0-13EC2E56BD99> /Applications/Xcode5-DP.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
May be you have Xcode plugins installed.
Try to remove them.
rm ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/*

Export attribute on nullable property causes crash

Using mono 2.10.9 and monomac, I have written a c# class inheriting NSObject used for Cocoa-binding from Xcode. If my class includes a property using a nullable value like this:
[Export]
public bool? IsRegistered { get; set; }
my application crashes the ugly way during startup (see crash report below). The main window hasn't even been displayed yet. As soon as I change the bool? to bool, everything works fine, but I actually would like to use bool?. Any suggestions?
Crash report:
Process: SQAT [44677]
Path: /Users/USER/*/SQAT.app/Contents/MacOS/SQAT
Identifier: SQAT
Version: 4 (1)
Code Type: X86 (Native)
Parent Process: launchd [136]
Date/Time: 2013-01-23 15:31:51.540 +0100
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
objc[44677]: garbage collection is OFF
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x95da69c6 __pthread_kill + 10
1 libsystem_c.dylib 0x90dc0f78 pthread_kill + 106
2 libsystem_c.dylib 0x90db1bdd abort + 167
3 libmono-2.0.dylib 0x0029eefd mono_handle_native_sigsegv + 685
4 libsystem_c.dylib 0x90e1659b _sigtramp + 43
5 ??? 0xffffffff 0 + 4294967295
6 libmono-2.0.dylib 0x002ed970 mono_runtime_posix_install_handlers + 288
7 libsystem_c.dylib 0x90db1bdd abort + 167
8 libmono-2.0.dylib 0x003ff47f monoeg_g_logv + 159
9 libmono-2.0.dylib 0x003ff4ab monoeg_assertion_message + 43
10 libmono-2.0.dylib 0x0035a4ee mono_marshal_emit_managed_wrapper + 782
11 libmono-2.0.dylib 0x0035ae50 mono_marshal_get_managed_wrapper + 752
12 libmono-2.0.dylib 0x0035b2a2 mono_delegate_to_ftnptr + 146
13 ??? 0x011bf4be 0 + 18609342
14 ??? 0x011bf45c 0 + 18609244
15 ??? 0x01203350 0 + 18887504
16 ??? 0x01203148 0 + 18886984
17 ??? 0x013340fc 0 + 20136188
18 ??? 0x011c10a8 0 + 18616488
19 ??? 0x011c090c 0 + 18614540
20 ??? 0x01205cd8 0 + 18898136
21 ??? 0x0092bfe0 0 + 9617376
22 ??? 0x0092b6dc 0 + 9615068
23 ??? 0x0092bdde 0 + 9616862
24 libmono-2.0.dylib 0x0020dca4 mono_jit_runtime_invoke + 164
25 libmono-2.0.dylib 0x003832e4 mono_runtime_invoke + 68
26 libmono-2.0.dylib 0x003893ae mono_runtime_exec_main + 238
27 libmono-2.0.dylib 0x002735fd mono_main + 6797
28 SQAT 0x000394bf main + 3135
29 SQAT 0x00038875 start + 53
There is no direct equivalent to bool? in ObjectiveC, so currently it is not possible to export such a property.
Exactly how are you trying to use this property from ObjectiveC?