Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSInternalInconsistencyException on SUAutomaticUpdateAlert for some users #237

Closed
bensurtees opened this issue Dec 18, 2012 · 16 comments
Closed

Comments

@bensurtees
Copy link

I keep getting exception reports from users, at first I thought it was a localization issue, but I get it for some "en" users too. Any Idea what causes this, anyone else seeing it?

NSInternalInconsistencyException

Invalid parameter not satisfying: windowNibPath

(
0 CoreFoundation 0x00007fff912d9f56 exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff9ab64d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff912d9d8a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff919ba71f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
4 AppKit 0x00007fff8f2f7088 -[NSWindowController initWithWindowNibPath:owner:] + 141
5 Sparkle 0x0000000100071c1c -[SUWindowController initWithHost:windowNibName:] + 412
6 Sparkle 0x000000010006d674 -[SUAutomaticUpdateAlert initWithAppcastItem:host:delegate:] + 84
7 Sparkle 0x00000001000797f4 -[SUAutomaticUpdateDriver unarchiverDidFinish:] + 148
8 CoreFoundation 0x00007fff912c970d -[NSObject performSelector:withObject:] + 61
9 Sparkle 0x000000010007c01e -[SUUnarchiver(Private) notifyDelegateOfSuccess] + 110
10 CoreFoundation 0x00007fff912c970d -[NSObject performSelector:withObject:] + 61
11 Foundation 0x00007fff9193ed70 __NSThreadPerformPerform + 214
12 CoreFoundation 0x00007fff912484f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION
+ 17
13 CoreFoundation 0x00007fff91247d5d __CFRunLoopDoSources0 + 253
14 CoreFoundation 0x00007fff9126eb49 __CFRunLoopRun + 905
15 CoreFoundation 0x00007fff9126e486 CFRunLoopRunSpecific + 230
16 HIToolbox 0x00007fff92dbc2bf RunCurrentEventLoopInMode + 277
17 HIToolbox 0x00007fff92dc356d ReceiveNextEventCommon + 355
18 HIToolbox 0x00007fff92dc33fa BlockUntilNextEventMatchingListInMode + 62
19 AppKit 0x00007fff8ec50779 _DPSNextEvent + 659
20 AppKit 0x00007fff8ec5007d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
21 AppKit 0x00007fff8ec4c9b9 -[NSApplication run] + 470
22 AppKit 0x00007fff8eec8eac NSApplicationMain + 867

@neuwalker
Copy link

Ew have the same issue, just with a different nib file:

Incident Identifier: 32B25210-C8C3-4C5C-A5BB-A86E322F1530
CrashReporter Key: [TODO]
Hardware Model: MacBookPro8,2
Process: iStopMotion [2783]
Path: /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/iStopMotion
Identifier: com.boinx.iStopMotion3
Version: 15241
Code Type: X86
Parent Process: launchd [115]

Date/Time: 2012-12-09 18:15:15 +0000
OS Version: Mac OS X 10.7.5 (11G56)
Report Version: 104

Exception Type: SIGABRT
Exception Codes: #0 at 0x918489c6
Crashed Thread: 0

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: windowNibPath'

Last Exception Backtrace:
0 CoreFoundation 0x929c1a45 ___raiseError + 197
1 libobjc.A.dylib 0x93243149 _objc_exception_throw + 155
2 CoreFoundation 0x92929289 +[NSException raise:format:arguments:] + 137
3 Foundation 0x91073233 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
4 AppKit 0x9bb01068 -[NSWindowController initWithWindowNibPath:owner:] + 144
5 Sparkle 0x086a4b80 0x8698000 + 52096
6 Sparkle 0x086a0af3 0x8698000 + 35571
7 Sparkle 0x086aa15a 0x8698000 + 74074
8 Sparkle 0x0869a401 0x8698000 + 9217
9 Sparkle 0x0869a198 0x8698000 + 8600
10 iStopMotion 0x00005d0d -ISMAppDelegate checkForSoftwareUpdate:
11 CoreFoundation 0x92916d11 -[NSObject performSelector:withObject:] + 65
12 AppKit 0x9b4cd663 -[NSApplication sendAction:to:from:] + 232
13 AppKit 0x9b5c0caf -[NSMenuItem _corePerformAction] + 536
14 AppKit 0x9b5c092c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
15 AppKit 0x9b5bffb5 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
16 AppKit 0x9b89bef7 -[NSMenu performActionForItemAtIndex:] + 65
17 AppKit 0x9b89bf2a -[NSMenu _internalPerformActionForItemAtIndex:] + 45
18 AppKit 0x9b8a015b -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
19 AppKit 0x9b706670 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
20 AppKit 0x9b536246 _NSSLMMenuEventHandler + 452
21 HIToolbox 0x9806fc0c __Z22_InvokeEventHandlerUPPP25OpaqueEventHandlerCallRefP14OpaqueEventRefPvPFlS0_S2_S3_E + 36
22 HIToolbox 0x97eeb313 __ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
23 HIToolbox 0x97eea790 __ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
24 HIToolbox 0x97eff571 _SendEventToEventTarget + 76
25 HIToolbox 0x980700d0 __ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 482
26 HIToolbox 0x9807013a _SendMenuCommandWithContextAndModifiers + 70
27 HIToolbox 0x980db98d _SendMenuItemSelectedEvent + 275
28 HIToolbox 0x97f3bd79 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 129
29 HIToolbox 0x980cc88c __ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
30 HIToolbox 0x97f33a2a __HandleMenuSelection2 + 636
31 HIToolbox 0x97f337a9 __HandleMenuSelection + 53
32 AppKit 0x9b433bd2 __NSHandleCarbonMenuEvent + 302
33 AppKit 0x9b3c44d6 __DPSNextEvent + 2196
34 AppKit 0x9b3c3752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
35 AppKit 0x9b3bfac1 -[NSApplication run] + 911
36 AppKit 0x9b650ac5 _NSApplicationMain + 1054
37 iStopMotion 0x00017f05 main (main.m:68)
38 iStopMotion 0x000033c5 start + 53

Thread 0 Crashed:
0 libsystem_kernel.dylib 0x918489c6 ___pthread_kill + 10
1 libsystem_c.dylib 0x96e9fbdd _abort + 167
2 CrashReporter 0x00542043 0x53e000 + 16451
3 HIToolbox 0x9819f673 _HIReportUnhandledException + 42
4 HIToolbox 0x97eeb2d9 __ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1544
5 HIToolbox 0x97eea790 __ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
6 HIToolbox 0x97eff571 _SendEventToEventTarget + 76
7 HIToolbox 0x980700d0 __ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 482
8 HIToolbox 0x9807013a _SendMenuCommandWithContextAndModifiers + 70
9 HIToolbox 0x980db98d _SendMenuItemSelectedEvent + 275
10 HIToolbox 0x97f3bd79 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 129
11 HIToolbox 0x980cc88c __ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
12 HIToolbox 0x97f33a2a __HandleMenuSelection2 + 636
13 HIToolbox 0x97f337a9 __HandleMenuSelection + 53
14 AppKit 0x9b433bd2 __NSHandleCarbonMenuEvent + 302
15 AppKit 0x9b3c44d6 __DPSNextEvent + 2196
16 AppKit 0x9b3c3752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
17 AppKit 0x9b3bfac1 -[NSApplication run] + 911
18 AppKit 0x9b650ac5 _NSApplicationMain + 1054
19 iStopMotion 0x00017f05 main (main.m:68)
20 iStopMotion 0x000033c5 start + 53

Thread 1:
0 libsystem_kernel.dylib 0x9184990a _kevent + 10
1 libdispatch.dylib 0x92859853 __dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x91846c22 _mach_msg_trap + 10
1 CoreFoundation 0x928ae9da ___CFRunLoopServiceMachPort + 170
2 CoreFoundation 0x928b7b04 ___CFRunLoopRun + 1428
3 CoreFoundation 0x928b71dc _CFRunLoopRunSpecific + 332
4 CoreFoundation 0x928b7088 _CFRunLoopRunInMode + 120
5 Foundation 0x910040c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
6 Foundation 0x90ff7e25 -[NSThread main] + 45
7 Foundation 0x90ff7dd5 _NSThread__main + 1582
8 libsystem_c.dylib 0x96eaced9 __pthread_start + 335
9 libsystem_c.dylib 0x96eb06de _thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x91848b42 ___select + 10
1 libsystem_c.dylib 0x96eaced9 __pthread_start + 335
2 libsystem_c.dylib 0x96eb06de _thread_start + 34

Thread 4:
0 libsystem_kernel.dylib 0x9184883e ___psynch_cvwait + 10
1 libsystem_c.dylib 0x96e6142c _pthread_cond_wait$UNIX2003 + 71
2 JavaScriptCore 0x9689b5d1 __ZN3WTF15ThreadCondition9timedWaitERNS_5MutexEd + 81
3 WebCore 0x96f70d64 __ZN7WebCore18LocalStorageThread16threadEntryPointEv + 74
4 WebCore 0x96f70cc1 __ZN7WebCore18LocalStorageThread24threadEntryPointCallbackEPv + 17
5 libsystem_c.dylib 0x96eaced9 __pthread_start + 335
6 libsystem_c.dylib 0x96eb06de _thread_start + 34

Thread 5:
0 libsystem_kernel.dylib 0x9184883e ___psynch_cvwait + 10
1 libsystem_c.dylib 0x96e6142c _pthread_cond_wait$UNIX2003 + 71

Thread 6:
0 libsystem_kernel.dylib 0x9184883e ___psynch_cvwait + 10
1 libsystem_c.dylib 0x96e6142c _pthread_cond_wait$UNIX2003 + 71

Thread 7:
0 libsystem_kernel.dylib 0x9184883e ___psynch_cvwait + 10
1 libsystem_c.dylib 0x96e6142c _pthread_cond_wait$UNIX2003 + 71

Thread 8:
0 libsystem_kernel.dylib 0x9184883e ___psynch_cvwait + 10
1 libsystem_c.dylib 0x96e613e0 _pthread_cond_timedwait$UNIX2003 + 70

Thread 9:
0 libsystem_kernel.dylib 0x9184883e ___psynch_cvwait + 10
1 libsystem_c.dylib 0x96e6142c _pthread_cond_wait$UNIX2003 + 71
2 CoreMedia 0x97ec2b0e _WaitOnCondition + 19
3 CoreMedia 0x97ec2d3b _FigSemaphoreWaitRelative + 194
4 CoreMedia 0x97ebe946 _FigScheduledFileIOThread + 201
5 CoreMedia 0x97ec3e33 _figThreadMain + 496
6 libsystem_c.dylib 0x96eaced9 __pthread_start + 335
7 libsystem_c.dylib 0x96eb06de _thread_start + 34

Thread 10:
0 libsystem_kernel.dylib 0x91846c22 _mach_msg_trap + 10
1 CoreFoundation 0x928ae9da ___CFRunLoopServiceMachPort + 170
2 CoreFoundation 0x928b7b04 ___CFRunLoopRun + 1428
3 CoreFoundation 0x928b71dc _CFRunLoopRunSpecific + 332
4 CoreFoundation 0x928b7088 _CFRunLoopRunInMode + 120
5 CoreMediaIO 0x98abeba2 __ZN4CMIO3DAL7RunLoop9OwnThreadEPv + 160
6 CoreMediaIO 0x98ab470d _ZN9CAPThread5EntryEPS + 123
7 libsystem_c.dylib 0x96eaced9 __pthread_start + 335
8 libsystem_c.dylib 0x96eb06de _thread_start + 34

Thread 11:
0 libsystem_kernel.dylib 0x9184883e ___psynch_cvwait + 10
1 libsystem_c.dylib 0x96e6142c _pthread_cond_wait$UNIX2003 + 71
2 CoreVideo 0x924ef0cd __ZN13CVDisplayLink11runIOThreadEv + 945
3 CoreVideo 0x924eed05 __ZL13startIOThreadPv + 160
4 libsystem_c.dylib 0x96eaced9 __pthread_start + 335
5 libsystem_c.dylib 0x96eb06de _thread_start + 34

Thread 12:
0 libsystem_kernel.dylib 0x9184902e ___workq_kernreturn + 10
1 libsystem_c.dylib 0x96eb06fe _start_wqthread + 30

Thread 13:
0 libsystem_kernel.dylib 0x9184902e ___workq_kernreturn + 10
1 libsystem_c.dylib 0x96eb06fe _start_wqthread + 30

Thread 14:
0 libsystem_kernel.dylib 0x9184902e ___workq_kernreturn + 10
1 libsystem_c.dylib 0x96eb06fe _start_wqthread + 30

Thread 0 crashed with X86 Thread State:
eax: 0x00000000 edx: 0x918489c6 ecx: 0xc00a4e1c ebx: 0xc00a4f24
ebp: 0xc00a4e38 esi: 0x00000006 edi: 0xac8022c0 esp: 0xc00a4e1c
eip: 0x918489c6 eflags: 0x00000246 trapno: 0x00000084 cs: 0x0000000b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

Binary Images:
0xa7000 - 0x1b1fff +iStopMotion i386 <4e2f37c55e86306dafc2587f6d91bbdd> /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/iStopMotion
0x1ee000 - 0x232fff GLUT i386 <490bc2d78ee6387ea12b702d3a753382> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x29a000 - 0x2c0fff BXBase i386 /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/BXBase.framework/Versions/A/BXBase
0x2cf000 - 0x339fff BXAppKit i386 <997f14a64bab34f09fd069c7ecada873> /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/BXAppKit.framework/Versions/A/BXAppKit
0x354000 - 0x45bfff BXServices i386 /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/BXServices.framework/Versions/A/BXServices
0x47a000 - 0x481fff FsprgEmbeddedStore i386 <03df7ccb83aa3757866e5eb7a8b0ca34> /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/FsprgEmbeddedStore.framework/Versions/B/FsprgEmbeddedStore
0x48c000 - 0x4acfff BXQuickTime i386 <347455217e73327ba8bd56364a4187ff> /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/BXQuickTime.framework/Versions/A/BXQuickTime
0x4bd000 - 0x4bdfff ISMQuickDrawCompatibility i386 <315bb0c650de38358a8046f7c6ba061b> /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/ISMQuickDrawCompatibility.framework/Versions/A/ISMQuickDrawCompatibility
0x4c4000 - 0x513fff IPNipkowQuickTimeConsumer i386 <5ca1e328cf983e168066ed9aaa1abd01> /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/IPNipkowQuickTimeConsumer.framework/Versions/A/IPNipkowQuickTimeConsumer
0x52a000 - 0x534fff HockeySDK i386 <12c10c89da54390d8822125585b280c3> /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/HockeySDK.framework/Versions/A/HockeySDK
0x53e000 - 0x54ffff CrashReporter i386 /Users/catherinelord/Downloads/iStopMotion.app/Contents/MacOS/../Frameworks/HockeySDK.framework/Versions/A/Frameworks/CrashReporter.framework/Versions/A/CrashReporter
0x16b1000 - 0x16bdfff libGPUSupport.dylib i386 /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x16c4000 - 0x16c6fff libCoreFSCache.dylib i386 <9e7cbe71566c36e9a49fc5ff6956d76f> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x16d1000 - 0x16d9fff BXAppStoreWelcomeAssistant i386 <47c07029436f3272bde1d160bc20ea46> /Users/catherinelord/Downloads/iStopMotion.app/Contents/Resources/BXAppStoreWelcomeAssistant.assistantPane/Contents/MacOS/BXAppStoreWelcomeAssistant
0x16e0000 - 0x16eafff BXFeedbackAssistantPanes i386 <4ea04288eee33fd782d078e1eaceace5> /Users/catherinelord/Downloads/iStopMotion.app/Contents/Resources/BXFeedbackAssistantPanes.assistantPane/Contents/MacOS/BXFeedbackAssistantPanes
0x16f1000 - 0x16fdfff BXRegisterAssistantPanes i386 <00a9c56cedc630578703e17f53d8e710> /Users/catherinelord/Downloads/iStopMotion.app/Contents/Resources/BXRegisterAssistantPanes.assistantPane/Contents/MacOS/BXRegisterAssistantPanes
0x1706000 - 0x171efff BXSalesAssistantPanes i386 /Users/catherinelord/Downloads/iStopMotion.app/Contents/Resources/BXSalesAssistantPanes.assistantPane/Contents/MacOS/BXSalesAssistantPanes
0x1729000 - 0x172ffff BXSetupAssistantPanes i386 <78aa40111b943f00bbb34d6ba0cd8139> /Users/catherinelord/Downloads/iStopMotion.app/Contents/Resources/BXSetupAssistantPanes.assistantPane/Contents/MacOS/BXSetupAssistantPanes
0x1766000 - 0x1767fff ISMSetupAssistantPanes i386 /Users/catherinelord/Downloads/iStopMotion.app/Contents/Resources/ISMSetupAssistantPanes.assistantPane/Contents/MacOS/ISMSetupAssistantPanes
0x181d000 - 0x181dfff cl_kernels i386 cl_kernels
0x1822000 - 0x1822fff cl_kernels i386 <9a406c1865da425093a0354c5c99707b> cl_kernels
0x375e000 - 0x38e6fff GLEngine i386 <84549eef900f397aaabc47dd261f40be> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x391d000 - 0x3a87fff libGLProgrammability.dylib i386 <169ed314b9373877a7d74afb96d8c561> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x3ab6000 - 0x3d52fff ATIRadeonX3000GLDriver i386 <86bef6d7d13036ab89395ab20c0681fe> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver
0x3d87000 - 0x4108fff AppleIntelHD3000GraphicsGLDriver i386 /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
0x4213000 - 0x4240fff GLRendererFloat i386 /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x4249000 - 0x4252fff libcldcpuengine.dylib i386 <95a88dc8e5ee363f9275214d5ab7a2ef> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x64cb000 - 0x6550fff XQuery i386 <06c4e4f3cca53951b5e3dc34fb314d32> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x658c000 - 0x658cfff cl_kernels i386 <164ed20718754c038f420b5dc2a111be> cl_kernels
0x74a0000 - 0x7545fff unorm8_rgba.dylib i386 <58ef82e1222738bdb29847bc1d149789> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7557000 - 0x75fffff unorm8_bgra.dylib i386 <99a967d25577396bbd1156eaff962ab2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x8146000 - 0x814afff AudioIPCPlugIn i386 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x814f000 - 0x8154fff AppleHDAHALPlugIn i386 /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x8159000 - 0x8161fff AppleIntelSNBVA i386 <24c48958bf96320b83ac9b1a9b277135> /System/Library/Extensions/AppleIntelSNBVA.bundle/Contents/MacOS/AppleIntelSNBVA
0x830b000 - 0x84d7fff AudioCodecs i386 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
0x8536000 - 0x867cfff AppleGVA i386 <79adc1b27db23071b2c57f46d8c1a29f> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
0x8698000 - 0x86b6fff Sparkle i386 /Users/catherinelord/Downloads/iStopMotion.app/Contents/Frameworks/Sparkle.framework/Sparkle
0x870b000 - 0x875dfff ATIRadeonX3000VADriver i386 <916b4587cd2b35cdb2ff75fa3555eff5> /System/Library/Extensions/ATIRadeonX3000VADriver.bundle/Contents/MacOS/ATIRadeonX3000VADriver
0x87d0000 - 0x88c1fff AppleIntelHD3000GraphicsVADriver i386 /System/Library/Extensions/AppleIntelHD3000GraphicsVADriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsVADriver
0x8928000 - 0x8951fff VDC i386 <1c09e3fcf72b39ec89e255b8441f5c18> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
0x895b000 - 0x89bbfff CMIOQTUnits i386 /System/Library/Frameworks/CoreMediaIO.framework/Resources/QuickTimeUnits/CMIOQTUnits.bundle/Contents/MacOS/CMIOQTUnits
0x89cb000 - 0x89fbfff FWAVC i386 <4c309ba5820c3c83ba9fecdf9b0003e6> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
0x8aea000 - 0x8b23fff QuickTimeFireWireDV i386 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0x8b2e000 - 0x8b38fff IOFWDVComponents i386 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComponents
0x8b43000 - 0x8b6bfff QuickTimeIIDCDigitizer i386 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/QuickTimeIIDCDigitizer
0x8b73000 - 0x8bc6fff QuickTimeUSBVDCDigitizer i386 <46ca66e157e937f79e10b0fc901e13a0> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/QuickTimeUSBVDCDigitizer
0x8bd0000 - 0x8bd2fff ImageDifferPatch i386 /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
0x8c0d000 - 0x8c32fff ExtraPatches i386 <2e5748b7755537b5b344b4ff14fedb2c> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
0x8c42000 - 0x8c6bfff OpenAL i386 <66ab8ba76f8a3d8c9daed82af54139bb> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x8ddd000 - 0x8e29fff CoreMIDI i386 <67fe17bac9213d2daac5b5e9083ce004> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x92a0000 - 0x92a0fff cl_kernels i386 <561edea8bf40428ab19d3bc3db1248d8> cl_kernels
0x92a5000 - 0x92a6fff cl_kernels i386 <00542b3ce63044f6851f8dc99c8faf04> cl_kernels
0x97eb000 - 0x9893fff unorm8_argb.dylib i386 <1c5cbaf69739340f9cd610d08fef554f> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_argb.dylib
0x70000000 - 0x70141fff CoreAudio i386 <288826e4a7043fdb8df6afd50a73142b> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x90009000 - 0x9003cfff libtidy.A.dylib i386 /usr/lib/libtidy.A.dylib
0x9003d000 - 0x900a5fff ISSupport i386 <59225a6541c135ca9f29229ac427b728> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x900a6000 - 0x901d2fff CFNetwork i386 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x901d3000 - 0x9023bfff libc++.1.dylib i386 /usr/lib/libc++.1.dylib
0x90265000 - 0x90346fff DiscRecording i386 <5841cec86746357e9f0ac0614320d153> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x90347000 - 0x903abfff IOKit i386 <94827954590636c4819b24cdafd85c72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x903ac000 - 0x903ecfff libauto.dylib i386 <984c81befa1c32288f7e2965e7e5eb85> /usr/lib/libauto.dylib
0x903ed000 - 0x90413fff QuartzFilters i386 <64ab163e7e9130288730be11bc1f5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x90744000 - 0x9078cfff SystemConfiguration i386 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9078d000 - 0x907a3fff libxpc.dylib i386 <0585aa94f4fd32c1b58622e7184b781a> /usr/lib/system/libxpc.dylib
0x907a4000 - 0x907b4fff libCRFSuite.dylib i386 <94e040d22769359aa21bdb85fcb73bdc> /usr/lib/libCRFSuite.dylib
0x907c0000 - 0x907cbfff NetAuth i386 <4377fb18a55035c6bcd271c42134eea6> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x907cc000 - 0x908cbfff DiskImages i386 <31a74a7ee2ae313da7c46dfcf0f22c9a> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x908cc000 - 0x9091dfff ScalableUserInterface i386 <3c39df4d5cae373abe088cd16e514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9091e000 - 0x9091ffff libsystem_sandbox.dylib i386 <5cfccfb7cf293e04801d8532ae004768> /usr/lib/system/libsystem_sandbox.dylib
0x90920000 - 0x90929fff DisplayServices i386 <820c4b45814a3101a1fa044ca6d2fbc8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9092a000 - 0x9092afff Quartz i386 <49b5ca00083a3d4a9a684759a5cc35a6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x90a63000 - 0x90b3bfff QuickLookUI i386 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x90b3c000 - 0x90c4cfff libsqlite3.dylib i386 <34e1e3cc7b6a3b378d071258d11e16cb> /usr/lib/libsqlite3.dylib
0x90c4d000 - 0x90c50fff libcompiler_rt.dylib i386 <7f6c14cc01693f1bb89c372f67f1f3b5> /usr/lib/system/libcompiler_rt.dylib
0x90c51000 - 0x90f97fff MediaToolbox i386 <89d37021c3893cc5a158620adcbd99ef> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x90f98000 - 0x912a2fff Foundation i386 <4c52ed74a1fd3087a2e1035ab3cf9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x912a3000 - 0x912adfff CarbonSound i386 <2a089ce897603f0fb77d29a78940ea17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x915e8000 - 0x91663fff ATS i386 <4d124b653d4332e9b2963671347bb888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x91664000 - 0x91747fff libcrypto.0.9.8.dylib i386 /usr/lib/libcrypto.0.9.8.dylib
0x9176f000 - 0x91786fff CoreMediaAuthoring i386 <69d569fd670c3bd094bf7a8954aa2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x91795000 - 0x917c2fff SecurityInterface i386 <0fa3e84bb5ff3a58a40846280982cacc> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x917c3000 - 0x917c3fff CoreServices i386 <7cb7aa95d5a7366abb8a035aa9e582f8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x917c4000 - 0x917d2fff libxar-nossl.dylib i386 <5bf4da8ec319354a967ea0c725dc8ba3> /usr/lib/libxar-nossl.dylib
0x91830000 - 0x9184efff libsystem_kernel.dylib i386 <79179f83457a3539a76be960d2108109> /usr/lib/system/libsystem_kernel.dylib
0x9184f000 - 0x91edbfff CoreAUC i386 <9d51400fb8273ba787f5954a1cddaea9> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x91edc000 - 0x91f72fff LaunchServices i386 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91f73000 - 0x91f7afff AGL i386 /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x91fa7000 - 0x92089fff Backup i386 <1fae91f2bcef387db5c4412c464da1be> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9208a000 - 0x920b8fff libSystem.B.dylib i386 <112d9c2318fe3995a8dbcdbe81cc7bab> /usr/lib/libSystem.B.dylib
0x920b9000 - 0x920b9fff libOpenScriptingUtil.dylib i386 /usr/lib/libOpenScriptingUtil.dylib
0x92159000 - 0x9216efff SpeechSynthesis i386 <92aaddb0badf3b008941b8390edc931b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92226000 - 0x922b3fff libvMisc.dylib i386 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x922b4000 - 0x92374fff ColorSync i386 <0a68af3515df3a0a9b1770ce2a106a6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9237c000 - 0x924d2fff AudioToolbox i386 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x924ed000 - 0x92510fff CoreVideo i386 <4234c11ce8e9309a946527d6d7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x92525000 - 0x927fffff RawCamera i386 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x92800000 - 0x92803fff AppleSystemInfo i386 <0e02ba664ea63ea18d813d0de36f1ce8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x92806000 - 0x92809fff libCoreVMClient.dylib i386 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9280a000 - 0x92815fff libbz2.1.0.dylib i386 /usr/lib/libbz2.1.0.dylib
0x92858000 - 0x92866fff libdispatch.dylib i386 <1b857064288d3919b81a38e9f4d19b54> /usr/lib/system/libdispatch.dylib
0x92867000 - 0x9286dfff CommerceCore i386 /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9286e000 - 0x92872fff libsystem_network.dylib i386 <62ebaddafc723275aab35edd949fefaf> /usr/lib/system/libsystem_network.dylib
0x92873000 - 0x9287bfff liblaunch.dylib i386 <9e6135ffc2b13bc9a160b32d71bfa77c> /usr/lib/system/liblaunch.dylib
0x9287c000 - 0x92a53fff CoreFoundation i386 <4d1d2baf133232dfa81b7e79d4f0a6cb> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x92a54000 - 0x92a6efff Kerberos i386 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92b36000 - 0x92b37fff liblangid.dylib i386 /usr/lib/liblangid.dylib
0x92b38000 - 0x92b38fff ApplicationServices i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92ba8000 - 0x92c25fff PDFKit i386 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x92c44000 - 0x92d55fff libJP2.dylib i386 <2b5eb147f84530df87c4d2d3c3d0680a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x92d56000 - 0x92df2fff Ink i386 <05cafb64d3b8397387eacb8bbe580f6b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92df3000 - 0x92e69fff Metadata i386 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92e6a000 - 0x92e72fff libunwind.dylib i386 /usr/lib/system/libunwind.dylib
0x92e73000 - 0x92e76fff libmathCommon.A.dylib i386 <693570477be03360a36d000f55e39336> /usr/lib/system/libmathCommon.A.dylib
0x92e77000 - 0x92eaefff DebugSymbols i386 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x92eaf000 - 0x92ebdfff libz.1.dylib i386 /usr/lib/libz.1.dylib
0x931cd000 - 0x9322ffff libstdc++.6.dylib i386 <266ce9b3526a3c41ba587ae66a3b15fd> /usr/lib/libstdc++.6.dylib
0x93230000 - 0x93306fff libobjc.A.dylib i386 <2e272dca38a03530bbf447ae678d20d4> /usr/lib/libobjc.A.dylib
0x93307000 - 0x9330cfff PhoneNumbers i386 <1830301d540939499614c43c62b39dda> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x9333d000 - 0x9373ffff libLAPACK.dylib i386 <00be022185643f879f6b8a910cf2f141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x93740000 - 0x93762fff PerformanceAnalysis i386 <453463ff7c4235268c96a9971ee07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x93763000 - 0x937b4fff QuickLook i386 /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x937b5000 - 0x937b6fff libremovefile.dylib i386 <6de3fdc70be03791b6f5c15422a8afb8> /usr/lib/system/libremovefile.dylib
0x937e5000 - 0x93947fff QuartzCore i386 <6d0ec7fc11e535fba08a3b438e89fbdb> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x93948000 - 0x93949fff libDiagnosticMessagesClient.dylib i386 /usr/lib/libDiagnosticMessagesClient.dylib
0x93955000 - 0x939b0fff Symbolication i386 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x939b2000 - 0x939bdfff SpeechRecognition i386 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x939be000 - 0x93c43fff QuickTime i386 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x93c44000 - 0x93c78fff libTrueTypeScaler.dylib i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x93c79000 - 0x93d90fff WebKit i386 <85dac34e86a1380fb16656630c9b0bd5> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x93dd6000 - 0x93dddfff libsystem_dnssd.dylib i386 /usr/lib/system/libsystem_dnssd.dylib
0x93dde000 - 0x93de5fff libCGXCoreImage.A.dylib i386 <4f9dd9d1f2513661a3c6b1f550b084b0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x93df7000 - 0x93df8fff libquarantine.dylib i386 <46980ec2149d3cf7b29a401fb89c275d> /usr/lib/system/libquarantine.dylib
0x93df9000 - 0x93e5efff libvDSP.dylib i386 <4b4b32d24f663b0dbd61fa8429ff8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x93e5f000 - 0x93e62fff Help i386 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93e71000 - 0x93e71fff Cocoa i386 <5fafe73e6af53d0991910bdc8c6875cb> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93e72000 - 0x93ec4fff libFontRegistry.dylib i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x93ec5000 - 0x93ed5fff libsasl2.2.dylib i386 /usr/lib/libsasl2.2.dylib
0x93ed6000 - 0x93ef8fff FamilyControls i386 <6735d7ed70533ab8b144e7f70a124ccd> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x93ef9000 - 0x93f24fff GSS i386 <2c468b23fa8730b5b9a68c5d1373aa30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x93fd1000 - 0x94058fff PrintCore i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94059000 - 0x94129fff ImageIO i386 <2092785c795a3cdfa1b46c80ba3726dd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9412f000 - 0x94143fff CFOpenDirectory i386 <9149c1fe865e3a8db9d9547384f553c8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x941ac000 - 0x94688fff libBLAS.dylib i386 <134abfc6f29e3dc58e57e13cb6ef7b41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x94979000 - 0x956cafff QuickTimeComponents i386 <0001fa3ae33f369983823110ac51244f> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x956cb000 - 0x956d2fff NetFS i386 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x956d3000 - 0x956d4fff libunc.dylib i386 <2f4b35b2706c3383aa86daba409fae45> /usr/lib/system/libunc.dylib
0x95712000 - 0x95761fff AppleVA i386 <1188e7ab76fe343f910830cd67e5a37b> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x95762000 - 0x9584afff libxml2.2.dylib i386 <1841196f68b5309f8ed16714b1dfec83> /usr/lib/libxml2.2.dylib
0x9590b000 - 0x9593ffff libssl.0.9.8.dylib i386 <567e922ce64f321b9a476b18bf481625> /usr/lib/libssl.0.9.8.dylib
0x95942000 - 0x9597ffff libcups.2.dylib i386 <007a1877e9813007a8fa9b179f4ed6d1> /usr/lib/libcups.2.dylib
0x95980000 - 0x959e1fff CoreAudio i386 <7a14be5267893ce39ae9b733f4903eb1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x959e2000 - 0x95dd6fff VideoToolbox i386 <8fcc2c082d4c3a96b57acaa56911120f> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x95dd7000 - 0x95dd8fff libCVMSPluginSupport.dylib i386 <4b0476f9950d3eb7bd83f65af0b05f0e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x95dd9000 - 0x95de7fff libxar.1.dylib i386 <9162c7bd60fe37b1a323da4f829feed0> /usr/lib/libxar.1.dylib
0x95de8000 - 0x95e31fff libGLU.dylib i386 <9af7ad5116e33674b60e30ee499d7b46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x966ce000 - 0x9672bfff HTMLRendering i386 <409ef0cb2997369a9326be12436b9ee1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9672c000 - 0x9688ffff QTKit i386 <163fbddd0458378f84ddcb0f603a259e> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x96890000 - 0x96b3dfff JavaScriptCore i386 <5ae5c3b8d807356b80d94d0a706a10d1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x96b8b000 - 0x96b96fff libCSync.A.dylib i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96b97000 - 0x96b9bfff libcache.dylib i386 <5625653765383522bcb62c79da6ac8cd> /usr/lib/system/libcache.dylib
0x96c06000 - 0x96c23fff libresolv.9.dylib i386 <2870320a28da3b449d82d56e0036f6bb> /usr/lib/libresolv.9.dylib
0x96c24000 - 0x96e4ffff QuartzComposer i386 <416993f4286835ff90de34c93d83574f> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x96e50000 - 0x96f1bfff libsystem_c.dylib i386 <52421b0079c8372794de62f6820b9c31> /usr/lib/system/libsystem_c.dylib
0x96f1c000 - 0x96f1dfff TrustEvaluationAgent i386 <4bb395782f5e3a50ad599c0ab99472eb> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x96f52000 - 0x97983fff WebCore i386 <5ff60d469bc03b5aaff12c965d561009> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x97984000 - 0x979c2fff libRIP.A.dylib i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x97d83000 - 0x97d83fff vecLib i386 <22997c20beb7301d86c55bfb3b06d212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97d84000 - 0x97dc1fff libGLImage.dylib i386 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97df6000 - 0x97df9fff libpam.2.dylib i386 <6ffdbd605ec63efa996bee030443c16c> /usr/lib/libpam.2.dylib
0x97dfa000 - 0x97dfafff libdnsinfo.dylib i386 <7efad88cafbc3d48be1460b8eacc68d7> /usr/lib/system/libdnsinfo.dylib
0x97e95000 - 0x97e9ffff DirectoryService i386 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x97ea0000 - 0x97ee2fff CoreMedia i386 <10d5d25f9bcb3406b73723d9fdf2cc71> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x97ee3000 - 0x98229fff HIToolbox i386 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9822a000 - 0x98253fff Shortcut i386 <60000f49630934b188a1588dc566c8df> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x98428000 - 0x9847bfff ImageCaptureCore i386 /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9847c000 - 0x98481fff libmacho.dylib i386 <943213f3cc9b328e8a6f16d85c4274c7> /usr/lib/system/libmacho.dylib
0x98497000 - 0x98497fff Accelerate i386 <4192ce7abce03d3caaf76f1b3c607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x984af000 - 0x984b5fff Print i386 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x984c1000 - 0x984cafff libc++abi.dylib i386 /usr/lib/libc++abi.dylib
0x984cb000 - 0x984cbfff vecLib i386 <8ccf99bfa4b73c019219b83d2ae5f82a> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x98577000 - 0x985b8fff libcurl.4.dylib i386 <9fd420fb79843a078914bb19e687d38b> /usr/lib/libcurl.4.dylib
0x985b9000 - 0x9865dfff QD i386 <3881bec609083073ba44346356e1cdf9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9865e000 - 0x98660fff SecurityHI i386 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x98661000 - 0x9868bfff libpcre.0.dylib i386 <5caa147897e031ea8f50bf09d665dd84> /usr/lib/libpcre.0.dylib
0x9868c000 - 0x98699fff libGL.dylib i386 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9869a000 - 0x986f3fff HIServices i386 <91ec636dac273332ba1cfd7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x987a3000 - 0x987bbfff PreferencePanes i386 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x987bc000 - 0x987d9fff OpenScripting i386 <0579a4cbfd6f3d7fa17bac0f2cf11fc7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x987da000 - 0x98aa9fff Security i386 <8df67bddc98f3b7eac63d468407fa82d> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98aaa000 - 0x98ab1fff libsystem_notify.dylib i386 <47db9e1ba7d13818a747382b2c5d9e1b> /usr/lib/system/libsystem_notify.dylib
0x98ab2000 - 0x98b04fff CoreMediaIO i386 /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x98b05000 - 0x98b13fff OpenGL i386 <766afb12a2cb3a55b662fc9ffcae0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x98b14000 - 0x98b15fff libsystem_blocks.dylib i386 /usr/lib/system/libsystem_blocks.dylib
0x98b16000 - 0x98b4cfff LDAP i386 /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x98b4d000 - 0x98be4fff SecurityFoundation i386 <510a3ba771713d98a7178eeccce5fc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x98be5000 - 0x98bf5fff LangAnalysis i386 <6d6f0c9d2eea3578af3de2a09bcecaf3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x98bf6000 - 0x98c39fff libcommonCrypto.dylib i386 <6b35f2035d72335aa4bccc89fec0e14f> /usr/lib/system/libcommonCrypto.dylib
0x98c3a000 - 0x98c40fff libGFXShared.dylib i386 <9c9834ebb79438c89b9031d8cb234f86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x98c41000 - 0x98d39fff libFontParser.dylib i386 <71b33eb127f83c68b940fc61a3cfe275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x98d3a000 - 0x98d5bfff InternetAccounts i386 /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x98d5c000 - 0x98d84fff libxslt.1.dylib i386 /usr/lib/libxslt.1.dylib
0x98d85000 - 0x98da5fff RemoteViewServices i386 <11c87337ff293976a2306387d96563c5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x98da6000 - 0x98df6fff libTIFF.dylib i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x98e3f000 - 0x990f1fff AddressBook i386 /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x990f2000 - 0x992a6fff libicucore.A.dylib i386 <4aff6fc3628339348efcca227ca11164> /usr/lib/libicucore.A.dylib
0x992a7000 - 0x992b8fff libbsm.0.dylib i386 <54acf69687c63652808a17be7275c230> /usr/lib/libbsm.0.dylib
0x992b9000 - 0x992bdfff OpenDirectory i386 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x992be000 - 0x992c0fff libdyld.dylib i386 <1f865c7358033b08988c65b8d86cb7be> /usr/lib/system/libdyld.dylib
0x992c1000 - 0x99308fff OpenCL i386 <7689e7b9ee5a3f7486994cded9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x99309000 - 0x99378fff Heimdal i386 <2e1b877936d43c62a67e0034d77d7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x99379000 - 0x99470fff PubSub i386 <871f1304df7a32be9990af7a7e0738e1> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x99471000 - 0x99479fff libcopyfile.dylib i386 /usr/lib/system/libcopyfile.dylib
0x99624000 - 0x99686fff DataDetectorsCore i386 <8340bec3fb033ad8b9e81ffa9dc7c220> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x99687000 - 0x9968bfff IOSurface i386 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9968c000 - 0x9979bfff DesktopServicesPriv i386 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9979c000 - 0x9985ffff OSServices i386 <5af33605c8933f6089cf1bc9c0bc35af> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x99860000 - 0x998d4fff CoreSymbolication i386 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x998d5000 - 0x998e0fff libkxld.dylib i386 <14e79d7ab6c235c5b56dd343bec2a106> /usr/lib/system/libkxld.dylib
0x998e1000 - 0x999fffff vImage i386 <7757f253b281361289d4f2b04061cbe1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x99a00000 - 0x99a08fff DiskArbitration i386 <28d5d8b514e83da19085b9bc96835acf> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x99a09000 - 0x99a49fff NavigationServices i386 <16a8bcc873433a9088b3aaa334df615f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x99a4a000 - 0x99a4cfff libRadiance.dylib i386 <4721057e5a1f3083911b200ed1ce7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x99a71000 - 0x99a71fff Carbon i386 <63603a0c723b3968b302ebeee6a14e97> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x99a72000 - 0x99a97fff libJPEG.dylib i386 <743578f68c0c39cc9f153a01e1616eae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x99ad9000 - 0x99adcfff libCGXType.A.dylib i386 <16dce20a9790369a94c1b7954b418c77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x99add000 - 0x99b55fff CorePDF i386 <0074267bf74a30fc8508a14c821f0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x99d58000 - 0x99d61fff CommonAuth i386 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x99d62000 - 0x99d75fff MultitouchSupport i386 <86c11177ef7c33dcafe3703652463562> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x99d76000 - 0x99da0fff CoreServicesInternal i386 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x99da1000 - 0x99db6fff ImageCapture i386 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x99db7000 - 0x99dd3fff GenerationalStorage i386 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x99dd4000 - 0x99dd4fff libkeymgr.dylib i386 <7f0e8ee29e8f366f9988e2f119db9a82> /usr/lib/system/libkeymgr.dylib
0x99dd5000 - 0x9a190fff SceneKit i386 <89008b8787e73972a27430311497ee32> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9a191000 - 0x9a268fff AVFoundation i386 <7b7fdf30ac403715a409b5a27f7b5585> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9a2e2000 - 0x9a4fefff ImageKit i386 <71fc9a624e07307c8e6b4de7661dc0a3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9ab1b000 - 0x9ac0bfff libiconv.2.dylib i386 <9e5f86a3840537749e0c3a074273c96d> /usr/lib/libiconv.2.dylib
0x9ac0c000 - 0x9ac19fff HelpData i386 <330c6b7f251237b7b2ff24e1804e9426> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9ac1a000 - 0x9ac50fff AE i386 <7bafbf18399736569823fd3b455056a4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9ac64000 - 0x9ac64fff AudioUnit i386 <2e71e88025d132108d2621ec47ed810c> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9aca3000 - 0x9afa5fff CarbonCore i386 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9afb1000 - 0x9afdffff DictionaryServices i386 <8d03d180d83439f3a10678e0b22a7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9afe0000 - 0x9b03efff CoreUI i386 <340b0b8314073ab4bcab505c29303ee2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9b03f000 - 0x9b057fff libexpat.1.dylib i386 /usr/lib/libexpat.1.dylib
0x9b058000 - 0x9b0e2fff SearchKit i386 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9b0e3000 - 0x9b357fff CoreImage i386 /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x9b358000 - 0x9b374fff libPng.dylib i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9b375000 - 0x9b3b9fff MediaKit i386 <6e429dd7882937de94af940fb70f2fb9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9b3ba000 - 0x9be4ffff AppKit i386 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9be50000 - 0x9be54fff libGIF.dylib i386 <2adfed972228343d9a53207cbfde7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9be55000 - 0x9be84fff libsystem_info.dylib i386 <37640811445b3bb79934a7c99848250d> /usr/lib/system/libsystem_info.dylib
0x9be85000 - 0x9bf12fff CoreText i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9bf13000 - 0x9c388fff FaceCoreLight i386 <3e2bf58751683fc59d8d183a9c7c1ded> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9c389000 - 0x9c38dfff CommonPanels i386 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9c38e000 - 0x9ccb9fff CoreGraphics i386 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9ccba000 - 0x9ceb2fff CoreData i386 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

@neuwalker
Copy link

NSWindowController documentation says for -initWithWindowNibPath:owner:

Use this method if your nib file is at a fixed location (which is not inside either the file’s owner’s class’s bundle or in the application’s main bundle).

I don't know, if this means, that the nib file is not allowed to resist either in Sparkle--Framework-Bundle or somewhere inside the main bundle. If so, this method looks rather strange and somewhat useless to me, but the nib paths we handle over to this method are on such a location.

IMHO this could lead to an NSInternalInconsistencyException

I changed the code in SUWindowController to -initWithWindowNibName:owner:

it works fine, but I will test it more before commiting it to this repository.

What is your opinion?

@bensurtees
Copy link
Author

HI, sorry its taken me so long to reply, that sounds interesting, I will look into that and try the change, I will report any findings.

@ivasic
Copy link

ivasic commented Mar 17, 2013

Hi guys, any progress on this issue?
I've got a bunch of crashes reported by users with the same stack trace.

@kolpanic
Copy link
Contributor

Just experienced this in our app.

@sotirisncl
Copy link

any sollution/update for this crash ?

@neuwalker
Copy link

Having this fix in our apps for round about a year and had no issues encountered anymore.

@bensurtees
Copy link
Author

Yeah same result here, I tried the change in the latest releases and its been fine. Thats since November 2013.

@joesankey
Copy link

Is the fix for this going to be merged to master? Or has it been fixed some other way?

millerdev added a commit to millerdev/Sparkle that referenced this issue Dec 31, 2014
reason: Invalid parameter not satisfying: windowNibPath

See sparkle-project#237 (comment)
@cmsj
Copy link

cmsj commented Jul 15, 2015

@bensurtees assuming all has remained well with your patched version, could you throw the patch up as a PR? Might help get this issue closed out :)

@kornelski
Copy link
Member

@cmsj hasn't PR #472 fixed this for you?

@cmsj
Copy link

cmsj commented Jul 16, 2015

@pornel I'd missed that the fix had gone in here too, but I do still seem to be getting these crashes (using Sparkle 1.10.0):

    Thread : Fatal Exception: NSInternalInconsistencyException
    0  CoreFoundation                 0x00007fff8acd7634 __exceptionPreprocess
    1  libobjc.A.dylib                0x00007fff8bb416de objc_exception_throw
    2  CoreFoundation                 0x00007fff8acd742a +[NSException raise:format:arguments:]
    3  Foundation                     0x00007fff87c1f5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
    4  AppKit                         0x00007fff8e944dbe -[NSWindowController initWithWindowNibPath:owner:]
    5  Sparkle                        0x000000010fac8ee8
    6  Sparkle                        0x000000010fac2ac4
    7  Sparkle                        0x000000010fac05ce
    8  Sparkle                        0x000000010fabe1b0
    9  Sparkle                        0x000000010fab1e8b
    10 Sparkle                        0x000000010faae33d
    11 CFNetwork                      0x00007fff888a7d7c -[NSURLDownload sendDidFinish]
    12 CFNetwork                      0x00007fff888a915c _NSURLDownloadDidFinish(_CFURLDownload*, void const*)
    13 CFNetwork                      0x00007fff887fdd0f URLDownload::_internal_downloadFinished()
    14 CFNetwork                      0x00007fff887ffe7a ___ZN11URLDownload30_internal_withClientSchedulingEU13block_pointerFvP22CFURLDownloadClient_V2E_block_invoke
    15 CFNetwork                      0x00007fff8876e3fc RunloopBlockContext::_invoke_block(void const*, void*)
    16 CoreFoundation                 0x00007fff8abc11e4 CFArrayApplyFunction
    17 CFNetwork                      0x00007fff8876e2bd RunloopBlockContext::perform()
    18 CFNetwork                      0x00007fff8876e15e MultiplexerSource::perform()
    19 CFNetwork                      0x00007fff8876df80 MultiplexerSource::_perform(void*)
    20 CoreFoundation                 0x00007fff8abf5661 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
    21 CoreFoundation                 0x00007fff8abe77ed __CFRunLoopDoSources0
    22 CoreFoundation                 0x00007fff8abe6e1f __CFRunLoopRun
    23 CoreFoundation                 0x00007fff8abe6838 CFRunLoopRunSpecific
    24 HIToolbox                      0x00007fff9611043f RunCurrentEventLoopInMode
    25 HIToolbox                      0x00007fff961101ba ReceiveNextEventCommon
    26 HIToolbox                      0x00007fff9610fffb _BlockUntilNextEventMatchingListInModeWithFilter
    27 AppKit                         0x00007fff8e0506d1 _DPSNextEvent
    28 AppKit                         0x00007fff8e04fe80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
    29 AppKit                         0x00007fff8e043e23 -[NSApplication run]
    30 AppKit                         0x00007fff8e02f2d4 NSApplicationMain
    31 libdyld.dylib                  0x00007fff8819d5c9 start
    32 ???                            0x0000000000000001

@kornelski
Copy link
Member

I think that has been fixed some time after 1.10, so please try 1.11: https://github.com/sparkle-project/Sparkle/releases/tag/1.11.0rc1

@purefun
Copy link

purefun commented Mar 14, 2017

sparkle 1.16

Fatal Exception: NSInternalInconsistencyException
0  CoreFoundation                 0x7fff7f98ce63 (Missing)
1  libobjc.A.dylib                0x7fff94576cad objc_exception_throw
2  CoreFoundation                 0x7fff7f991b82 (Missing)
3  Foundation                     0x7fff813dbd50 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
4  AppKit                         0x7fff7d589be9 (Missing)
5  AppKit                         0x7fff7d693300 (Missing)
6  AppKit                         0x7fff7dd28603 (Missing)
7  AppKit                         0x7fff7dd24e20 (Missing)
8  AppKit                         0x7fff7dd242be (Missing)
9  AppKit                         0x7fff7dbacbf5 (Missing)
10 AppKit                         0x7fff7d68a896 (Missing)
11 AppKit                         0x7fff7d86aa42 (Missing)
12 AppKit                         0x7fff7d68833a (Missing)
13 AppKit                         0x7fff7d85a8aa (Missing)
14 AppKit                         0x7fff7d7008bc (Missing)
15 Sparkle                        0x104b6e761 -[SUUIBasedUpdateDriver showAlert:] (SUUIBasedUpdateDriver.m:318)
16 Sparkle                        0x104b6c7b0 -[SUUIBasedUpdateDriver didNotFindUpdate] (SUUIBasedUpdateDriver.m:107)
17 Sparkle                        0x104b54915 -[SUBasicUpdateDriver appcastDidFinishLoading:] (SUBasicUpdateDriver.m:195)
18 Sparkle                        0x104b76a0e -[SUUserInitiatedUpdateDriver appcastDidFinishLoading:] (SUUserInitiatedUpdateDriver.m:69)
19 Sparkle                        0x104b4e7bd -[SUAppcast downloadDidFinish:] (SUAppcast.m:106)
20 CFNetwork                      0x7fff7ecbabf1 -[NSURLDownload sendDidFinish]
21 CFNetwork                      0x7fff7ecbbf64 _NSURLDownloadDidFinish(_CFURLDownload*, void const*)
22 CFNetwork                      0x7fff7ebdafc1 URLDownload::_internal_downloadFinished()
23 CFNetwork                      0x7fff7ebdd46c ___ZN11URLDownload30_internal_withClientSchedulingEU13block_pointerFvP22CFURLDownloadClient_V2E_block_invoke
24 libdispatch.dylib              0x7fff94e240b8 (Missing)
25 libdispatch.dylib              0x7fff94e38e12 (Missing)
26 CFNetwork                      0x7fff7ea96ec4 RunloopBlockContext::_invoke_block(void const*, void*)
27 CoreFoundation                 0x7fff7f8c5674 (Missing)
28 CFNetwork                      0x7fff7ea96dbd RunloopBlockContext::perform()
29 CFNetwork                      0x7fff7ea96c54 MultiplexerSource::perform()
30 CFNetwork                      0x7fff7ea96a76 MultiplexerSource::_perform(void*)
31 CoreFoundation                 0x7fff7f922981 (Missing)
32 CoreFoundation                 0x7fff7f903a7d (Missing)
33 CoreFoundation                 0x7fff7f902f76 (Missing)
34 CoreFoundation                 0x7fff7f902974 (Missing)
35 HIToolbox                      0x7fff7ee8ea5c (Missing)
36 HIToolbox                      0x7fff7ee8e799 (Missing)
37 HIToolbox                      0x7fff7ee8e6c6 (Missing)
38 AppKit                         0x7fff7d4345b4 (Missing)
39 AppKit                         0x7fff7dbaed6b (Missing)
40 AppKit                         0x7fff7d428f35 (Missing)
41 AppKit                         0x7fff7d3f3850 (Missing)
42 TechVendor                     0x104a47c89 main (AppDelegate.swift:20)
43 libdyld.dylib                  0x7fff94e5a255 (Missing)

thank you.

@kornelski
Copy link
Member

Do you have the text of the exception?

@purefun
Copy link

purefun commented Mar 14, 2017

NSInternalInconsistencyException.txt

download from Fabric, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants