I have an OS X app that uses the WebKit framework for basic browsing. But for some reason my users are reporting that it is crashing on launch. I have a crash reporter built in but I just can't replicate or decipher the crash report. I read that system libraries don't offer detailed desymbolication so it makes it harder to track where in my code it is occurring.
Code:
Date/Time: 2014-06-28 15:54:41 +0000
OS Version: Mac OS X 10.9.3 (13D65)
Framework Version: 2.1.4
Report Version: 106
Exception Type: SIGSEGV
Exception Codes: SEGV_MAPERR at 0x0
Crashed Thread: 0
Thread 0 Crashed:
0 ??? 0x0000577593f2cf2c 0x0 + 0
1 com.apple.JavaScriptCore 0x00007fff981c6a13 _ZN3JSC11Interpreter11executeCallEPNS_9ExecStateEPNS_8JSObjectENS_8CallTypeERKNS_8CallDataENS_7JSValueERKNS_7ArgListE + 595
2 com.apple.JavaScriptCore 0x00007fff981c67b5 _ZN3JSC4callEPNS_9ExecStateENS_7JSValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 69
3 com.apple.WebCore 0x00007fff96bd482a _ZN7WebCore21JSMainThreadExecState4callEPN3JSC9ExecStateENS1_7JSValueENS1_8CallTypeERKNS1_8CallDataES4_RKNS1_7ArgListE + 154
4 com.apple.WebCore 0x00007fff96c18f62 _ZN7WebCore15ScheduledAction24executeFunctionInContextEPN3JSC14JSGlobalObjectENS1_7JSValueEPNS_22ScriptExecutionContextE + 450
5 com.apple.WebCore 0x00007fff96c18cc7 _ZN7WebCore15ScheduledAction7executeEPNS_8DocumentE + 151
6 com.apple.WebCore 0x00007fff96c18a50 _ZN7WebCore8DOMTimer5firedEv + 304
7 com.apple.WebCore 0x00007fff969d8f0f _ZN7WebCore12ThreadTimers24sharedTimerFiredInternalEv + 175
8 com.apple.WebCore 0x00007fff969d8dea _ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv + 58
9 com.apple.CoreFoundation 0x00007fff92ad0494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
10 com.apple.CoreFoundation 0x00007fff92acffcf __CFRunLoopDoTimer + 1151
11 com.apple.CoreFoundation 0x00007fff92b415aa __CFRunLoopDoTimers + 298
12 com.apple.CoreFoundation 0x00007fff92a8b755 __CFRunLoopRun + 1525
13 com.apple.CoreFoundation 0x00007fff92a8af25 CFRunLoopRunSpecific + 309
14 com.apple.HIToolbox 0x00007fff8f5cba0d RunCurrentEventLoopInMode + 226
15 com.apple.HIToolbox 0x00007fff8f5cb7b7 ReceiveNextEventCommon + 479
16 com.apple.HIToolbox 0x00007fff8f5cb5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
17 com.apple.AppKit 0x00007fff955df26e _DPSNextEvent + 1434
18 com.apple.AppKit 0x00007fff955de8bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
19 com.apple.AppKit 0x00007fff955d29bc -[NSApplication run] + 553
20 com.apple.AppKit 0x00007fff955bd7a3 NSApplicationMain + 940
21 libdyld.dylib 0x00007fff964fc5fd start + 1