XeresRazor / subler

Automatically exported from code.google.com/p/subler
Other
3 stars 0 forks source link

new version crashes... #628

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi - 
I just upgraded to the latest version of sublet and it seems to like to crash.  
Is it because of the file size?
see below:

Process:         Subler [66776]
Path:            /Applications/Subler.app/Contents/MacOS/Subler
Identifier:      org.galad.Subler
Version:         0.20 (0.20)
Code Type:       X86 (Native)
Parent Process:  launchd [204]

Date/Time:       2013-09-17 14:20:23.865 -0700
OS Version:      Mac OS X 10.7.5 (11G63)
Report Version:  9

Interval Since Last Report:          8304580 sec
Crashes Since Last Report:           6
Per-App Interval Since Last Report:  9732 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      B30C0F87-E17A-46EF-BB00-C4B3FC804E7C

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000003f334d30

VM Regions Near 0x3f334d30:
    MALLOC_LARGE           000000000cecf000-000000000ced0000 [    4K] rw-/rwx SM=PRV  
--> 
    __TEXT                 000000008fe12000-000000008fe45000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld

Application Specific Information:
objc_msgSend() selector name: localizedRecoveryOptions
objc[66776]: garbage collection is OFF
Performing @selector(buttonPressed:) from sender NSButton 0x5327010

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x98c55d54 objc_msgSend + 36
1   com.apple.AppKit                0x966e0fd2 
__-[NSApplication(NSErrorPresentation) 
presentError:modalForWindow:delegate:didPresentSelector:contextInfo:]_block_invo
ke_3 + 96
2   com.apple.AppKit                0x966e9442 
-[NSApplication(NSErrorPresentation) 
_something:wasPresentedWithResult:soContinue:] + 23
3   com.apple.AppKit                0x966d6eb7 -[NSAlert 
didEndAlert:returnCode:contextInfo:] + 83
4   com.apple.AppKit                0x966e1e36 -[NSApplication 
endSheet:returnCode:] + 337
5   com.apple.AppKit                0x966d6d7f -[NSAlert buttonPressed:] + 390
6   com.apple.CoreFoundation        0x990c5d11 -[NSObject 
performSelector:withObject:] + 65
7   com.apple.AppKit                0x9651f663 -[NSApplication 
sendAction:to:from:] + 232
8   com.apple.AppKit                0x9651f540 -[NSControl sendAction:to:] + 102
9   com.apple.AppKit                0x9651f443 -[NSCell _sendActionFrom:] + 160
10  com.apple.AppKit                0x9651e800 -[NSCell 
trackMouse:inRect:ofView:untilMouseUp:] + 2295
11  com.apple.AppKit                0x965a1a95 -[NSButtonCell 
trackMouse:inRect:ofView:untilMouseUp:] + 501
12  com.apple.AppKit                0x9651d243 -[NSControl mouseDown:] + 943
13  com.apple.AppKit                0x964e6dcd -[NSWindow sendEvent:] + 7533
14  com.apple.AppKit                0x9647ff77 -[NSApplication sendEvent:] + 4788
15  com.apple.AppKit                0x96411b21 -[NSApplication run] + 1007
16  com.apple.AppKit                0x966a2ac5 NSApplicationMain + 1054
17  org.galad.Subler                0x00002db5 0x1000 + 7605

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x934e190a kevent + 10
1   libdispatch.dylib               0x946a8e04 _dispatch_mgr_invoke + 969
2   libdispatch.dylib               0x946a7853 _dispatch_mgr_thread + 53

Thread 2:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x934e0b42 __select + 10
1   com.apple.CoreFoundation        0x990b4e15 __CFSocketManager + 1557
2   libsystem_c.dylib               0x907b4ed9 _pthread_start + 335
3   libsystem_c.dylib               0x907b86de thread_start + 34

Thread 3:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib          0x934e0bb2 __semwait_signal + 10
1   libsystem_c.dylib               0x907697b9 nanosleep$UNIX2003 + 187
2   libsystem_c.dylib               0x90769558 usleep$UNIX2003 + 60
3   com.apple.AppKit                0x9665a6da -[NSUIHeartBeat 
_heartBeatThread:] + 2399
4   com.apple.Foundation            0x9adb5e25 -[NSThread main] + 45
5   com.apple.Foundation            0x9adb5dd5 __NSThread__main__ + 1582
6   libsystem_c.dylib               0x907b4ed9 _pthread_start + 335
7   libsystem_c.dylib               0x907b86de thread_start + 34

Thread 4:
0   libsystem_kernel.dylib          0x934e102e __workq_kernreturn + 10
1   libsystem_c.dylib               0x907b6ccf _pthread_wqthread + 773
2   libsystem_c.dylib               0x907b86fe start_wqthread + 30

Thread 5:
0   libsystem_kernel.dylib          0x934e102e __workq_kernreturn + 10
1   libsystem_c.dylib               0x907b6ccf _pthread_wqthread + 773
2   libsystem_c.dylib               0x907b86fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00c5c680  ebx: 0x00000000  ecx: 0x96d67cd8  edx: 0x24950020
  edi: 0xacdf4ca8  esi: 0xacdf6028  ebp: 0xbffff428  esp: 0xbffff3e4
   ss: 0x0000001f  efl: 0x00010202  eip: 0x98c55d54   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x3f334d30
Logical CPU: 0

Original issue reported on code.google.com by VSWE...@gmail.com on 17 Sep 2013 at 9:25

GoogleCodeExporter commented 9 years ago
Can you describe exactly what you were doing?

Original comment by damiog on 18 Sep 2013 at 7:34

GoogleCodeExporter commented 9 years ago
Sure. I opened up an .mp4 file in Subler. When I hit "search" (magnifying 
glass), it crashes. I think it has something to do with the tie to themoviedb. 
When I originally installed 0.20, it defaulted to the itunes dbase. It opened 
then. But, that wasn't what I wanted, so I switched it to the original setting. 
As soon as I hit search, crash. Now, it seems that when I reopen subler, it 
defaults to the original tmdb setting and crashes upon a search. I tried going 
back to 0.19, but when I try and search there on the movie side, it looks like 
it is trying to search, but no results come back. No matter what I type in the 
search field. The TV search still works, just not the movie side. At this 
point, neither 0.19 (which was working flawlessly until two days ago) or 0.20 
are getting it done for me.

Here is the crash code from when I hit "Search" this morning. Hope it helps get 
to the bottom of things.

Chris

Process:         Subler [2829]
Path:            /Applications/Subler.app/Contents/MacOS/Subler
Identifier:      org.galad.Subler
Version:         0.20 (0.20)
Code Type:       X86 (Native)
Parent Process:  launchd [151]
User ID:         501

Date/Time:       2013-09-18 07:14:55.543 -0500
OS Version:      Mac OS X 10.8.4 (12E55)
Report Version:  10

Interval Since Last Report:          37729 sec
Crashes Since Last Report:           2
Per-App Interval Since Last Report:  11 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      4C4DB3D5-4FCC-F9A2-B263-E410ED78B81E

Crashed Thread:  4  Dispatch queue: com.apple.root.default-priority

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
Performing @selector(searchMetadata:) from sender NSButton 0x213c6b0
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: '-[NSNull count]: unrecognized selector sent to instance 0xac5d6a90'

Application Specific Backtrace 1:
0   CoreFoundation                      0x955c9e8b __raiseError + 219
1   libobjc.A.dylib                     0x9a59f52e objc_exception_throw + 230
2   CoreFoundation                      0x955cdafd -[NSObject(NSObject) 
doesNotRecognizeSelector:] + 253
3   CoreFoundation                      0x95515e87 ___forwarding___ + 487
4   CoreFoundation                      0x95515c32 _CF_forwarding_prep_0 + 50
5   Subler                              0x00080304 Subler + 520964
6   Subler                              0x000807b5 Subler + 522165
7   Subler                              0x000815bb Subler + 525755
8   Subler                              0x0008017e Subler + 520574
9   Subler                              0x0008239a Subler + 529306
10  libdispatch.dylib                   0x92875f8f 
_dispatch_call_block_and_release + 15
11  libdispatch.dylib                   0x92872f02 _dispatch_worker_thread2 + 
285
12  libsystem_c.dylib                   0x98e46e72 _pthread_wqthread + 441
13  libsystem_c.dylib                   0x98e2ed2a start_wqthread + 30

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_c.dylib               0x98e2f1df memmove$VARIANT$sse3x + 1
1   com.apple.CoreGraphics          0x972996e8 
CGColorTransformConvertColorFloatComponents1 + 93
2   com.apple.CoreGraphics          0x9729967a 
CGColorTransformConvertColorFloatComponents + 105
3   libRIP.A.dylib                  0x994337de ripc_GetColor + 306
4   libRIP.A.dylib                  0x9943337e ripc_Render + 189
5   libRIP.A.dylib                  0x9944a085 ripc_DrawPath + 509
6   com.apple.CoreGraphics          0x972f836d CGContextDrawPath + 222
7   com.apple.CoreGraphics          0x97310b8c CGPDFDrawingContextDrawPath + 171
8   com.apple.CoreGraphics          0x97312584 op_f + 33
9   com.apple.CoreGraphics          0x973103aa pdf_scanner_handle_xname + 114
10  com.apple.CoreGraphics          0x9730f59d CGPDFScannerScan + 212
11  com.apple.CoreGraphics          0x9731ab4c 
CGPDFDrawingContextDrawGroupStream + 291
12  com.apple.CoreGraphics          0x9731a8c6 CGPDFDrawingContextDrawGroup + 521
13  com.apple.CoreGraphics          0x974d6fa6 op_Do + 159
14  com.apple.CoreGraphics          0x973103aa pdf_scanner_handle_xname + 114
15  com.apple.CoreGraphics          0x9730f59d CGPDFScannerScan + 212
16  com.apple.CoreGraphics          0x9731ab4c 
CGPDFDrawingContextDrawGroupStream + 291
17  com.apple.CoreGraphics          0x9731a8c6 CGPDFDrawingContextDrawGroup + 521
18  com.apple.CoreGraphics          0x974d6fa6 op_Do + 159
19  com.apple.CoreGraphics          0x973103aa pdf_scanner_handle_xname + 114
20  com.apple.CoreGraphics          0x9730f59d CGPDFScannerScan + 212
21  com.apple.CoreGraphics          0x9730d2c4 CGPDFDrawingContextDrawPage + 511
22  com.apple.CoreGraphics          0x9730d094 pdf_page_draw_in_context + 125
23  com.apple.CoreGraphics          0x9730d012 CGContextDrawPDFPage + 47
24  com.apple.coreui                0x9646c382 
CUIArtFileRenderer::SpinnerImageForRenderSize(unsigned long, float, CGPDFPage*) 
+ 2856
25  com.apple.coreui                0x9646c4a4 
CUIArtFileRenderer::DrawIndeterminateProgressIndicator(CGRect, long, 
CUIDescriptor const*) + 258
26  com.apple.coreui                0x9646cdf7 
CUIArtFileRenderer::DrawAnimation(CUIDescriptor const*) + 893
27  com.apple.coreui                0x96453879 
CUIArtFileRenderer::Draw(CUIDescriptor const*, CGAffineTransform, 
CUIReturnInfo&) + 1907
28  com.apple.coreui                0x96432d3f CUIRenderer::Draw(CGRect, 
CGContext*, __CFDictionary const*, __CFDictionary const**) + 3519
29  com.apple.coreui                0x9645988c CUIDraw + 176
30  com.apple.AppKit                0x946813a9 
__NSRenderSpinningIndeterminateIndicator + 1474
31  com.apple.AppKit                0x94680827 -[NSProgressIndicator 
_setupSurfaceAndStartSpinning:] + 927
32  com.apple.AppKit                0x9468016d -[NSProgressIndicator drawRect:] 
+ 859
33  com.apple.AppKit                0x944df25e -[NSView _drawRect:clip:] + 3492
34  com.apple.AppKit                0x944ddc74 -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1316
35  com.apple.AppKit                0x944ddfaa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
36  com.apple.AppKit                0x944ddfaa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
37  com.apple.AppKit                0x944dd572 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:] + 5445
38  com.apple.AppKit                0x944dbe1f -[NSThemeFrame 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:] + 290
39  com.apple.AppKit                0x944d7b83 -[NSView 
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4425
40  com.apple.AppKit                0x944a0381 -[NSView displayIfNeeded] + 1468
41  com.apple.AppKit                0x9449fd3d -[NSWindow displayIfNeeded] + 306
42  com.apple.AppKit                0x94558619 -[NSWindow 
_reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1367
43  com.apple.AppKit                0x945580b6 -[NSWindow 
_doOrderWindowWithoutAnimation:relativeTo:findKey:forCounter:force:isModal:] + 
79
44  com.apple.AppKit                0x94557bcd -[NSWindow 
_doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1052
45  com.apple.AppKit                0x9438976a -[NSApplication 
_orderFrontModalWindow:relativeToWindow:] + 812
46  com.apple.AppKit                0x94388ea1 -[NSApplication 
_commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:
contextInfo:] + 844
47  com.apple.AppKit                0x94388b3c -[NSApplication 
beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:] + 144
48  org.galad.Subler                0x000577ca 0x1000 + 354250
49  libobjc.A.dylib                 0x9a5ac5d3 -[NSObject 
performSelector:withObject:] + 70
50  com.apple.AppKit                0x94588ad2 -[NSApplication 
sendAction:to:from:] + 436
51  com.apple.AppKit                0x945888e0 -[NSControl sendAction:to:] + 102
52  com.apple.AppKit                0x945887ef -[NSCell _sendActionFrom:] + 159
53  com.apple.AppKit                0x94586d60 -[NSCell 
trackMouse:inRect:ofView:untilMouseUp:] + 1895
54  com.apple.AppKit                0x9458659f -[NSButtonCell 
trackMouse:inRect:ofView:untilMouseUp:] + 511
55  com.apple.AppKit                0x94585cb9 -[NSControl mouseDown:] + 867
56  com.apple.AppKit                0x9457d921 -[NSWindow sendEvent:] + 6968
57  com.apple.AppKit                0x9457890f -[NSApplication sendEvent:] + 4278
58  com.apple.AppKit                0x9449262c -[NSApplication run] + 951
59  com.apple.AppKit                0x944355f6 NSApplicationMain + 1053
60  org.galad.Subler                0x00002db5 0x1000 + 7605

Thread 1:
0   libsystem_kernel.dylib          0x967990ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x98e470ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x98e46e79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x98e2ed2a start_wqthread + 30

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x967999ae kevent + 10
1   libdispatch.dylib               0x92874c71 _dispatch_mgr_invoke + 993
2   libdispatch.dylib               0x928747a9 _dispatch_mgr_thread + 53

Thread 3:
0   libsystem_kernel.dylib          0x967990ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x98e470ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x98e46e79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x98e2ed2a start_wqthread + 30

Thread 4 Crashed:: Dispatch queue: com.apple.root.default-priority
0   com.apple.CoreFoundation        0x955ca6a7 
___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
1   libobjc.A.dylib                 0x9a59f52e objc_exception_throw + 230
2   com.apple.CoreFoundation        0x955cdafd -[NSObject(NSObject) 
doesNotRecognizeSelector:] + 253
3   com.apple.CoreFoundation        0x95515e87 ___forwarding___ + 487
4   com.apple.CoreFoundation        0x95515c32 _CF_forwarding_prep_0 + 50
5   org.galad.Subler                0x00080304 0x1000 + 520964
6   org.galad.Subler                0x000807b5 0x1000 + 522165
7   org.galad.Subler                0x000815bb 0x1000 + 525755
8   org.galad.Subler                0x0008017e 0x1000 + 520574
9   org.galad.Subler                0x0008239a 0x1000 + 529306
10  libdispatch.dylib               0x92875f8f _dispatch_call_block_and_release 
+ 15
11  libdispatch.dylib               0x92872f02 _dispatch_worker_thread2 + 285
12  libsystem_c.dylib               0x98e46e72 _pthread_wqthread + 441
13  libsystem_c.dylib               0x98e2ed2a start_wqthread + 30

Thread 4 crashed with X86 Thread State (32-bit):
  eax: 0x00000001  ebx: 0xac5cc224  ecx: 0x00000000  edx: 0x00000000
  edi: 0x9a59f459  esi: 0x024b6cd0  ebp: 0xb0080478  esp: 0xb0080470
   ss: 0x00000023  efl: 0x00000282  eip: 0x955ca6a7   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
  cr2: 0x079bf000
Logical CPU: 1

Binary Images:
    0x1000 -   0x604fff +org.galad.Subler (0.20 - 0.20) <4D2C53C0-F14D-3CC1-BD3F-73F337431D3A> /Applications/Subler.app/Contents/MacOS/Subler
  0x754000 -   0x86effb  com.apple.avfoundation (2.0 - 361.40) <BFC9959C-7F41-3D1B-B108-F4245E4D9311> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
  0x90b000 -   0x91efff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <5DF2B8A3-560D-4500-6B85-4215644DE532> /Applications/Subler.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
  0x92c000 -   0x9d7fff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
  0xa1b000 -   0xb3affb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
  0xbeb000 -  0x1880ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
 0x2077000 -  0x2084ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
 0x27d7000 -  0x27e2fff  libGPUSupport.dylib (8.9.2) <01E0F852-CBB7-3EE7-A2CD-79CB4A3EF2B5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
 0x27ea000 -  0x27f2ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
 0x73f2000 -  0x741dff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
 0x74c9000 -  0x74c9ff5 +cl_kernels (???) <A663BD54-807C-4793-8908-3A30893FA77A> cl_kernels
 0x74e2000 -  0x74e3ffd +cl_kernels (???) <AF4B273D-9AB4-4575-B2CE-8DEA0254934F> cl_kernels
 0x74e8000 -  0x74e8fff +cl_kernels (???) <ED848601-B177-4BA4-B17C-E4B4DD86CE50> cl_kernels
 0x7991000 -  0x7992ff1 +cl_kernels (???) <0E2C392B-A12A-4547-8ACD-D9829448CA20> cl_kernels
 0x79fa000 -  0x7b8effa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
 0x7bc5000 -  0x7d46fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
 0x7f00000 -  0x7f92fff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
 0x9000000 -  0x908ffff  unorm8_rgba.dylib (2.2.16) <0045BE37-9C14-3C10-84DB-D95481C6E754> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x8e2fa000 - 0x8ec49ffb  com.apple.GeForceGLDriver (8.12.47 - 8.1.2) 
<ED7895B5-BF75-3BC8-A956-8E423FD02395> 
/System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fe04000 - 0x8fe36e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> 
/usr/lib/dyld
0x90007000 - 0x9001cfff  com.apple.ImageCapture (8.0 - 8.0) 
<B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.f
ramework/Versions/A/ImageCapture
0x9001d000 - 0x90020ff3  com.apple.AppleSystemInfo (2.0 - 2) 
<4639D755-8A68-31C9-95C4-7E7F70C233FA> 
/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSyst
emInfo
0x90021000 - 0x90024ff9  libCGXType.A.dylib (332) 
<07B59FCC-6229-37C2-9870-70A18E2C5598> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x90056000 - 0x900edff7  com.apple.ink.framework (10.8.2 - 150) 
<D90FF7BC-6B90-39F1-AC52-670269947C58> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/
Versions/A/Ink
0x900ee000 - 0x90148ffb  com.apple.AE (645.6 - 645.6) 
<44556FF7-A869-399A-AEBB-F4E9263D9152> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.frame
work/Versions/A/AE
0x90149000 - 0x908e4ff3  libclh.dylib (4.0.3 - 4.0.3) 
<6BAF7FE7-3CF3-388B-8C64-43D4F8C6493C> 
/System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x908e5000 - 0x908ebffc  libCGXCoreImage.A.dylib (332) 
<C370B56E-888F-31E8-B6F9-C3944725FBD5> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x908ef000 - 0x908f1fff  com.apple.securityhi (4.0 - 55002) 
<62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fra
mework/Versions/A/SecurityHI
0x908f2000 - 0x9099cfff  com.apple.LaunchServices (539.9 - 539.9) 
<C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe
rvices.framework/Versions/A/LaunchServices
0x9099d000 - 0x90ca2ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) 
<4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCo
re.framework/Versions/A/CarbonCore
0x90ca3000 - 0x90cfaff3  com.apple.HIServices (1.20 - 417) 
<561A770B-8523-3D09-A763-11F872779A4C> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/H
IServices.framework/Versions/A/HIServices
0x90cfb000 - 0x90d07ffe  libkxld.dylib (2050.24.15) 
<BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
0x90d08000 - 0x90d3bffb  com.apple.GSS (3.0 - 2.0) 
<9566A96D-C296-3ABD-A12A-E274C81C0B25> 
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x90d3c000 - 0x91138feb  com.apple.VideoToolbox (1.0 - 926.104) 
<4275B89E-F826-3F65-ACE1-89052A9CAC6B> 
/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x91139000 - 0x91296ffb  com.apple.QTKit (7.7.1 - 2599.31) 
<B9AE5675-22B0-3AA9-903F-2195DA0B04F5> 
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x91297000 - 0x912d7fff  com.apple.MediaKit (14 - 687) 
<8735A76E-7766-33F5-B3D2-86630070A1BA> 
/System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x91324000 - 0x9132afff  libGFXShared.dylib (8.9.2) 
<F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dy
lib
0x9132b000 - 0x91366fef  libGLImage.dylib (8.9.2) 
<9D41F71E-E927-3767-A856-55480E20E9D9> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyli
b
0x91367000 - 0x913aeff3  com.apple.CoreMedia (1.0 - 926.104) 
<D0E3BE86-12ED-31BE-816F-E72D757A9F2F> 
/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x913af000 - 0x913b1ffd  libCVMSPluginSupport.dylib (8.9.2) 
<D6D0BB75-42DA-3772-AB5E-CBD59B343393> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSu
pport.dylib
0x913b2000 - 0x9149bff7  libxml2.2.dylib (22.3) 
<015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
0x9149c000 - 0x91516ff7  com.apple.securityfoundation (6.0 - 55115.4) 
<A959B2F5-9D9D-3C93-A62A-7399594CF238> 
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFound
ation
0x91517000 - 0x91520fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) 
<89822A83-B450-3363-8E9C-9B80CB4450B1> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91521000 - 0x9152eff7  com.apple.AppleFSCompression (49 - 1.0) 
<166AA1F8-E50A-3533-A3B5-8737C5118CC3> 
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleF
SCompression
0x9152f000 - 0x91571ff7  libcups.2.dylib (327.6) 
<D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
0x91572000 - 0x9158ffff  libxpc.dylib (140.43) 
<C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
0x91590000 - 0x91593fff  com.apple.help (1.3.2 - 42) 
<AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework
/Versions/A/Help
0x91594000 - 0x91815ff7  com.apple.RawCamera.bundle (4.08 - 707) 
<BCECB6A6-8B77-38DB-B9D0-CE50330CA7CE> 
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x91818000 - 0x91835ff7  libresolv.9.dylib (51) 
<B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
0x91836000 - 0x91840fff  libCSync.A.dylib (332) 
<86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9257a000 - 0x9259affd  com.apple.ChunkingLibrary (2.0 - 133.3) 
<FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> 
/System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingL
ibrary
0x9259b000 - 0x9259cfff  libDiagnosticMessagesClient.dylib (8) 
<39B3D25A-148A-3936-B800-0D393A00E64F> 
/usr/lib/libDiagnosticMessagesClient.dylib
0x925a2000 - 0x925c0ff3  com.apple.openscripting (1.3.6 - 148.3) 
<F3422C02-5ACB-343A-987B-A2D58EA2F5A8> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.
framework/Versions/A/OpenScripting
0x925c1000 - 0x92629ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) 
<70DE925B-51E8-3C65-8928-FB49FD823D94> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9262a000 - 0x92671ff7  com.apple.framework.CoreWiFi (1.3 - 130.13) 
<1961CC70-C00D-31DE-BAB5-A077538CD5CB> 
/System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x92672000 - 0x92676fff  com.apple.IOSurface (86.0.4 - 86.0.4) 
<6431ACB6-561B-314F-9A2A-FAC1578FCC86> 
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x92677000 - 0x926ddfff  com.apple.print.framework.PrintCore (8.3 - 387.2) 
<0F7665F5-33F0-3661-9BE2-7DD2890E304B> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P
rintCore.framework/Versions/A/PrintCore
0x926de000 - 0x9272cffb  libFontRegistry.dylib (100) 
<3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9272d000 - 0x92845ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) 
<F024C78B-4FAA-38F1-A182-AD0A0A596CBE> 
/System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x92850000 - 0x9286fff3  com.apple.Ubiquity (1.2 - 243.15) 
<E10A2937-D671-3D14-AF8D-BA25E601F458> 
/System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x92870000 - 0x92882ff7  libdispatch.dylib (228.23) 
<86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
0x92883000 - 0x92885ffb  libRadiance.dylib (850) 
<83434287-A09E-3A3F-A1AC-085B563BA46D> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dy
lib
0x92b73000 - 0x92bf8ff7  com.apple.SearchKit (1.4.0 - 1.4.0) 
<454E950F-291C-3E95-8F35-05CA0AD6B327> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKi
t.framework/Versions/A/SearchKit
0x92bf9000 - 0x92c30ffa  com.apple.LDAPFramework (2.4.28 - 194.5) 
<23668AB5-68EA-37D2-978E-C9EF22BF8C0C> 
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x92c31000 - 0x92e8aff5  com.apple.JavaScriptCore (8536 - 8536.30) 
<24A2ACA7-6E51-30C6-B9AE-17A77E511735> 
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x92e8b000 - 0x92e8ffff  com.apple.OpenDirectory (10.8 - 151.10) 
<A1858D81-086F-3BF5-87E3-9B70409FFDF6> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x92e90000 - 0x92f0cff3  com.apple.Metadata (10.7.0 - 707.11) 
<F9BB5BBE-69D0-3309-8280-2303EB1DC455> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata
.framework/Versions/A/Metadata
0x92f0d000 - 0x92f0efff  libdnsinfo.dylib (453.19) 
<3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x92f0f000 - 0x92f6aff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) 
<3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> 
/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x93009000 - 0x9300dffc  libGIF.dylib (850) 
<45CD8B8F-7324-3187-B01C-8E16C04F33FA> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9300e000 - 0x9300ffff  libremovefile.dylib (23.2) 
<9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x93010000 - 0x93074ff7  com.apple.datadetectorscore (4.1 - 269.3) 
<C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> 
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDet
ectorsCore
0x93080000 - 0x93089ff9  com.apple.CommonAuth (3.0 - 2.0) 
<34C4768C-EF8D-3DBA-AFB7-09148C8672DB> 
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9308a000 - 0x930aefff  libJPEG.dylib (850) 
<36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x930af000 - 0x93113ff3  libstdc++.6.dylib (56) 
<F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
0x93114000 - 0x9311efff  com.apple.DisplayServicesFW (2.7.2 - 357) 
<76D33A58-C39E-398A-9597-389A9B1FE76D> 
/System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplaySe
rvices
0x9311f000 - 0x9311ffff  com.apple.Cocoa (6.7 - 19) 
<354094F0-F36B-36F9-BF5F-FD60590FBEB9> 
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93120000 - 0x9322dff3  com.apple.ImageIO.framework (3.2.1 - 850) 
<C964E877-660E-3482-ACF9-EC25DFEAF307> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9322e000 - 0x9322effd  com.apple.audio.units.AudioUnit (1.9 - 1.9) 
<F7638E43-F885-372E-9DAE-24D0C21AA66E> 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9322f000 - 0x9336aff7  libBLAS.dylib (1073.4) 
<FF74A147-05E1-37C4-BC10-7DEB57FE5326> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libBLAS.dylib
0x9336d000 - 0x93373fff  com.apple.print.framework.Print (8.0 - 258) 
<12AEAD24-6924-3923-9E4A-C5D21231E639> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewor
k/Versions/A/Print
0x93374000 - 0x93490ffb  com.apple.desktopservices (1.7.4 - 1.7.4) 
<782D711D-7930-324A-9015-686C2F86DBA3> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Deskt
opServicesPriv
0x93491000 - 0x9349dff8  libbz2.1.0.dylib (29) 
<7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
0x9349e000 - 0x934e0fff  libauto.dylib (185.4) 
<3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
0x934e1000 - 0x93b6dff3  com.apple.CoreAUC (6.16.13 - 6.16.13) 
<3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> 
/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x93b6e000 - 0x93c06fff  com.apple.CoreServices.OSServices (557.6 - 557.6) 
<E1600639-3EEC-3DF8-BD40-747BB2117988> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServic
es.framework/Versions/A/OSServices
0x93c07000 - 0x93c07fff  com.apple.ApplicationServices (45 - 45) 
<677C4ACC-9D12-366F-8A87-B898AC806DD9> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationS
ervices
0x93c08000 - 0x93c3bfff  libssl.0.9.8.dylib (47.1) 
<1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib
0x93c3c000 - 0x93c45ffd  com.apple.audio.SoundManager (4.0 - 4.0) 
<ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.fr
amework/Versions/A/CarbonSound
0x93c6c000 - 0x93c6cfff  libsystem_blocks.dylib (59) 
<3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x93c6d000 - 0x93d6bff7  libFontParser.dylib (84.6) 
<7D3EB3CC-527E-3A74-816A-59CAFD2260A4> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/Resources/libFontParser.dylib
0x93dd3000 - 0x93e1dff7  com.apple.framework.CoreWLAN (3.3 - 330.15) 
<74C4B50F-7016-341F-8261-D379B8F0CC97> 
/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x93e1e000 - 0x93e1efff  libSystem.B.dylib (169.3) 
<81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
0x93e1f000 - 0x93e3cfff  libCRFSuite.dylib (33) 
<C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
0x93e3d000 - 0x93e3ffff  libdyld.dylib (210.2.3) 
<05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
0x93e40000 - 0x93e82ffb  com.apple.RemoteViewServices (2.0 - 80.6) 
<AE962502-4539-3893-A2EB-9D384652AEAC> 
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remote
ViewServices
0x93e83000 - 0x93e84fff  libquarantine.dylib (52.1) 
<094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
0x93e85000 - 0x93e97fff  libbsm.0.dylib (32) 
<DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
0x93e98000 - 0x94158ff3  com.apple.security (7.0 - 55179.13) 
<000FD8E9-D070-326A-B386-51314360FD5C> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x94167000 - 0x94175ff7  libz.1.dylib (43) 
<245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
0x94176000 - 0x94192fff  libPng.dylib (850) 
<26AD967A-D55E-3C5A-A643-D9953136DE58> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x94193000 - 0x94196ff7  com.apple.TCC (1.0 - 1) 
<437D76CD-6437-3B55-BE2C-A53508858256> 
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x94197000 - 0x94197ffd  libOpenScriptingUtil.dylib (148.3) 
<87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
0x94198000 - 0x94199ffd  com.apple.TrustEvaluationAgent (2.0 - 23) 
<E42347C0-2D3C-36A4-9200-757FFA61B388> 
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Trus
tEvaluationAgent
0x9419a000 - 0x942a5ff7  libJP2.dylib (850) 
<3FFCEFA6-317A-34AF-8D99-AEBB017543C5> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x942a6000 - 0x94338ffb  libvMisc.dylib (380.6) 
<6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvMisc.dylib
0x94339000 - 0x94ef5ff3  com.apple.AppKit (6.8 - 1187.39) 
<ACA24416-D910-39B8-9387-52A6C6A561F8> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94ef6000 - 0x94f06ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) 
<875363E7-6D02-3229-A9DD-E5A5568A7D61> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L
angAnalysis.framework/Versions/A/LangAnalysis
0x94f13000 - 0x94f1fffa  com.apple.CrashReporterSupport (10.8.3 - 418) 
<03BC564E-35FE-384E-87D6-6E0C55DF16E3> 
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cras
hReporterSupport
0x94f20000 - 0x94f6fff6  libTIFF.dylib (850) 
<78E121A6-92A2-3120-883C-7AA3C2966F9C> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x94f70000 - 0x94f77fff  liblaunch.dylib (442.26.2) 
<310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x94f78000 - 0x9504cff3  com.apple.backup.framework (1.4.3 - 1.4.3) 
<6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> 
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9504d000 - 0x95123fff  com.apple.DiscRecording (7.0 - 7000.2.4) 
<C14E99B9-DEFA-3812-89E5-464653B729F4> 
/System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x951e7000 - 0x9531aff3  com.apple.MediaControlSender (1.7 - 170.20) 
<7B1AC317-AFDB-394F-8026-9561930E696B> 
/System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaC
ontrolSender
0x9531b000 - 0x95360ff7  com.apple.NavigationServices (3.7 - 200) 
<F6531764-6E43-3AF3-ACDD-8A5551EF016A> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServ
ices.framework/Versions/A/NavigationServices
0x95363000 - 0x953bdff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) 
<6313E06F-37FD-3606-BF2F-87D8598A9983> 
/System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCor
e
0x953be000 - 0x95418fff  com.apple.Symbolication (1.3 - 93) 
<684ECF0D-D416-3DF8-8B5B-3902953853A8> 
/System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicati
on
0x95456000 - 0x9546cfff  com.apple.CFOpenDirectory (10.8 - 151.10) 
<56C3F276-BD1F-3031-8CF9-8F4F481A534E> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenD
irectory.framework/Versions/A/CFOpenDirectory
0x95474000 - 0x9548dfff  com.apple.Kerberos (2.0 - 1) 
<9BDE8F4D-DBC3-34D1-852C-898D3655A611> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9548e000 - 0x95676ffb  com.apple.CoreFoundation (6.8 - 744.19) 
<DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x95677000 - 0x9567effb  libunwind.dylib (35.1) 
<E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
0x956bf000 - 0x956d6ff4  com.apple.CoreMediaAuthoring (2.1 - 914) 
<37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> 
/System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMe
diaAuthoring
0x956d7000 - 0x956e7ff7  libsasl2.2.dylib (166) 
<D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
0x956e8000 - 0x956efff3  com.apple.NetFS (5.0 - 4.0) 
<1F7041F2-4E97-368C-8F5D-24153D81BBDB> 
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x95721000 - 0x95721fff  libkeymgr.dylib (25) 
<D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
0x959bd000 - 0x959e2ffb  com.apple.framework.familycontrols (4.1 - 410) 
<B1755756-BEA2-3205-ADAA-68FCC32E60BD> 
/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCont
rols
0x959e3000 - 0x95a08ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) 
<F6A88D89-AB4A-3217-9D65-C2C259B5F09B> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.
framework/Versions/A/QuartzFilters
0x95a09000 - 0x95a18fff  libGL.dylib (8.9.2) 
<1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95a19000 - 0x95a81fe7  libvDSP.dylib (380.6) 
<55780308-4DCA-3B10-9703-EAFC3E13A3FA> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvDSP.dylib
0x95a82000 - 0x95a8bfff  com.apple.CommerceCore (1.0 - 26.1) 
<8C28115C-6EC1-316D-9237-F4FBCBB778C5> 
/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/Co
mmerceCore.framework/Versions/A/CommerceCore
0x95a8c000 - 0x95dacff3  com.apple.Foundation (6.8 - 945.18) 
<BDC56A93-45C5-3459-B307-65A1CCE702C5> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x95dd9000 - 0x96046ffb  com.apple.imageKit (2.2 - 673) 
<CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.frame
work/Versions/A/ImageKit
0x96047000 - 0x960e7ff7  com.apple.QD (3.42.1 - 285.1) 
<BAAC13D2-1312-33C0-A255-FAB1D314C324> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Q
D.framework/Versions/A/QD
0x960e8000 - 0x9614afff  libc++.1.dylib (65.1) 
<C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
0x9614b000 - 0x96155fff  libsystem_notify.dylib (98.5) 
<7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x96156000 - 0x961adff7  com.apple.ScalableUserInterface (1.0 - 1) 
<2B5E454B-BC49-3E85-B54D-1950397C448C> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUs
erInterface.framework/Versions/A/ScalableUserInterface
0x961ae000 - 0x961aefff  com.apple.Accelerate (1.8 - Accelerate 1.8) 
<4EC0548E-3A3F-310D-A366-47B51D5B6398> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x962c0000 - 0x96335ff7  com.apple.ApplicationServices.ATS (332 - 341.1) 
<95206704-F9C9-33C4-AF25-FE9890E160B2> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/ATS
0x96336000 - 0x9642aff3  com.apple.QuickLookUIFramework (4.0 - 555.5) 
<5A62C87F-5F74-380B-8B86-8CE3D8788603> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.fr
amework/Versions/A/QuickLookUI
0x9642b000 - 0x964dffff  com.apple.coreui (2.0 - 181.1) 
<C15ABF35-B7F5-34ED-A461-386DAF65D96B> 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x964e0000 - 0x96783ff3  com.apple.CoreImage (8.4.0 - 1.0.1) 
<C25B9EEC-4824-3088-BC08-2EA516C0728C> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.
framework/Versions/A/CoreImage
0x96784000 - 0x9679effc  libsystem_kernel.dylib (2050.24.15) 
<9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
0x967a0000 - 0x9680fffb  com.apple.Heimdal (3.0 - 2.0) 
<964D9952-B0F2-34F6-8265-1823C0D5EAB8> 
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x96846000 - 0x96849ffc  libCoreVMClient.dylib (32.3) 
<35B63A60-DF0A-3FB3-ABB8-164B246A43CC> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient
.dylib
0x9684e000 - 0x9688dff7  com.apple.bom (12.0 - 192) 
<0637E52C-D151-37B3-904F-8656B2FD44DD> 
/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x9688e000 - 0x968b9ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) 
<DBC31BEB-B771-315F-852D-66ADC3BD75A1> 
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x968ba000 - 0x96955fff  com.apple.CoreSymbolication (3.0 - 117) 
<F705A8CD-A04A-3A84-970A-7B04BC05DA97> 
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSym
bolication
0x96956000 - 0x96a37fff  libcrypto.0.9.8.dylib (47.1) 
<E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
0x96a38000 - 0x96c4ffff  com.apple.CoreData (106.1 - 407.7) 
<17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x96c50000 - 0x96c7dffb  com.apple.CoreServicesInternal (154.3 - 154.3) 
<A452602B-67CB-39C4-95EB-E59433C65774> 
/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Core
ServicesInternal
0x96ff7000 - 0x9703fff5  com.apple.opencl (2.2.19 - 2.2.19) 
<968DD067-49D0-3B71-A96B-B3579698D992> 
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x97040000 - 0x970efff7  com.apple.CoreText (260.0 - 275.16) 
<873ADCD9-D361-3753-A220-CDD289196AD8> 
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x970f3000 - 0x9714efff  com.apple.htmlrendering (77 - 1.1.4) 
<5C0C669F-AE07-3983-B38F-EB829B5CE609> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.
framework/Versions/A/HTMLRendering
0x9714f000 - 0x97153fff  com.apple.CommonPanels (1.2.5 - 94) 
<6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.f
ramework/Versions/A/CommonPanels
0x97154000 - 0x97251ff7  com.apple.DiskImagesFramework (10.8.3 - 345) 
<26D0C7F8-E87E-3511-8388-8EE616A39D6D> 
/System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x97252000 - 0x97694fff  com.apple.CoreGraphics (1.600.0 - 332) 
<67E70F21-A0F1-356F-90B7-4B90C468EE2C> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/CoreGraphics
0x9769d000 - 0x97859ffd  libicucore.A.dylib (491.11.3) 
<FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
0x978b1000 - 0x978b5ffe  libcache.dylib (57) 
<834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x978b6000 - 0x978e2ff7  libsystem_info.dylib (406.17) 
<AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
0x978e3000 - 0x9795eff3  com.apple.CorePDF (2.2 - 2.2) 
<5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> 
/System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x979b7000 - 0x979e4ffe  libsystem_m.dylib (3022.6) 
<9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
0x979e5000 - 0x97a46fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) 
<A3B911DB-77DF-3037-A47A-634B08E5727D> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97a47000 - 0x97a93fff  libcorecrypto.dylib (106.2) 
<20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x97a94000 - 0x97aa2ff3  libsystem_network.dylib (77.10) 
<7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
0x97aa3000 - 0x97ae7ff7  libGLU.dylib (8.9.2) 
<F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x97ae8000 - 0x97b0afff  libc++abi.dylib (26) 
<3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
0x97b0b000 - 0x97b0cfff  libsystem_sandbox.dylib (220.3) 
<C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
0x97b0d000 - 0x97b0dfff  com.apple.quartzframework (1.5 - 1.5) 
<9018BE5B-4070-320E-8091-6584CC17F798> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x97b0e000 - 0x97dbcffb  com.apple.MediaToolbox (1.0 - 926.104) 
<DD264DFD-9AFB-38E2-A44C-B463DCB721A0> 
/System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x97dbd000 - 0x97dd4fff  com.apple.GenerationalStorage (1.1 - 132.3) 
<DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> 
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gener
ationalStorage
0x97e8d000 - 0x97e99ff7  com.apple.NetAuth (4.0 - 4.0) 
<4983C4B8-9D95-3C4D-897E-07743326487E> 
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x97e9a000 - 0x97ea8fff  com.apple.opengl (1.8.9 - 1.8.9) 
<1872D2CD-00A8-30D1-8ECC-B663F4E4C530> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x97ed9000 - 0x97edafff  liblangid.dylib (116) 
<E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
0x97edb000 - 0x98029ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) 
<547BD138-E902-35F0-B6EC-41DD06794B22> 
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9802a000 - 0x9804fff7  com.apple.CoreVideo (1.8 - 99.4) 
<A26DE896-32E0-3D5E-BA89-02AD23FA96B3> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x98050000 - 0x98079fff  libxslt.1.dylib (11.3) 
<0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
0x9807a000 - 0x981d3ffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) 
<8BF022FC-C38A-34AA-8469-D98294094659> 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x98af7000 - 0x98be8ffc  libiconv.2.dylib (34) 
<B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
0x98be9000 - 0x98bf3fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) 
<B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit
ion.framework/Versions/A/SpeechRecognition
0x98bf4000 - 0x98c42ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) 
<6E858B9F-337A-314E-88B7-24A274ACE568> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfig
uration
0x98c43000 - 0x98c74fff  com.apple.DictionaryServices (1.2 - 184.4) 
<0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Dictiona
ryServices.framework/Versions/A/DictionaryServices
0x98c75000 - 0x98c79ff7  libmacho.dylib (829) 
<5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x98c7e000 - 0x98e07ff7  com.apple.vImage (6.0 - 6.0) 
<1D1F67FE-4F75-3689-BEF6-4A46C8039E70> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fra
mework/Versions/A/vImage
0x98e08000 - 0x98e1dfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) 
<DE68CEB5-4959-3652-83B8-D2B00D3B932D> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/S
peechSynthesis.framework/Versions/A/SpeechSynthesis
0x98e1e000 - 0x98e26fff  libcopyfile.dylib (89) 
<4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x98e2d000 - 0x98e2dfff  com.apple.CoreServices (57 - 57) 
<956C6C6D-A5DD-314F-9C57-4A61D41F30CE> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x98e2e000 - 0x98eebfeb  libsystem_c.dylib (825.26) 
<6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
0x98eee000 - 0x98facff3  com.apple.ColorSync (4.8.0 - 4.8.0) 
<EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
olorSync.framework/Versions/A/ColorSync
0x98fad000 - 0x99125ff5  com.apple.QuartzCore (1.8 - 304.3) 
<F2EFC117-CDC6-3252-A4A8-880965764385> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x99126000 - 0x9917ffff  com.apple.QuickLookFramework (4.0 - 555.5) 
<4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> 
/System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x99180000 - 0x993fcff7  com.apple.QuickTime (7.7.1 - 2599.31) 
<3839E1F3-7948-3E68-9AE1-A0CEE8C59212> 
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x99417000 - 0x9941efff  libsystem_dnssd.dylib (379.38.1) 
<4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
0x9941f000 - 0x9942afff  libcommonCrypto.dylib (60027) 
<8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x9942b000 - 0x9942bfff  com.apple.vecLib (3.8 - vecLib 3.8) 
<83160DD1-5614-3E34-80EB-97041016EF1F> 
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9942c000 - 0x99455ff7  libRIP.A.dylib (332) 
<521E60A6-A768-3CB8-B10D-D10EECD68A94> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x99456000 - 0x994a6ff7  com.apple.CoreMediaIO (308.0 - 4155.4) 
<E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> 
/System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x994a9000 - 0x994acffc  libpam.2.dylib (20) 
<FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
0x994ad000 - 0x994b0ff7  libcompiler_rt.dylib (30) 
<CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
0x994b1000 - 0x994b2ffd  libunc.dylib (25) 
<58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
0x994e3000 - 0x99713fff  com.apple.QuartzComposer (5.1 - 284) 
<4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer
.framework/Versions/A/QuartzComposer
0x99714000 - 0x997b1ff7  com.apple.PDFKit (2.8.4 - 2.8.4) 
<639CF802-BE94-39C5-AC97-B5B42FF910C2> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framewo
rk/Versions/A/PDFKit
0x997b2000 - 0x997bcffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) 
<9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> 
/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagem
ent
0x997d3000 - 0x99bf0fff  FaceCoreLight (2.4.1) 
<571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> 
/System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLig
ht
0x99c27000 - 0x99c4bfff  com.apple.PerformanceAnalysis (1.16 - 16) 
<18DE0F9F-1264-394D-AC56-6B2A1771DFBE> 
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perfo
rmanceAnalysis
0x99c4c000 - 0x9a004ffa  libLAPACK.dylib (1073.4) 
<9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libLAPACK.dylib
0x9a005000 - 0x9a018ff9  com.apple.MultitouchSupport.framework (235.29 - 
235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> 
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multito
uchSupport
0x9a019000 - 0x9a04fffb  com.apple.DebugSymbols (98 - 98) 
<9A9ADA0A-E487-3C8F-9998-286EE04C235A> 
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9a050000 - 0x9a092fff  libcurl.4.dylib (69.2) 
<8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
0x9a093000 - 0x9a0a1fff  libxar.1.dylib (105) 
<343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
0x9a0a2000 - 0x9a19aff9  libsqlite3.dylib (138.1) 
<AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
0x9a19b000 - 0x9a57efff  com.apple.HIToolbox (2.0 - 626.1) 
<ECC3F04F-C4B7-35BF-B10E-183B749DAB92> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram
ework/Versions/A/HIToolbox
0x9a58e000 - 0x9a69b057  libobjc.A.dylib (532.2) 
<FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
0x9a69c000 - 0x9a69cfff  com.apple.Carbon (154 - 155) 
<604ADD9D-5835-3294-842E-3A4AEBCCB548> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9a69d000 - 0x9a69dfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) 
<908B8D40-3FB5-3047-B482-3DF95025ECFC> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/vecLib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 6
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 1967
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=203.0M resident=112.1M(55%) 
swapped_out_or_unallocated=90.9M(45%)
Writable regions: Total=78.7M written=3616K(4%) resident=31.7M(40%) 
swapped_out=0K(0%) unallocated=47.0M(60%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  3548K
CG image                             48K
CG raster data                       84K
CG shared images                   1184K
CoreServices                       1648K
IOKit                               536K
IOKit (reserved)                      4K        reserved VM address space 
(unallocated)
MALLOC                             45.8M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=243                        4K
Memory tag=35                      3976K
OpenCL                               40K
Stack                              66.0M
VM_ALLOCATE                        16.2M
__DATA                             21.9M
__DATA/__OBJC                       284K
__IMAGE                             528K
__IMPORT                              4K
__LINKEDIT                         39.2M
__OBJC                             2696K
__OBJC/__DATA                       104K
__PAGEZERO                            4K
__TEXT                            163.7M
__UNICODE                           544K
mapped file                        80.5M
shared memory                      1504K
===========                      =======
TOTAL                             449.8M
TOTAL, minus reserved VM space    449.8M

Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 2.66 
GHz, 8 GB, SMC 1.45f0
Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0D9B, 
0x000000000000000000000000000000000000
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0D9B, 
0x000000000000000000000000000000000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom 
BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.4f2 12041, 2 service, 18 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: WDC WD6400AAKS-40H2B0, 640.14 GB
Serial ATA Device: OPTIARC DVD RW AD-5670S
USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 3
USB Device: USB2.0 Hub, 0x2109  (VIA Labs, Inc.), 0x2812, 0x24100000 / 2
USB Device: USB2.0 Hub, 0x2109  (VIA Labs, Inc.), 0x2812, 0x24110000 / 4
USB Device: Ext HDD 1021, 0x1058  (Western Digital Technologies, Inc.), 0x1021, 
0x24112000 / 6
USB Device: Ext HDD 1021, 0x1058  (Western Digital Technologies, Inc.), 0x1021, 
0x24111000 / 5
USB Device: External HDD, 0x0c0b  (Dura Micro, Inc.), 0xb159, 0x26400000 / 3
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x26200000 / 2
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x26240000 / 5
USB Device: MG5300 series, 0x04a9  (Canon Inc.), 0x1754, 0x26242000 / 6
USB Device: USB Trackball, 0x046d  (Logitech Inc.), 0xc408, 0x26220000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 
/ 3

Original comment by cjtack...@gmail.com on 18 Sep 2013 at 12:21

GoogleCodeExporter commented 9 years ago
Let me refine my answer. It looks like it was only on certain files. I have 
Robin Hood (2010) and Robin Hood (1973) that I was trying to tag. Other files 
seem to actually work. If I open something else, they seem to be able to search 
both itunes and tmdb. Then I can get the Robin Hood files to search the itunes 
store, but if I switch to tmdb, the crash happens again. Really weird.

Chris

Original comment by cjtack...@gmail.com on 18 Sep 2013 at 12:34

GoogleCodeExporter commented 9 years ago
Can you repost the crash log using this version? 
https://dl.dropboxusercontent.com/u/34821905/Subler-Test.zip

Original comment by damiog on 18 Sep 2013 at 7:33

GoogleCodeExporter commented 9 years ago
I'm seeing a similar issue.  When I try to search, it eventually times out or 
something (just stops saying "Searching iTunes Store...").  Then when I try to 
search again, it crashes.

Original comment by dwil...@acucore.com on 19 Sep 2013 at 12:38

GoogleCodeExporter commented 9 years ago
Here's my crash log using the Subler-Test version...

Process:         Subler [25248]
Path:            /Applications/Subler.app/Contents/MacOS/Subler
Identifier:      org.galad.Subler
Version:         0.20 (0.20)
Code Type:       X86 (Native)
Parent Process:  launchd [144]
User ID:         501

Date/Time:       2013-09-18 20:48:07.933 -0400
OS Version:      Mac OS X 10.8.4 (12E55)
Report Version:  10

Crashed Thread:  5  Dispatch queue: com.apple.root.default-priority

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
Performing @selector(searchMetadata:) from sender NSButton 0x22e2410
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'

Application Specific Backtrace 1:
0   CoreFoundation                      0x99cace8b __raiseError + 219
1   libobjc.A.dylib                     0x9681052e objc_exception_throw + 230
2   CoreFoundation                      0x99bb807b -[__NSArrayM 
insertObject:atIndex:] + 299
3   CoreFoundation                      0x99bb7f40 -[__NSArrayM addObject:] + 64
4   Subler                              0x000bbf05 +[iTunesStore 
metadataForResults:store:] + 4261
5   Subler                              0x000b9c17 -[iTunesStore 
searchMovie:language:] + 519
6   Subler                              0x000d6a3c __50-[MetadataImporter 
searchMovie:language:callback:]_block_invoke + 124
7   libdispatch.dylib                   0x93d3df8f 
_dispatch_call_block_and_release + 15
8   libdispatch.dylib                   0x93d39c82 _dispatch_client_callout + 46
9   libdispatch.dylib                   0x93d3af02 _dispatch_worker_thread2 + 
285
10  libsystem_c.dylib                   0x9735ce72 _pthread_wqthread + 441
11  libsystem_c.dylib                   0x97344d2a start_wqthread + 30

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_c.dylib               0x9737aa7b szone_free_definite_size + 3659
1   libsystem_c.dylib               0x97374d30 free + 217
2   com.apple.CoreGraphics          0x9172f257 CGSScanconverterRenderRGBMask + 
126
3   com.apple.CoreGraphics          0x9172efcf create_rgb_bitmap + 227
4   com.apple.CoreGraphics          0x9172d131 CGFontCreateGlyphBitmap32 + 733
5   com.apple.CoreGraphics          0x916f4ae9 CGFontCreateGlyphBitmap + 136
6   com.apple.CoreGraphics          0x916f471a CGGlyphLockLockGlyphBitmaps + 1391
7   libRIP.A.dylib                  0x938592fc ripc_DrawGlyphs + 1904
8   com.apple.CoreGraphics          0x91a7c766 draw_glyphs + 633
9   com.apple.CoreGraphics          0x916f284c CGContextShowGlyphsWithAdvances + 
515
10  com.apple.AppKit                0x9117ef4c +[NSStringDrawingTextStorage 
_fastDrawString:attributes:length:inRect:graphicsContext:baselineRendering:usesF
ontLeading:usesScreenFont:typesetterBehavior:paragraphStyle:lineBreakMode:boundi
ngRect:padding:scrollable:] + 6137
11  com.apple.AppKit                0x90ca2c17 _NSStringDrawingCore + 1136
12  com.apple.AppKit                0x90d0bab4 
-[NSAttributedString(NSStringDrawingExtension) 
_drawCenteredVerticallyInRect:scrollable:styledTextOptions:referenceView:] + 
1203
13  com.apple.AppKit                0x90d0b535 -[NSButtonCell 
drawTitle:withFrame:inView:] + 308
14  com.apple.AppKit                0x90d0b360 drawTitle_withFrame_inView_ + 283
15  com.apple.AppKit                0x90d0a523 -[NSButtonCell 
_configureAndDrawTitleWithRect:cellFrame:controlView:] + 2235
16  com.apple.AppKit                0x90cb5ca6 -[NSButtonCell 
drawInteriorWithFrame:inView:] + 1811
17  com.apple.AppKit                0x90cb5530 -[NSButtonCell 
drawWithFrame:inView:] + 502
18  com.apple.AppKit                0x90c97e53 -[NSControl drawRect:] + 379
19  com.apple.AppKit                0x90c8b25e -[NSView _drawRect:clip:] + 3492
20  com.apple.AppKit                0x90c89c74 -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1316
21  com.apple.AppKit                0x90c89faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
22  com.apple.AppKit                0x90c89faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
23  com.apple.AppKit                0x90c89572 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:] + 5445
24  com.apple.AppKit                0x90c87e1f -[NSThemeFrame 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:] + 290
25  com.apple.AppKit                0x90c83b83 -[NSView 
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4425
26  com.apple.AppKit                0x90c4c381 -[NSView displayIfNeeded] + 1468
27  com.apple.AppKit                0x90c4bd3d -[NSWindow displayIfNeeded] + 306
28  com.apple.AppKit                0x90d04619 -[NSWindow 
_reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1367
29  com.apple.AppKit                0x90d040b6 -[NSWindow 
_doOrderWindowWithoutAnimation:relativeTo:findKey:forCounter:force:isModal:] + 
79
30  com.apple.AppKit                0x90d03bcd -[NSWindow 
_doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1052
31  com.apple.AppKit                0x90b3576a -[NSApplication 
_orderFrontModalWindow:relativeToWindow:] + 812
32  com.apple.AppKit                0x90b34ea1 -[NSApplication 
_commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:
contextInfo:] + 844
33  com.apple.AppKit                0x90b34b3c -[NSApplication 
beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:] + 144
34  org.galad.Subler                0x0008b6a0 -[SBDocument searchMetadata:] + 
208
35  libobjc.A.dylib                 0x9681d5d3 -[NSObject 
performSelector:withObject:] + 70
36  com.apple.AppKit                0x90d34ad2 -[NSApplication 
sendAction:to:from:] + 436
37  com.apple.AppKit                0x90d348e0 -[NSControl sendAction:to:] + 102
38  com.apple.AppKit                0x90d347ef -[NSCell _sendActionFrom:] + 159
39  com.apple.AppKit                0x90d32d60 -[NSCell 
trackMouse:inRect:ofView:untilMouseUp:] + 1895
40  com.apple.AppKit                0x90d3259f -[NSButtonCell 
trackMouse:inRect:ofView:untilMouseUp:] + 511
41  com.apple.AppKit                0x90d31cb9 -[NSControl mouseDown:] + 867
42  com.apple.AppKit                0x90d29921 -[NSWindow sendEvent:] + 6968
43  com.apple.AppKit                0x90d2490f -[NSApplication sendEvent:] + 4278
44  com.apple.AppKit                0x90c3e62c -[NSApplication run] + 951
45  com.apple.AppKit                0x90be15f6 NSApplicationMain + 1053
46  org.galad.Subler                0x0000326b main + 43
47  org.galad.Subler                0x00003235 start + 53

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x99b6b9ae kevent + 10
1   libdispatch.dylib               0x93d3cc71 _dispatch_mgr_invoke + 993
2   libdispatch.dylib               0x93d3c7a9 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib          0x99b6b0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x9735d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x9735ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 3:
0   libsystem_kernel.dylib          0x99b6b0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x9735d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x9735ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 4:
0   libsystem_kernel.dylib          0x99b6b0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x9735d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x9735ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 5 Crashed:: Dispatch queue: com.apple.root.default-priority
0   com.apple.CoreFoundation        0x99cad6a7 
___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
1   libobjc.A.dylib                 0x9681052e objc_exception_throw + 230
2   com.apple.CoreFoundation        0x99bb807b -[__NSArrayM 
insertObject:atIndex:] + 299
3   com.apple.CoreFoundation        0x99bb7f40 -[__NSArrayM addObject:] + 64
4   org.galad.Subler                0x000bbf05 +[iTunesStore 
metadataForResults:store:] + 4261
5   org.galad.Subler                0x000b9c17 -[iTunesStore 
searchMovie:language:] + 519
6   org.galad.Subler                0x000d6a3c __50-[MetadataImporter 
searchMovie:language:callback:]_block_invoke + 124
7   libdispatch.dylib               0x93d3df8f _dispatch_call_block_and_release 
+ 15
8   libdispatch.dylib               0x93d39c82 _dispatch_client_callout + 46
9   libdispatch.dylib               0x93d3af02 _dispatch_worker_thread2 + 285
10  libsystem_c.dylib               0x9735ce72 _pthread_wqthread + 441
11  libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 6:
0   libsystem_kernel.dylib          0x99b6b0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x9735d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x9735ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 7:
0   libsystem_kernel.dylib          0x99b6b0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x9735d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x9735ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 8:
0   libsystem_kernel.dylib          0x99b6b0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x9735d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x9735ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 9:
0   libsystem_kernel.dylib          0x99b6b0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x9735d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x9735ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x97344d2a start_wqthread + 30

Thread 5 crashed with X86 Thread State (32-bit):
  eax: 0x00000001  ebx: 0x00677bc0  ecx: 0x00000000  edx: 0x00000000
  edi: 0x96810459  esi: 0x022eeb60  ebp: 0xb0288398  esp: 0xb0288390
   ss: 0x00000023  efl: 0x00000286  eip: 0x99cad6a7   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
  cr2: 0x0aa59000
Logical CPU: 4

Original comment by kmdinter...@gmail.com on 19 Sep 2013 at 12:54

GoogleCodeExporter commented 9 years ago
Still crashing on a variety of files, only when searching via tmdb.

Process:         Subler [1356]
Path:            /Applications/Subler.app/Contents/MacOS/Subler
Identifier:      org.galad.Subler
Version:         0.20 (0.20)
Code Type:       X86 (Native)
Parent Process:  launchd [160]
User ID:         501

Date/Time:       2013-09-18 19:48:03.514 -0500
OS Version:      Mac OS X 10.8.5 (12F37)
Report Version:  10

Interval Since Last Report:          9803 sec
Crashes Since Last Report:           5
Per-App Interval Since Last Report:  167 sec
Per-App Crashes Since Last Report:   5
Anonymous UUID:                      4C4DB3D5-4FCC-F9A2-B263-E410ED78B81E

Crashed Thread:  4  Dispatch queue: com.apple.root.default-priority

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
Performing @selector(searchMetadata:) from sender NSButton 0x24df2f0
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'

Application Specific Backtrace 1:
0   CoreFoundation                      0x91e7ce8b __raiseError + 219
1   libobjc.A.dylib                     0x91b3452e objc_exception_throw + 230
2   CoreFoundation                      0x91d8807b -[__NSArrayM 
insertObject:atIndex:] + 299
3   CoreFoundation                      0x91d87f40 -[__NSArrayM addObject:] + 64
4   Subler                              0x000742da Subler + 471770
5   Subler                              0x00072e32 Subler + 466482
6   Subler                              0x00080e27 Subler + 523815
7   Subler                              0x000815bb Subler + 525755
8   Subler                              0x0008017e Subler + 520574
9   Subler                              0x0008239a Subler + 529306
10  libdispatch.dylib                   0x9a37bf8f 
_dispatch_call_block_and_release + 15
11  libdispatch.dylib                   0x9a378f02 _dispatch_worker_thread2 + 
285
12  libsystem_c.dylib                   0x96a7ce72 _pthread_wqthread + 441
13  libsystem_c.dylib                   0x96a64daa start_wqthread + 30

Thread 0:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreGraphics          0x943d6a52 path_iterator_reverse_create + 66
1   com.apple.CoreGraphics          0x943d69ca path_orientation_end + 102
2   com.apple.CoreGraphics          0x943d695c path_iterator_end + 31
3   com.apple.CoreGraphics          0x943d632a 
CG::Path::apply_iterator(path_iterator*) const + 68
4   com.apple.CoreGraphics          0x943d62e0 CGPathApplyIterator + 35
5   com.apple.CoreGraphics          0x943d5b85 CGFontCreateGlyphBitmap32 + 681
6   com.apple.CoreGraphics          0x9439d5d9 CGFontCreateGlyphBitmap + 136
7   com.apple.CoreGraphics          0x9439d20a CGGlyphLockLockGlyphBitmaps + 1391
8   libRIP.A.dylib                  0x990f52fc ripc_DrawGlyphs + 1904
9   com.apple.CoreGraphics          0x946d7476 draw_glyphs + 633
10  com.apple.CoreGraphics          0x9439b33c CGContextShowGlyphsWithAdvances + 
515
11  com.apple.AppKit                0x9556af4c +[NSStringDrawingTextStorage 
_fastDrawString:attributes:length:inRect:graphicsContext:baselineRendering:usesF
ontLeading:usesScreenFont:typesetterBehavior:paragraphStyle:lineBreakMode:boundi
ngRect:padding:scrollable:] + 6137
12  com.apple.AppKit                0x9508ec17 _NSStringDrawingCore + 1136
13  com.apple.AppKit                0x950827d8 _NSDrawTextCell + 6345
14  com.apple.AppKit                0x950a036f -[NSTextFieldCell 
drawInteriorWithFrame:inView:] + 815
15  com.apple.AppKit                0x951ec145 -[NSTableHeaderCell 
drawInteriorWithFrame:inView:] + 840
16  com.apple.AppKit                0x951eb914 -[NSTableHeaderCell 
_drawThemeContents:highlighted:inView:] + 589
17  com.apple.AppKit                0x951eb6bf -[NSTableHeaderCell 
drawWithFrame:inView:] + 112
18  com.apple.AppKit                0x951eb619 -[NSTableHeaderView 
_drawHeaderCell:withFrame:withStateFromColumn:] + 274
19  com.apple.AppKit                0x951eabc5 -[NSTableHeaderView 
_drawHeaderOfColumn:] + 212
20  com.apple.AppKit                0x951eaac2 -[NSTableHeaderView 
_drawColumnHeaderWithIndexes:] + 180
21  com.apple.AppKit                0x951ea76c -[NSTableHeaderView drawRect:] + 
201
22  com.apple.AppKit                0x9507725e -[NSView _drawRect:clip:] + 3492
23  com.apple.AppKit                0x95075c74 -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1316
24  com.apple.AppKit                0x95075faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
25  com.apple.AppKit                0x95075faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
26  com.apple.AppKit                0x95075faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
27  com.apple.AppKit                0x95075faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
28  com.apple.AppKit                0x95075faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
29  com.apple.AppKit                0x95075faa -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2138
30  com.apple.AppKit                0x95075572 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:] + 5445
31  com.apple.AppKit                0x95073e1f -[NSThemeFrame 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:] + 290
32  com.apple.AppKit                0x9506fb83 -[NSView 
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4425
33  com.apple.AppKit                0x95038381 -[NSView displayIfNeeded] + 1468
34  com.apple.AppKit                0x95037d3d -[NSWindow displayIfNeeded] + 306
35  com.apple.AppKit                0x950f0619 -[NSWindow 
_reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1367
36  com.apple.AppKit                0x950f00b6 -[NSWindow 
_doOrderWindowWithoutAnimation:relativeTo:findKey:forCounter:force:isModal:] + 
79
37  com.apple.AppKit                0x950efbcd -[NSWindow 
_doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1052
38  com.apple.AppKit                0x94f2176a -[NSApplication 
_orderFrontModalWindow:relativeToWindow:] + 812
39  com.apple.AppKit                0x94f20ea1 -[NSApplication 
_commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:
contextInfo:] + 844
40  com.apple.AppKit                0x94f20b3c -[NSApplication 
beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:] + 144
41  org.galad.Subler                0x000577ca 0x1000 + 354250
42  libobjc.A.dylib                 0x91b415d3 -[NSObject 
performSelector:withObject:] + 70
43  com.apple.AppKit                0x95120ad2 -[NSApplication 
sendAction:to:from:] + 436
44  com.apple.AppKit                0x951208e0 -[NSControl sendAction:to:] + 102
45  com.apple.AppKit                0x951207ef -[NSCell _sendActionFrom:] + 159
46  com.apple.AppKit                0x9511ed60 -[NSCell 
trackMouse:inRect:ofView:untilMouseUp:] + 1895
47  com.apple.AppKit                0x9511e59f -[NSButtonCell 
trackMouse:inRect:ofView:untilMouseUp:] + 511
48  com.apple.AppKit                0x9511dcb9 -[NSControl mouseDown:] + 867
49  com.apple.AppKit                0x95115921 -[NSWindow sendEvent:] + 6968
50  com.apple.AppKit                0x9511090f -[NSApplication sendEvent:] + 4278
51  com.apple.AppKit                0x9502a62c -[NSApplication run] + 951
52  com.apple.AppKit                0x94fcd5f6 NSApplicationMain + 1053
53  org.galad.Subler                0x00002db5 0x1000 + 7605

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x9001d9ae kevent + 10
1   libdispatch.dylib               0x9a37ac71 _dispatch_mgr_invoke + 993
2   libdispatch.dylib               0x9a37a7a9 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib          0x9001d0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x96a7d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x96a7ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x96a64daa start_wqthread + 30

Thread 3:
0   libsystem_kernel.dylib          0x9001d0ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x96a7d0ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x96a7ce79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x96a64daa start_wqthread + 30

Thread 4 Crashed:: Dispatch queue: com.apple.root.default-priority
0   com.apple.CoreFoundation        0x91e7d6a7 
___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
1   libobjc.A.dylib                 0x91b3452e objc_exception_throw + 230
2   com.apple.CoreFoundation        0x91d8807b -[__NSArrayM 
insertObject:atIndex:] + 299
3   com.apple.CoreFoundation        0x91d87f40 -[__NSArrayM addObject:] + 64
4   org.galad.Subler                0x000742da 0x1000 + 471770
5   org.galad.Subler                0x00072e32 0x1000 + 466482
6   org.galad.Subler                0x00080e27 0x1000 + 523815
7   org.galad.Subler                0x000815bb 0x1000 + 525755
8   org.galad.Subler                0x0008017e 0x1000 + 520574
9   org.galad.Subler                0x0008239a 0x1000 + 529306
10  libdispatch.dylib               0x9a37bf8f _dispatch_call_block_and_release 
+ 15
11  libdispatch.dylib               0x9a378f02 _dispatch_worker_thread2 + 285
12  libsystem_c.dylib               0x96a7ce72 _pthread_wqthread + 441
13  libsystem_c.dylib               0x96a64daa start_wqthread + 30

Thread 4 crashed with X86 Thread State (32-bit):
  eax: 0x00000001  ebx: 0x05bac8d0  ecx: 0x00000000  edx: 0x00000000
  edi: 0x91b34459  esi: 0x05bad2d0  ebp: 0xb0206498  esp: 0xb0206490
   ss: 0x00000023  efl: 0x00000286  eip: 0x91e7d6a7   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
  cr2: 0x07cef000
Logical CPU: 1

Binary Images:
    0x1000 -   0x604fff +org.galad.Subler (0.20 - 0.20) <4D2C53C0-F14D-3CC1-BD3F-73F337431D3A> /Applications/Subler.app/Contents/MacOS/Subler
  0x754000 -   0x86ffff  com.apple.avfoundation (2.0 - 361.40.1) <77630935-EA53-3374-BB5B-643DB109B9F2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
  0x90c000 -   0x91ffff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <5DF2B8A3-560D-4500-6B85-4215644DE532> /Applications/Subler.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
  0x92d000 -   0x9d8fff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
  0xa1c000 -   0xb3bffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
  0xbec000 -  0x1881ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
 0x2078000 -  0x2085ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
 0x27f2000 -  0x27f3ff1 +cl_kernels (???) <0E2C392B-A12A-4547-8ACD-D9829448CA20> cl_kernels
 0x27f9000 -  0x27f9ff5 +cl_kernels (???) <A663BD54-807C-4793-8908-3A30893FA77A> cl_kernels
 0x5aeb000 -  0x5af6fff  libGPUSupport.dylib (8.10.1) <B1E7ACE7-5A35-3182-912F-58143A39ECAF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
 0x5afd000 -  0x5afdfff +cl_kernels (???) <ED848601-B177-4BA4-B17C-E4B4DD86CE50> cl_kernels
 0x7637000 -  0x77cbffb  GLEngine (8.10.1) <8A61333B-95FF-34C4-8D4F-73A592F98FEC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
 0x7802000 -  0x7983fff  libGLProgrammability.dylib (8.10.1) <3DE23C07-D1D8-3647-8185-6C5A0113669F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
 0x79b5000 -  0x79e0ff7  GLRendererFloat (8.10.1) <18713434-312C-3B45-B3CE-B618DA3C8D09> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
 0x79e9000 -  0x79f1ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
 0x7c27000 -  0x7cb9fff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
 0x7cde000 -  0x7cdfffd +cl_kernels (???) <AF4B273D-9AB4-4575-B2CE-8DEA0254934F> cl_kernels
 0x7cf1000 -  0x7d80fff  unorm8_rgba.dylib (2.2.16) <0045BE37-9C14-3C10-84DB-D95481C6E754> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x8e2fa000 - 0x8ec49ffb  com.apple.GeForceGLDriver (8.16.74 - 8.1.6) 
<A8656746-BCAE-3B9B-B7F3-3D7DC8D489DA> 
/System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8feb4000 - 0x8fee6e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> 
/usr/lib/dyld
0x90007000 - 0x90007fff  com.apple.ApplicationServices (45 - 45) 
<677C4ACC-9D12-366F-8A87-B898AC806DD9> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationS
ervices
0x90008000 - 0x90022ffc  libsystem_kernel.dylib (2050.48.11) 
<BC3F8E07-5606-3A05-9BF8-C4BACE96BCCD> /usr/lib/system/libsystem_kernel.dylib
0x90025000 - 0x9003afff  com.apple.ImageCapture (8.0 - 8.0) 
<B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.f
ramework/Versions/A/ImageCapture
0x9003b000 - 0x9012fff3  com.apple.QuickLookUIFramework (4.0 - 555.5) 
<5A62C87F-5F74-380B-8B86-8CE3D8788603> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.fr
amework/Versions/A/QuickLookUI
0x90130000 - 0x9016fff7  com.apple.bom (12.0 - 192) 
<0637E52C-D151-37B3-904F-8656B2FD44DD> 
/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x9018a000 - 0x9018cfff  com.apple.securityhi (4.0 - 55002) 
<62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fra
mework/Versions/A/SecurityHI
0x9018d000 - 0x901a4fff  com.apple.GenerationalStorage (1.1 - 132.3) 
<DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> 
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gener
ationalStorage
0x901a5000 - 0x90214ffb  com.apple.Heimdal (3.0 - 2.0) 
<C007CED7-DDC9-3BA1-8077-294FAE9C78D5> 
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x90215000 - 0x90320ff7  libJP2.dylib (851) 
<0D40428F-B7BE-307B-BEDB-256A7FED9804> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x90321000 - 0x90322fff  libquarantine.dylib (52.1) 
<094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
0x90323000 - 0x9057cff5  com.apple.JavaScriptCore (8536 - 8536.30) 
<24A2ACA7-6E51-30C6-B9AE-17A77E511735> 
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9057d000 - 0x90581ff7  libmacho.dylib (829) 
<5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x90582000 - 0x906bdff7  libBLAS.dylib (1073.4) 
<FF74A147-05E1-37C4-BC10-7DEB57FE5326> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libBLAS.dylib
0x906be000 - 0x90718ffb  com.apple.AE (645.6 - 645.6) 
<44556FF7-A869-399A-AEBB-F4E9263D9152> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.frame
work/Versions/A/AE
0x90719000 - 0x90b36fff  FaceCoreLight (2.4.1) 
<571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> 
/System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLig
ht
0x90b37000 - 0x90eefffa  libLAPACK.dylib (1073.4) 
<9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libLAPACK.dylib
0x90ef0000 - 0x90ef1fff  libremovefile.dylib (23.2) 
<9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x90ef2000 - 0x90f1fffe  libsystem_m.dylib (3022.6) 
<9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
0x90f20000 - 0x90f7bfff  com.apple.htmlrendering (77 - 1.1.4) 
<5C0C669F-AE07-3983-B38F-EB829B5CE609> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.
framework/Versions/A/HTMLRendering
0x90f7c000 - 0x90f9cffd  com.apple.ChunkingLibrary (2.0 - 133.3) 
<FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> 
/System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingL
ibrary
0x90f9f000 - 0x90fa9ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) 
<9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> 
/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagem
ent
0x90faa000 - 0x9103cffb  libvMisc.dylib (380.10) 
<D9567F48-ED35-3362-B769-50916D30C601> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvMisc.dylib
0x9103d000 - 0x91040ff7  libcompiler_rt.dylib (30) 
<CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
0x91041000 - 0x91301ff3  com.apple.security (7.0 - 55179.13) 
<000FD8E9-D070-326A-B386-51314360FD5C> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x91302000 - 0x91327ff7  com.apple.CoreVideo (1.8 - 99.4) 
<A26DE896-32E0-3D5E-BA89-02AD23FA96B3> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x91328000 - 0x91329ffd  com.apple.TrustEvaluationAgent (2.0 - 23) 
<E42347C0-2D3C-36A4-9200-757FFA61B388> 
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Trus
tEvaluationAgent
0x9132a000 - 0x91337ff7  com.apple.AppleFSCompression (49 - 1.0) 
<166AA1F8-E50A-3533-A3B5-8737C5118CC3> 
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleF
SCompression
0x91338000 - 0x9137cff7  libGLU.dylib (8.10.1) 
<5520818E-F290-3942-80B8-370CF9C9B54C> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9137d000 - 0x913a9ff7  libsystem_info.dylib (406.17) 
<AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
0x91645000 - 0x916e2ff7  com.apple.PDFKit (2.8.5 - 2.8.5) 
<F5D6A1C9-3EC1-312C-839F-6C13708B2CF2> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framewo
rk/Versions/A/PDFKit
0x916e3000 - 0x918fafff  com.apple.CoreData (106.1 - 407.7) 
<17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x918fb000 - 0x91905fff  libCSync.A.dylib (333.1) 
<27FD0A7B-AC65-33AB-8F61-3AEF08FC21C3> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91906000 - 0x9199efff  com.apple.CoreServices.OSServices (557.6 - 557.6) 
<E1600639-3EEC-3DF8-BD40-747BB2117988> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServic
es.framework/Versions/A/OSServices
0x9199f000 - 0x919a2ffc  libpam.2.dylib (20) 
<FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
0x919a3000 - 0x919b1ff7  libz.1.dylib (43) 
<245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
0x919b2000 - 0x919b6fff  com.apple.IOSurface (86.0.4 - 86.0.4) 
<6431ACB6-561B-314F-9A2A-FAC1578FCC86> 
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x919b7000 - 0x91a61fff  com.apple.LaunchServices (539.9 - 539.9) 
<C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe
rvices.framework/Versions/A/LaunchServices
0x91a62000 - 0x91a6bff9  com.apple.CommonAuth (3.0 - 2.0) 
<B28B58CA-C5B1-378E-A969-6A36C7F754D1> 
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x91a6c000 - 0x91abcff7  com.apple.CoreMediaIO (309.0 - 4163.1) 
<2CB854AA-072B-3829-B7D9-133CFEC6272F> 
/System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x91abd000 - 0x91abdfff  libsystem_blocks.dylib (59) 
<3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x91abe000 - 0x91b22ff3  libstdc++.6.dylib (56) 
<F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
0x91b23000 - 0x91c30057  libobjc.A.dylib (532.2) 
<FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
0x91c31000 - 0x91c5effb  com.apple.CoreServicesInternal (154.3 - 154.3) 
<A452602B-67CB-39C4-95EB-E59433C65774> 
/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Core
ServicesInternal
0x91c5f000 - 0x91cfafff  com.apple.CoreSymbolication (3.0 - 117) 
<9ECC6770-6FBB-36B3-A4EE-0B60875019A9> 
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSym
bolication
0x91cfb000 - 0x91d3dffb  com.apple.RemoteViewServices (2.0 - 80.6) 
<AE962502-4539-3893-A2EB-9D384652AEAC> 
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remote
ViewServices
0x91d41000 - 0x91f29ffb  com.apple.CoreFoundation (6.8 - 744.19) 
<DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x91f2a000 - 0x91f4fffb  com.apple.framework.familycontrols (4.1 - 410) 
<B1755756-BEA2-3205-ADAA-68FCC32E60BD> 
/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCont
rols
0x91f50000 - 0x921f3ff3  com.apple.CoreImage (8.4.0 - 1.0.1) 
<C25B9EEC-4824-3088-BC08-2EA516C0728C> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.
framework/Versions/A/CoreImage
0x921f4000 - 0x92236fff  libauto.dylib (185.4) 
<3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
0x92237000 - 0x922ebfff  com.apple.coreui (2.0 - 181.1) 
<C15ABF35-B7F5-34ED-A461-386DAF65D96B> 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x922ec000 - 0x9230aff3  com.apple.openscripting (1.3.6 - 148.3) 
<F3422C02-5ACB-343A-987B-A2D58EA2F5A8> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.
framework/Versions/A/OpenScripting
0x9230b000 - 0x9231afff  libGL.dylib (8.10.1) 
<74BE67B7-9EA0-3F16-B43B-48CB92C9ED27> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9232a000 - 0x92330fff  libGFXShared.dylib (8.10.1) 
<99622AD6-7A1D-368E-B163-A38400885B45> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dy
lib
0x92331000 - 0x924edffd  libicucore.A.dylib (491.11.3) 
<FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
0x9252e000 - 0x92550fff  libc++abi.dylib (26) 
<3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
0x92551000 - 0x92558fff  libsystem_dnssd.dylib (379.38.1) 
<4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
0x925c2000 - 0x925defff  libPng.dylib (851) 
<8814CC4D-A472-32CD-8D5C-24F35240F28B> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x925df000 - 0x925e9fff  com.apple.DisplayServicesFW (2.7.2 - 357) 
<76D33A58-C39E-398A-9597-389A9B1FE76D> 
/System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplaySe
rvices
0x925ea000 - 0x92702ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) 
<F024C78B-4FAA-38F1-A182-AD0A0A596CBE> 
/System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x9343c000 - 0x9343dfff  libsystem_sandbox.dylib (220.3) 
<C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
0x9343e000 - 0x93499ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) 
<3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> 
/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9349a000 - 0x934befff  libJPEG.dylib (851) 
<2425AE18-C181-3371-922F-4A09C1AC71CD> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x934bf000 - 0x934c3ffe  libcache.dylib (57) 
<834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x934f4000 - 0x9352affb  com.apple.DebugSymbols (98 - 98) 
<9A9ADA0A-E487-3C8F-9998-286EE04C235A> 
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9352b000 - 0x9358fff7  com.apple.datadetectorscore (4.1 - 269.3) 
<C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> 
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDet
ectorsCore
0x93590000 - 0x936acffb  com.apple.desktopservices (1.7.4 - 1.7.4) 
<782D711D-7930-324A-9015-686C2F86DBA3> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Deskt
opServicesPriv
0x936ad000 - 0x939cdff3  com.apple.Foundation (6.8 - 945.18) 
<BDC56A93-45C5-3459-B307-65A1CCE702C5> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x939ce000 - 0x939d4ffc  libCGXCoreImage.A.dylib (333.1) 
<E25608A8-0D92-3C63-9F0A-38C8BCEC19F1> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x939d5000 - 0x93b08ff3  com.apple.MediaControlSender (1.7 - 170.20) 
<7B1AC317-AFDB-394F-8026-9561930E696B> 
/System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaC
ontrolSender
0x93b3f000 - 0x93cb7ff5  com.apple.QuartzCore (1.8 - 304.3) 
<F2EFC117-CDC6-3252-A4A8-880965764385> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x93cb8000 - 0x93d99fff  libcrypto.0.9.8.dylib (47.2) 
<6170B3CB-FA94-3601-A7F7-7F1B953C4F59> /usr/lib/libcrypto.0.9.8.dylib
0x93d9a000 - 0x94007ffb  com.apple.imageKit (2.2 - 673) 
<CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.frame
work/Versions/A/ImageKit
0x94008000 - 0x9400affb  libRadiance.dylib (851) 
<2739A726-2E9C-38DC-8A6E-412ABDC14405> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dy
lib
0x9400b000 - 0x942b9ffb  com.apple.MediaToolbox (1.0 - 926.106) 
<37A0FC0E-9BC6-3B6B-9F06-489813758F67> 
/System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x942ba000 - 0x942bafff  libSystem.B.dylib (169.3) 
<81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
0x942bb000 - 0x942f0ff5  libssl.0.9.8.dylib (47.2) 
<A0802BCF-121C-39C8-8712-B8E90ABDF502> /usr/lib/libssl.0.9.8.dylib
0x942f1000 - 0x9434afff  com.apple.QuickLookFramework (4.0 - 555.5) 
<4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> 
/System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9434b000 - 0x9478dff7  com.apple.CoreGraphics (1.600.0 - 333.1) 
<76C4858B-AD0A-3165-A65D-64729D6F186C> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/CoreGraphics
0x94796000 - 0x947e2fff  libcorecrypto.dylib (106.2) 
<20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x947e3000 - 0x94800fff  libxpc.dylib (140.43) 
<C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
0x94b24000 - 0x94b2dfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) 
<89822A83-B450-3363-8E9C-9B80CB4450B1> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94b2e000 - 0x94b2efff  com.apple.Cocoa (6.7 - 19) 
<354094F0-F36B-36F9-BF5F-FD60590FBEB9> 
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94b2f000 - 0x94b30fff  liblangid.dylib (116) 
<E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
0x94b31000 - 0x94b31fff  com.apple.Accelerate (1.8 - Accelerate 1.8) 
<D4F5AB2C-0727-39FD-8EE9-E4DD3D78EB2E> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x94b37000 - 0x94b7cff7  com.apple.NavigationServices (3.7 - 200) 
<F6531764-6E43-3AF3-ACDD-8A5551EF016A> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServ
ices.framework/Versions/A/NavigationServices
0x94bc4000 - 0x94be3ff3  com.apple.Ubiquity (1.2 - 243.15) 
<E10A2937-D671-3D14-AF8D-BA25E601F458> 
/System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x94be4000 - 0x94c01ff7  libresolv.9.dylib (51) 
<B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
0x94c02000 - 0x94c50ffb  libFontRegistry.dylib (100) 
<3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/Resources/libFontRegistry.dylib
0x94c51000 - 0x94c58fff  liblaunch.dylib (442.26.2) 
<310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x94c59000 - 0x94d56ff7  com.apple.DiskImagesFramework (10.8.3 - 345) 
<26D0C7F8-E87E-3511-8388-8EE616A39D6D> 
/System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x94d57000 - 0x94d74fff  libCRFSuite.dylib (33) 
<C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
0x94d75000 - 0x94d7cffb  libunwind.dylib (35.1) 
<E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
0x94d7d000 - 0x94d7dfff  com.apple.CoreServices (57 - 57) 
<956C6C6D-A5DD-314F-9C57-4A61D41F30CE> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94d7e000 - 0x94d81ff3  com.apple.AppleSystemInfo (2.0 - 2) 
<4639D755-8A68-31C9-95C4-7E7F70C233FA> 
/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSyst
emInfo
0x94d82000 - 0x94d84fff  libdyld.dylib (210.2.3) 
<05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
0x94d91000 - 0x94d94ffc  libCoreVMClient.dylib (32.5) 
<CA150AC5-F98C-3F96-8B11-715B75A89C80> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient
.dylib
0x94d9f000 - 0x94e88ff7  libxml2.2.dylib (22.3) 
<015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
0x94e95000 - 0x94ed0fef  libGLImage.dylib (8.10.1) 
<E29ED217-09B3-3436-A961-B6F8EBAA7BED> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyli
b
0x94ed1000 - 0x95a8dff3  com.apple.AppKit (6.8 - 1187.39) 
<ACA24416-D910-39B8-9387-52A6C6A561F8> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95a91000 - 0x95aa6fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) 
<DE68CEB5-4959-3652-83B8-D2B00D3B932D> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/S
peechSynthesis.framework/Versions/A/SpeechSynthesis
0x95aa9000 - 0x95b67ff3  com.apple.ColorSync (4.8.0 - 4.8.0) 
<EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
olorSync.framework/Versions/A/ColorSync
0x95b68000 - 0x95de4ff7  com.apple.QuickTime (7.7.1 - 2599.41) 
<D01684A3-7360-3CE7-B886-DDFDE1BAEA78> 
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95de5000 - 0x95df1ffe  libkxld.dylib (2050.48.11) 
<CDE64419-0291-3E5E-906D-2974E25AC008> /usr/lib/system/libkxld.dylib
0x95df2000 - 0x95dfeffa  com.apple.CrashReporterSupport (10.8.3 - 418) 
<03BC564E-35FE-384E-87D6-6E0C55DF16E3> 
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cras
hReporterSupport
0x95dff000 - 0x95e30fff  com.apple.DictionaryServices (1.2 - 184.4) 
<0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Dictiona
ryServices.framework/Versions/A/DictionaryServices
0x95e31000 - 0x95e35fff  com.apple.OpenDirectory (10.8 - 151.10) 
<A1858D81-086F-3BF5-87E3-9B70409FFDF6> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x95e36000 - 0x95e40fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) 
<B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit
ion.framework/Versions/A/SpeechRecognition
0x95e41000 - 0x95f32ffc  libiconv.2.dylib (34) 
<B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
0x95f33000 - 0x96040ff3  com.apple.ImageIO.framework (3.2.2 - 851) 
<36EEBDDC-0619-327E-826F-4413217C9D21> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96041000 - 0x9609bfff  com.apple.Symbolication (1.3 - 93) 
<684ECF0D-D416-3DF8-8B5B-3902953853A8> 
/System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicati
on
0x9609c000 - 0x9647ffff  com.apple.HIToolbox (2.0 - 626.1) 
<ECC3F04F-C4B7-35BF-B10E-183B749DAB92> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram
ework/Versions/A/HIToolbox
0x96480000 - 0x96480fff  com.apple.quartzframework (1.5 - 1.5) 
<9018BE5B-4070-320E-8091-6584CC17F798> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x96481000 - 0x9657fff7  libFontParser.dylib (84.6) 
<7D3EB3CC-527E-3A74-816A-59CAFD2260A4> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/Resources/libFontParser.dylib
0x96580000 - 0x966d9ffb  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) 
<461C4CCD-5F52-3D2F-AE22-D0CA7EF3F01A> 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x966da000 - 0x966e5fff  libcommonCrypto.dylib (60027) 
<8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x9674d000 - 0x96756fff  com.apple.CommerceCore (1.0 - 26.2) 
<B05709DD-3755-3635-B0CC-6CBBD17CFBD5> 
/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/Co
mmerceCore.framework/Versions/A/CommerceCore
0x96787000 - 0x967edfff  com.apple.print.framework.PrintCore (8.3 - 387.2) 
<0F7665F5-33F0-3661-9BE2-7DD2890E304B> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P
rintCore.framework/Versions/A/PrintCore
0x967ee000 - 0x96845ff7  com.apple.ScalableUserInterface (1.0 - 1) 
<2B5E454B-BC49-3E85-B54D-1950397C448C> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUs
erInterface.framework/Versions/A/ScalableUserInterface
0x96846000 - 0x9693eff9  libsqlite3.dylib (138.1) 
<AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
0x9698b000 - 0x96a00ff7  com.apple.ApplicationServices.ATS (332 - 341.1) 
<95206704-F9C9-33C4-AF25-FE9890E160B2> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A
TS.framework/Versions/A/ATS
0x96a01000 - 0x96a63fff  libc++.1.dylib (65.1) 
<C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
0x96a64000 - 0x96b21ffb  libsystem_c.dylib (825.40.1) 
<A5C0B70C-5F14-3BF8-AA5B-B22E7B12A4AE> /usr/lib/system/libsystem_c.dylib
0x96b22000 - 0x96b69ff3  com.apple.CoreMedia (1.0 - 926.106) 
<B1999B3E-F0D3-34CB-A2E7-08CE45B744D9> 
/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x973e8000 - 0x973e8fff  libkeymgr.dylib (25) 
<D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
0x973e9000 - 0x973f7fff  com.apple.opengl (1.8.10 - 1.8.10) 
<385E048A-FFB2-348A-8F80-572C2494A776> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x973f8000 - 0x97546ffb  com.apple.CFNetwork (596.5 - 596.5) 
<E2EE5B64-4DFD-3D5E-BB38-9DD0899FFB42> 
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x97547000 - 0x97547fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) 
<E54083A7-7467-3C3C-B30F-EE14C8D781A1> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/vecLib
0x97548000 - 0x975e8ff7  com.apple.QD (3.42.1 - 285.1) 
<BAAC13D2-1312-33C0-A255-FAB1D314C324> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Q
D.framework/Versions/A/QD
0x975e9000 - 0x97602fff  com.apple.Kerberos (2.0 - 1) 
<9BDE8F4D-DBC3-34D1-852C-898D3655A611> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x97603000 - 0x97627fff  com.apple.PerformanceAnalysis (1.16 - 16) 
<18DE0F9F-1264-394D-AC56-6B2A1771DFBE> 
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perfo
rmanceAnalysis
0x97628000 - 0x976a3ff3  com.apple.CorePDF (2.2 - 2.2) 
<5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> 
/System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x976a4000 - 0x976a4fff  com.apple.vecLib (3.8 - vecLib 3.8) 
<2D2064EB-FDD5-38AB-B722-4AFA4C6EE0C9> 
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x976a5000 - 0x976dcffa  com.apple.LDAPFramework (2.4.28 - 194.5) 
<F05946C0-D3BE-379A-A00E-D2BA6B4EE48D> 
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x976dd000 - 0x97734ff3  com.apple.HIServices (1.20 - 417) 
<561A770B-8523-3D09-A763-11F872779A4C> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/H
IServices.framework/Versions/A/HIServices
0x97735000 - 0x9773effd  com.apple.audio.SoundManager (4.0 - 4.0) 
<ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.fr
amework/Versions/A/CarbonSound
0x97797000 - 0x977a9fff  libbsm.0.dylib (32) 
<DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
0x977aa000 - 0x977f9ff6  libTIFF.dylib (851) 
<CC0B94FF-DE56-3CE4-AF93-BCA00C03924B> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x977fd000 - 0x97845ff5  com.apple.opencl (2.2.19 - 2.2.19) 
<968DD067-49D0-3B71-A96B-B3579698D992> 
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x97846000 - 0x97ac7ff3  com.apple.RawCamera.bundle (4.09 - 711) 
<F60727D9-0CD4-3315-84F8-1AC2C691751C> 
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x97ac8000 - 0x97adfff4  com.apple.CoreMediaAuthoring (2.1 - 914) 
<37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> 
/System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMe
diaAuthoring
0x97ae0000 - 0x97aeefff  libxar.1.dylib (105) 
<343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
0x97aef000 - 0x97b56fe7  libvDSP.dylib (380.10) 
<A9BB03FC-F70B-388F-8917-F8CE69F2164A> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra
mework/Versions/A/libvDSP.dylib
0x97b57000 - 0x97beeff7  com.apple.ink.framework (10.8.2 - 150) 
<D90FF7BC-6B90-39F1-AC52-670269947C58> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/
Versions/A/Ink
0x97bef000 - 0x97bfbff8  libbz2.1.0.dylib (29) 
<7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
0x97bfc000 - 0x97c0aff3  libsystem_network.dylib (77.10) 
<7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
0x98026000 - 0x9802cfff  com.apple.print.framework.Print (8.0 - 258) 
<12AEAD24-6924-3923-9E4A-C5D21231E639> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewor
k/Versions/A/Print
0x9802d000 - 0x9803dff7  libsasl2.2.dylib (166) 
<D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
0x9803e000 - 0x987d9ff3  libclh.dylib (4.0.3 - 4.0.3) 
<7233B6B4-2E95-3B5C-80DD-C0C3BCF4F6EB> 
/System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x987da000 - 0x98824ff7  com.apple.framework.CoreWLAN (3.4 - 340.18) 
<A874C0A7-9CE0-3434-A38D-7EE61AD35DD7> 
/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x98830000 - 0x988dfff7  com.apple.CoreText (260.0 - 275.17) 
<433387A6-69C1-32A5-9B61-9E2F6A5F9040> 
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x988e0000 - 0x9892eff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) 
<6E858B9F-337A-314E-88B7-24A274ACE568> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfig
uration
0x9892f000 - 0x98dd6ffb  com.apple.CoreAUC (6.22.03 - 6.22.03) 
<054DADA8-A077-3BF0-8BEA-C568E7360E75> 
/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x98de1000 - 0x98eb5ff3  com.apple.backup.framework (1.4.3 - 1.4.3) 
<6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> 
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x98fc7000 - 0x99028ff7  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) 
<C1D471E9-B4D6-3A59-975C-B3B3A25E6058> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x99029000 - 0x99054ff9  com.apple.framework.Apple80211 (8.5 - 850.252) 
<74845A5A-3660-3B50-BDB3-334275E0B461> 
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x99055000 - 0x99056fff  libDiagnosticMessagesClient.dylib (8) 
<39B3D25A-148A-3936-B800-0D393A00E64F> 
/usr/lib/libDiagnosticMessagesClient.dylib
0x990db000 - 0x990e5fff  libsystem_notify.dylib (98.5) 
<7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x990e6000 - 0x990eaffc  libGIF.dylib (851) 
<4821D945-2E32-3007-8E97-4A69807046FF> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x990eb000 - 0x99114ff7  libRIP.A.dylib (333.1) 
<E54E8576-5D00-3FCC-B512-9C42F4093507> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x99115000 - 0x9929eff7  com.apple.vImage (6.0 - 6.0) 
<1D1F67FE-4F75-3689-BEF6-4A46C8039E70> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fra
mework/Versions/A/vImage
0x992ad000 - 0x992adffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) 
<CFAAB1B1-DBC7-3FF1-97BA-065C6620360D> 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x992ae000 - 0x996aafeb  com.apple.VideoToolbox (1.0 - 926.106) 
<C1A411F0-7B7E-3669-83E5-FAEF2BAA8949> 
/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x996ab000 - 0x996c1fff  com.apple.CFOpenDirectory (10.8 - 151.10) 
<56C3F276-BD1F-3031-8CF9-8F4F481A534E> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenD
irectory.framework/Versions/A/CFOpenDirectory
0x996c6000 - 0x996ebff7  com.apple.quartzfilters (1.8.0 - 1.7.0) 
<F6A88D89-AB4A-3217-9D65-C2C259B5F09B> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.
framework/Versions/A/QuartzFilters
0x996ec000 - 0x996f8ff7  com.apple.NetAuth (4.0 - 4.0) 
<4983C4B8-9D95-3C4D-897E-07743326487E> 
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x996f9000 - 0x999feff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) 
<4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCo
re.framework/Versions/A/CarbonCore
0x999ff000 - 0x999ffffd  libOpenScriptingUtil.dylib (148.3) 
<87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
0x99a57000 - 0x99a5afff  com.apple.help (1.3.2 - 42) 
<AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework
/Versions/A/Help
0x99a5b000 - 0x99a5eff7  com.apple.TCC (1.0 - 1) 
<437D76CD-6437-3B55-BE2C-A53508858256> 
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x99a5f000 - 0x99ae4ff7  com.apple.SearchKit (1.4.0 - 1.4.0) 
<454E950F-291C-3E95-8F35-05CA0AD6B327> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKi
t.framework/Versions/A/SearchKit
0x99ae5000 - 0x99af8ff9  com.apple.MultitouchSupport.framework (237.4 - 237.4) 
<59197044-E513-3223-9337-6EB0F828CB82> 
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multito
uchSupport
0x99af9000 - 0x99d29fff  com.apple.QuartzComposer (5.1 - 287.1) 
<6C0C66F9-BC18-3216-88CC-BAE86937448B> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer
.framework/Versions/A/QuartzComposer
0x99d5b000 - 0x99d6bff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) 
<875363E7-6D02-3229-A9DD-E5A5568A7D61> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L
angAnalysis.framework/Versions/A/LangAnalysis
0x99d6c000 - 0x99d6dffd  libunc.dylib (25) 
<58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
0x99d6e000 - 0x99d6ffff  libdnsinfo.dylib (453.19) 
<3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x99e0e000 - 0x99e10ffd  libCVMSPluginSupport.dylib (8.10.1) 
<F7CD59FE-314A-366E-9A27-CE5BD1D438BB> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSu
pport.dylib
0x99e11000 - 0x99e8dff3  com.apple.Metadata (10.7.0 - 707.12) 
<D9221655-56FE-332C-82FF-0CA7EDD521C1> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata
.framework/Versions/A/Metadata
0x99e8e000 - 0x99f08ff7  com.apple.securityfoundation (6.0 - 55115.4) 
<A959B2F5-9D9D-3C93-A62A-7399594CF238> 
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFound
ation
0x99f3a000 - 0x99f3efff  com.apple.CommonPanels (1.2.5 - 94) 
<6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.f
ramework/Versions/A/CommonPanels
0x99f3f000 - 0x99f3ffff  com.apple.Carbon (154 - 155) 
<604ADD9D-5835-3294-842E-3A4AEBCCB548> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x99f70000 - 0x99f78fff  libcopyfile.dylib (89) 
<4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x99f79000 - 0x99fb9fff  com.apple.MediaKit (14 - 687) 
<8735A76E-7766-33F5-B3D2-86630070A1BA> 
/System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x99fba000 - 0x99ffcff7  libcups.2.dylib (327.7) 
<6FAC537D-7EC3-3E82-B6E8-F87DE07546B5> /usr/lib/libcups.2.dylib
0x99ffd000 - 0x9a15affb  com.apple.QTKit (7.7.1 - 2599.41) 
<9514F791-9ED4-3C00-84F7-D87B5FB254FF> 
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x9a15d000 - 0x9a186fff  libxslt.1.dylib (11.3) 
<0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
0x9a187000 - 0x9a18eff3  com.apple.NetFS (5.0 - 4.0) 
<1F7041F2-4E97-368C-8F5D-24153D81BBDB> 
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9a18f000 - 0x9a1f7ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) 
<230C6EEC-A926-3720-82DB-25D0FAAEF962> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9a1f8000 - 0x9a2cefff  com.apple.DiscRecording (7.0 - 7000.2.4) 
<C14E99B9-DEFA-3812-89E5-464653B729F4> 
/System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9a2cf000 - 0x9a316ff7  com.apple.framework.CoreWiFi (1.3 - 130.13) 
<1961CC70-C00D-31DE-BAB5-A077538CD5CB> 
/System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x9a317000 - 0x9a31aff9  libCGXType.A.dylib (333.1) 
<FD300AD5-3599-39BE-98AE-2BE8171CC7D7> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C
oreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9a31b000 - 0x9a375ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) 
<6313E06F-37FD-3606-BF2F-87D8598A9983> 
/System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCor
e
0x9a376000 - 0x9a388ff7  libdispatch.dylib (228.23) 
<86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
0x9a38c000 - 0x9a3bfff3  com.apple.GSS (3.0 - 2.0) 
<EFFA5947-B6BA-3171-B667-9CCB17E0FF2A> 
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9a3c0000 - 0x9a402fff  libcurl.4.dylib (69.2) 
<8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 6
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 1421
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=201.1M resident=68.5M(34%) 
swapped_out_or_unallocated=132.6M(66%)
Writable regions: Total=74.8M written=1648K(2%) resident=27.5M(37%) 
swapped_out=0K(0%) unallocated=47.3M(63%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  3548K
CG image                             48K
CG raster data                       56K
CG shared images                   1216K
CoreServices                       1904K
IOKit                               536K
IOKit (reserved)                      4K        reserved VM address space 
(unallocated)
MALLOC                             41.9M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=243                        4K
Memory tag=35                      3996K
OpenCL                               40K
Stack                              66.0M
VM_ALLOCATE                        16.2M
__DATA                             21.9M
__DATA/__OBJC                       380K
__IMAGE                             528K
__IMPORT                              4K
__LINKEDIT                         39.2M
__OBJC                             2576K
__OBJC/__DATA                       136K
__PAGEZERO                            4K
__TEXT                            161.8M
__UNICODE                           544K
mapped file                        80.8M
shared memory                      1456K
===========                      =======
TOTAL                             444.5M
TOTAL, minus reserved VM space    444.5M

Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 2.66 
GHz, 8 GB, SMC 1.45f0
Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0D9B, 
0x000000000000000000000000000000000000
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0D9B, 
0x000000000000000000000000000000000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom 
BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f2 12718, 3 service, 21 devices, 3 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: WDC WD6400AAKS-40H2B0, 640.14 GB
Serial ATA Device: OPTIARC DVD RW AD-5670S
USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 4
USB Device: USB2.0 Hub, 0x2109  (VIA Labs, Inc.), 0x2812, 0x24100000 / 2
USB Device: USB2.0 Hub, 0x2109  (VIA Labs, Inc.), 0x2812, 0x24110000 / 5
USB Device: Ext HDD 1021, 0x1058  (Western Digital Technologies, Inc.), 0x1021, 
0x24112000 / 7
USB Device: Ext HDD 1021, 0x1058  (Western Digital Technologies, Inc.), 0x1021, 
0x24111000 / 6
USB Device: External HDD, 0x0c0b  (Dura Micro, Inc.), 0xb159, 0x26400000 / 3
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x26200000 / 2
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x26240000 / 5
USB Device: MG5300 series, 0x04a9  (Canon Inc.), 0x1754, 0x26242000 / 6
USB Device: USB Trackball, 0x046d  (Logitech Inc.), 0xc408, 0x26220000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 
/ 4

Original comment by cjtack...@gmail.com on 19 Sep 2013 at 12:54

GoogleCodeExporter commented 9 years ago
This is basically the same issue I reported in #635. Crash is comprehensive on 
invoking the command to import metadata and occurs regardless of database. It 
began after a failed iTunes search and now forestalls any search.

Original comment by ray.gron...@gmail.com on 19 Sep 2013 at 1:07

GoogleCodeExporter commented 9 years ago
Happens here too.

Original comment by coreybot...@gmail.com on 19 Sep 2013 at 3:31

GoogleCodeExporter commented 9 years ago
Does clearing the cache in the Subler preferences helps?

Original comment by damiog on 19 Sep 2013 at 6:21

GoogleCodeExporter commented 9 years ago
Issue 638 has been merged into this issue.

Original comment by damiog on 19 Sep 2013 at 7:28

GoogleCodeExporter commented 9 years ago
Issue 637 has been merged into this issue.

Original comment by damiog on 19 Sep 2013 at 7:29

GoogleCodeExporter commented 9 years ago
Issue 636 has been merged into this issue.

Original comment by damiog on 19 Sep 2013 at 7:29

GoogleCodeExporter commented 9 years ago
Issue 635 has been merged into this issue.

Original comment by damiog on 19 Sep 2013 at 7:30

GoogleCodeExporter commented 9 years ago
Ok, I think I fixed the problem.
Here's  a test build: 
https://dl.dropboxusercontent.com/u/34821905/Subler-Test.zip

By the way, iTunes search is acting in a strange way, often it doesn't return 
any result.

Original comment by damiog on 19 Sep 2013 at 8:38

GoogleCodeExporter commented 9 years ago
The same happens to me with the same exception, but only for one specific file 
only and in the MOV format.
Other files also with slightly different names work fine, but it is not caused 
by the file name.
The crash occurs when the artwork is going to be show after the metadata 
already had been retrieved.

Original comment by muenchwe...@gmail.com on 19 Sep 2013 at 9:15

GoogleCodeExporter commented 9 years ago
The test build has fixed the issue for me, thanks.

Original comment by muenchwe...@gmail.com on 19 Sep 2013 at 9:18

GoogleCodeExporter commented 9 years ago
No data from themoviedb when pulling data after search iTunes working though 
10.8.4

Thanks for the great app

Original comment by panther1...@gmail.com on 19 Sep 2013 at 9:58

GoogleCodeExporter commented 9 years ago
Issue 639 has been merged into this issue.

Original comment by damiog on 19 Sep 2013 at 10:23

GoogleCodeExporter commented 9 years ago
I uploaded version 0.22. You can find it in the download page.

Original comment by damiog on 19 Sep 2013 at 10:33

GoogleCodeExporter commented 9 years ago
0.22 works like a charm!!

Original comment by jher...@kedesfase.com on 19 Sep 2013 at 10:45

GoogleCodeExporter commented 9 years ago
Woops I think I merged a lot of issue to this one, but the original issue was a 
different one…

Original comment by damiog on 19 Sep 2013 at 10:49

GoogleCodeExporter commented 9 years ago
0.22 get metadata better than 0.21, but it crashes every time when exporting.

Original comment by p...@tolonen.com on 19 Sep 2013 at 1:32

Attachments:

GoogleCodeExporter commented 9 years ago
0.22 restore metadata for me. 

I was working under the assumption that the erratic iTunes results were due to 
the overwhelming traffic their servers have been seeing for the past 24+ hours 
(iOS 7, iTunes 11.1 and app updates).

Original comment by kmdinter...@gmail.com on 19 Sep 2013 at 2:02

GoogleCodeExporter commented 9 years ago
Pasi can you explain better what you are doing? And post a crash log using the 
test build posted in this issue?

Original comment by damiog on 19 Sep 2013 at 2:26

GoogleCodeExporter commented 9 years ago
just an FYI: automatic update fails (see attachment)! improperly signed. 
downloaded manually :)

Original comment by philgin...@gmail.com on 19 Sep 2013 at 3:00

Attachments:

GoogleCodeExporter commented 9 years ago
It works here :|

Original comment by damiog on 19 Sep 2013 at 3:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ok, I downloaded the test build as advised. The symptoms are as follows:

1. M4V file opens smoothly and it appears in main window as supposed.
2. Pressing search button (magnifying glass) opens the metadata search 
   dialog and I press search for
   metadata. Everything works here (as of my understanding) since I get metadata for
   my file. I'm using Finnish as language setting.
3. Pressing "ok" gets me back to main window and I can see that metadata is 
correct.
4. When I press "export" button, next to magnifying glass button in upper right 
corner,
   program crashes immediately and corrupts M4V file

Original comment by p...@tolonen.com on 19 Sep 2013 at 6:28

Attachments:

GoogleCodeExporter commented 9 years ago
pass try https://dl.dropboxusercontent.com/u/34821905/Subler-Test.zip
btw you don't need to send the file to the queue, "Save" from the file menu is 
all you need.

Original comment by damiog on 21 Sep 2013 at 3:14

GoogleCodeExporter commented 9 years ago
Thanks for working on this issue. When you release a new public build/version, 
could you kindly update the release notes on this site? The last version 
covered is 0.20. I don't know what's new/changed in 0.21 or 0.22.

Original comment by jubal.ke...@gmail.com on 22 Sep 2013 at 11:44

GoogleCodeExporter commented 9 years ago
Thanks. The subler-test -version above works like a charm!

Original comment by p...@tolonen.com on 24 Sep 2013 at 7:19

GoogleCodeExporter commented 9 years ago
I released 0.23 with all the fixes.

Original comment by damiog on 24 Sep 2013 at 8:24