Preview crashing on several files under Lion "object cannot be nil"

Hi,
with several different files - old and new ones -, Preview simply crashes with the following error message after installing Lion on my MacBook Pro:
2011-08-15 09:16:06.255 Preview[435:60b] An uncaught exception was raised
2011-08-15 09:16:06.256 Preview[435:60b] *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
2011-08-15 09:16:06.262 Preview[435:60b] (
          0   CoreFoundation                      0x00007fff8fe25986 __exceptionPreprocess + 198
          1   libobjc.A.dylib                     0x00007fff95bbed5e objc_exception_throw + 43
          2   CoreFoundation                      0x00007fff8fdcc818 -[__NSArrayM insertObject:atIndex:] + 296
          3   Preview                             0x0000000104f46cf9 Preview + 23801
          4   Preview                             0x0000000104f46a17 Preview + 23063
          5   Preview                             0x0000000104f465d1 Preview + 21969
          6   Preview                             0x0000000104f46175 Preview + 20853
          7   libdispatch.dylib                   0x00007fff9144990a _dispatch_call_block_and_release + 18
          8   libdispatch.dylib                   0x00007fff9144b77a _dispatch_main_queue_callback_4CF + 308
          9   CoreFoundation                      0x00007fff8fdbac0c __CFRunLoopRun + 1724
          10  CoreFoundation                      0x00007fff8fdba216 CFRunLoopRunSpecific + 230
          11  HIToolbox                           0x00007fff91dfb4ff RunCurrentEventLoopInMode + 277
          12  HIToolbox                           0x00007fff91e02c21 ReceiveNextEventCommon + 355
          13  HIToolbox                           0x00007fff91e02aae BlockUntilNextEventMatchingListInMode + 62
          14  AppKit                              0x00007fff92205191 _DPSNextEvent + 659
          15  AppKit                              0x00007fff92204a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
          16  AppKit                              0x00007fff924baa4d -[NSApplication _realDoModalLoop:peek:] + 610
          17  AppKit                              0x00007fff924ba681 -[NSApplication runModalForWindow:] + 120
          18  AppKit                              0x00007fff924adf06 -[NSAlert runModal] + 159
          19  AppKit                              0x00007fff92233d66 -[NSPersistentUIManager promptToIgnorePersistentState] + 818
          20  AppKit                              0x00007fff922083dd -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 173
          21  AppKit                              0x00007fff92208241 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 227
          22  AppKit                              0x00007fff92207fb1 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
          23  CoreFoundation                      0x00007fff8fe17f51 -[NSObject performSelector:withObject:withObject:] + 65
          24  Foundation                          0x00007fff8c3791c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
          25  Foundation                          0x00007fff8c37814e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
          26  Foundation                          0x00007fff8c377fdc _NSAppleEventManagerGenericHandler + 105
          27  AE                                  0x00007fff8cad9a85 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 200
          28  AE                                  0x00007fff8cad9963 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
          29  AE                                  0x00007fff8cad9857 aeProcessAppleEvent + 250
          30  HIToolbox                           0x00007fff91e0a12d AEProcessAppleEvent + 102
          31  AppKit                              0x00007fff922053dd _DPSNextEvent + 1247
          32  AppKit                              0x00007fff92204a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
          33  AppKit                              0x00007fff922013d6 -[NSApplication run] + 463
          34  AppKit                              0x00007fff9247f52a NSApplicationMain + 867
          35  Preview                             0x0000000104f42c64 Preview + 7268
          36  ???                                 0x0000000000000002 0x0 + 2
2011-08-15 09:16:06.263 Preview[435:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
*** First throw call stack:
          0   CoreFoundation                      0x00007fff8fe25986 __exceptionPreprocess + 198
          1   libobjc.A.dylib                     0x00007fff95bbed5e objc_exception_throw + 43
          2   CoreFoundation                      0x00007fff8fdcc818 -[__NSArrayM insertObject:atIndex:] + 296
          3   Preview                             0x0000000104f46cf9 Preview + 23801
          4   Preview                             0x0000000104f46a17 Preview + 23063
          5   Preview                             0x0000000104f465d1 Preview + 21969
          6   Preview                             0x0000000104f46175 Preview + 20853
          7   libdispatch.dylib                   0x00007fff9144990a _dispatch_call_block_and_release + 18
          8   libdispatch.dylib                   0x00007fff9144b77a _dispatch_main_queue_callback_4CF + 308
          9   CoreFoundation                      0x00007fff8fdbac0c __CFRunLoopRun + 1724
          10  CoreFoundation                      0x00007fff8fdba216 CFRunLoopRunSpecific + 230
          11  HIToolbox                           0x00007fff91dfb4ff RunCurrentEventLoopInMode + 277
          12  HIToolbox                           0x00007fff91e02c21 ReceiveNextEventCommon + 355
          13  HIToolbox                           0x00007fff91e02aae BlockUntilNextEventMatchingListInMode + 62
          14  AppKit                              0x00007fff92205191 _DPSNextEvent + 659
          15  AppKit                              0x00007fff92204a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
          16  AppKit                              0x00007fff924baa4d -[NSApplication _realDoModalLoop:peek:] + 610
          17  AppKit                              0x00007fff924ba681 -[NSApplication runModalForWindow:] + 120
          18  AppKit                              0x00007fff924adf06 -[NSAlert runModal] + 159
          19  AppKit                              0x00007fff92233d66 -[NSPersistentUIManager promptToIgnorePersistentState] + 818
          20  AppKit                              0x00007fff922083dd -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 173
          21  AppKit                              0x00007fff92208241 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 227
          22  AppKit                              0x00007fff92207fb1 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
          23  CoreFoundation                      0x00007fff8fe17f51 -[NSObject performSelector:withObject:withObject:] + 65
          24  Foundation                          0x00007fff8c3791c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
          25  Foundation                          0x00007fff8c37814e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
          26  Foundation                          0x00007fff8c377fdc _NSAppleEventManagerGenericHandler + 105
          27  AE                                  0x00007fff8cad9a85 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 200
          28  AE                                  0x00007fff8cad9963 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
          29  AE                                  0x00007fff8cad9857 aeProcessAppleEvent + 250
          30  HIToolbox                           0x00007fff91e0a12d AEProcessAppleEvent + 102
          31  AppKit                              0x00007fff922053dd _DPSNextEvent + 1247
          32  AppKit                              0x00007fff92204a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
          33  AppKit                              0x00007fff922013d6 -[NSApplication run] + 463
          34  AppKit                              0x00007fff9247f52a NSApplicationMain + 867
          35  Preview                             0x0000000104f42c64 Preview + 7268
          36  ???                                 0x0000000000000002 0x0 + 2
terminate called throwing an exception
I have looked around for tips, but none of them seem to resolve the problem. Any help would be appreciated!

I have run some further tests. While I am still not sure what the underlying problem is, here's what happens in an example.
I create a new PDF from LaTeX using MacTeX 2011's pdflatex.
I run "Preview xxx.pdf" from the shell; Preview crashes as stated above.
I run "Preview" from the shell (note: no parameter), click "Don't restore Windows", and then manually open the pdf file inside Preview. The PDF is now shown without problems.
The same happens in many cases if I replace running "Preview xxx.pdf" in the shell by opening the PDF file by double clicking it in Finder.
Strange...

Similar Messages

  • How to open or install fonts from a .suit file under Lion?

    How to open or install fonts from a .suit file under Lion? Thanks!

    although I believe I *have* used the .suit extension when I was creating suitcase files for TrueType fonts.
    You can get away with that because you haven't really changed anything. It's already a suitcase file, with a Type code of FFIL (the Creator code is mostly irrelevant). Adding .suit still tells the OS it's a suitcase.
    However, if you do something silly like change the Type code to LWFN (the outline portion of a PST1 set), then neither Font Book, or any other font manager knows what to do with it. It's recognizing the LWFN code, but the data structure of course doesn't match. The file is still a Mac legacy TrueType font. Suitcase Fusion 5 tosses this on the screen when I change the Type code to the wrong one:
    Changing the extension to something obviously wrong, like .otf produces the same message. It's trying to parse the data according to what the extension says it is, and nothing lines up.
    Trying to use .ttf or .ttc also doesn't work. A Mac legacy suitcase TrueType font is not built the same as a .ttf or .ttc font. Either is technically correct (it is a TrueType font), but that's the only similarity. What's happening in that case is Mac legacy TT fonts have all of the data in the resource fork. When you add .ttf or .ttc to the name, the OS and any font manager then tries to find the data in the data fork. Nothing there.

  • I recently upgraded to Lion and I had Adobe InDesign which is no longer supported. Problem is, I have several files I need but cannot open because it was PowerPC based. What do I need to do? Thanks in advance!

    I recently upgraded to Lion and I had Adobe InDesign which is no longer supported. Problem is, I have several files I need but cannot open because it was PowerPC based. What do I need to do? Thanks in advance!

    Assuming you registered your older version, you can retrieve the serial number by going to Adobe's site and go into your account. On this page, click the My products link in the right hand column of the first three. You'll be asked to enter your user account name and password. Once in, a list of all software you've purchased will be shown, along with their serial numbers.
    That said, it really won't help you much. A PowerPC only version of InDesign means it's no newer than the original CS version, and won't be worth a cent towards an upgrade discount. To get CS6, you'd have to pay full price again.

  • What can be done to avoid getting the following error when trying to delete unused clips he operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil

    what can be done to avoid getting the following error when trying to delete unused clips in Imovie 09 "the operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil"  I use to get these type of error messages when trying to delete unsused clips from a large event 60 minutes or longer, but now I get this message when trying to reduce a 4 minute event.
    Also, does anyone know if there is a limit to the total amount of space that can be taken up by Projects in Imovie 09
    Thanks for any help

    Zachy,
    It goes something like this...
    Put your new drive in the enclosure. Use Disk Utility to format it, etc. I'd give it a slightly different name than the original. Let's say you have Old Disk and New Disk as your drive names. Use Carbon Copy Cloner to copy Old Disk to New Disk. Now you should have an exact copy, which you can test by rebooting and holding down the Option key. Choose New Disk from the list and let it boot, make sure all is well.
    Shut down and physically swap the drives. Take Old Disk and put it in the enclosure. Now your system has a new disk with a lot more space and you can reformat your old disk and just use it for large files or whatever.

  • *** setObjectForKey: object cannot be nil (key: UIImagePickerControllerOriginalImage)

    In an app we are subclassing UIImagePickerController to add overlay with some controls. And adding it as childView on the current Controller Class. After a long usage following exception is generated *** setObjectForKey: object cannot be nil (key: UIImagePickerControllerOriginalImage).
    This is not coming very frequently. But some users report it after a long usage.

    Looks good:
    $ md5 CiscoJabberMac-10.6.0.202336.zip 
    MD5 (CiscoJabberMac-10.6.0.202336.zip) = ba901118d827fdeced56bb06cca171f3
    As of download site: 
    MD5 Checksum:
    ba901118d827fdeced56bb06cca171f3

  • Logic pro 9.1.6 (1700.43) crashes all the time under lion with mac mini server

    Hi, I run logic pro 9 with a mac mini server under lion 10.7.2 and it crashes all the time
    I get this crash report:
    Anyone knows how to solve this?
    Thanks
    Process:         Logic Pro [1877]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.6 (1700.43)
    Build Info:      Logic-17004300~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [162]
    Date/Time:       2012-03-13 13:59:22.743 +0700
    OS Version:      Mac OS X Server 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          88542 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  58536 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      27B39491-5116-448F-BC4D-7E0B325E7BE2
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    VM Regions Near 0x1:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
        __TEXT                 0000000000001000-0000000000be4000 [ 11.9M] r-x/rwx SM=COW  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Application Specific Information:
    objc[1877]: garbage collection is OFF
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x951a09c6 __pthread_kill + 10
    1   libsystem_c.dylib                       0x9caedf78 pthread_kill + 106
    2   libsystem_c.dylib                       0x9cadece3 __abort + 198
    3   libsystem_c.dylib                       0x9cadec1d abort + 231
    4   com.apple.logic.pro                     0x003e3b59 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3831609
    5   libsystem_c.dylib                       0x9cb4359b _sigtramp + 43
    6   ???                                     0x9cbd6268 0 + 2629657192
    7   com.celemony.melodyne.au                0x252aaf8e GNAudioUnitWrapperEntry + 346894
    8   com.celemony.melodyne.au                0x252aae82 GNAudioUnitWrapperEntry + 346626
    9   com.celemony.melodyne.au                0x252ab277 GNAudioUnitWrapperEntry + 347639
    10  com.celemony.melodyne.au                0x252aaf8e GNAudioUnitWrapperEntry + 346894
    11  com.celemony.melodyne.au                0x252aae82 GNAudioUnitWrapperEntry + 346626
    12  com.celemony.melodyne.au                0x252ab277 GNAudioUnitWrapperEntry + 347639
    13  com.celemony.melodyne.au                0x252aaf8e GNAudioUnitWrapperEntry + 346894
    14  com.celemony.melodyne.au                0x252aae82 GNAudioUnitWrapperEntry + 346626
    15  com.celemony.melodyne.au                0x252ab277 GNAudioUnitWrapperEntry + 347639
    16  com.celemony.melodyne.au                0x252aaf8e GNAudioUnitWrapperEntry + 346894
    17  com.celemony.melodyne.au                0x252aae82 GNAudioUnitWrapperEntry + 346626
    18  com.celemony.melodyne.au                0x252ab277 GNAudioUnitWrapperEntry + 347639
    19  com.celemony.melodyne.au                0x252aaf8e GNAudioUnitWrapperEntry + 346894
    20  com.celemony.melodyne.au                0x252aae82 GNAudioUnitWrapperEntry + 346626
    21  com.celemony.melodyne.au                0x252ab41c GNAudioUnitWrapperEntry + 348060
    22  com.celemony.melodyne.au                0x252aaf8e GNAudioUnitWrapperEntry + 346894
    23  com.celemony.melodyne.au                0x252aa208 GNAudioUnitWrapperEntry + 343432
    24  com.celemony.melodyne.au                0x25d09549 zError + 9602873
    25  com.celemony.melodyne.au                0x25ce9800 zError + 9472496
    26  com.celemony.melodyne.au                0x2531ea8d GNAudioUnitWrapperEntry + 820749
    27  com.celemony.melodyne.au                0x2525589e 0x25247000 + 59550
    28  com.celemony.melodyne.au                0x25256a37 GNAudioUnitWrapperEntry + 1463
    29  com.celemony.melodyne.au                0x252550ed 0x25247000 + 57581
    30  com.celemony.melodyne.au                0x2525693b GNAudioUnitWrapperEntry + 1211
    31  com.apple.CoreServices.CarbonCore          0x927835f5 CallComponent + 223
    32  com.apple.CoreServices.CarbonCore          0x9278363e CallComponentDispatch + 29
    33  com.apple.CoreServices.CarbonCore          0x927ef868 CallComponentClose + 43
    34  com.apple.CoreServices.CarbonCore          0x9277eb89 CloseComponentInternal(ComponentInstanceRecord*) + 95
    35  com.apple.CoreServices.CarbonCore          0x9277ec4c CloseComponent + 38
    36  com.apple.logic.pro                     0x00594482 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5603426
    37  com.apple.music.apps.MAAudioEngine          0x02ca674f MD::DisposePlug(CPlugIn*) + 655
    38  com.apple.logic.pro                     0x0013df2c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1055500
    39  com.apple.logic.pro                     0x0005e30c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 138988
    40  com.apple.logic.pro                     0x0005e9c9 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 140713
    41  com.apple.logic.pro                     0x00061aa2 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 153218
    42  com.apple.logic.pro                     0x000b97d8 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 512952
    43  com.apple.logic.pro                     0x000b98e5 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 513221
    44  com.apple.logic.pro                     0x003e377c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3830620
    45  com.apple.logic.pro                     0x001ccd9c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1640828
    46  com.apple.logic.pro                     0x00615953 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6133043
    47  com.apple.Foundation                    0x916c2f49 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49
    48  com.apple.CoreFoundation                0x9a5beff3 ___CFXNotificationPost_block_invoke_1 + 275
    49  com.apple.CoreFoundation                0x9a589d78 _CFXNotificationPost + 2776
    50  com.apple.Foundation                    0x916ae136 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    51  com.apple.Foundation                    0x916c33ca -[NSNotificationCenter postNotificationName:object:] + 55
    52  com.apple.AppKit                        0x971c1f9f -[NSApplication terminate:] + 2311
    53  com.apple.prokit                        0x00fea76e -[NSProApplication terminate:] + 183
    54  com.apple.logic.pro                     0x005f5a4f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6002223
    55  com.apple.AppKit                        0x9748db4a -[NSApplication _terminateFromSender:askIfShouldTerminate:saveWindows:] + 435
    56  com.apple.AppKit                        0x9749700d __-[NSApplication(NSAppleEventHandling) _handleAEQuit]_block_invoke_1 + 215
    57  libdispatch.dylib                       0x98f75e11 _dispatch_call_block_and_release + 15
    58  libdispatch.dylib                       0x98f77da1 _dispatch_main_queue_callback_4CF + 260
    59  com.apple.CoreFoundation                0x9a575453 __CFRunLoopRun + 2003
    60  com.apple.CoreFoundation                0x9a5748ec CFRunLoopRunSpecific + 332
    61  com.apple.CoreFoundation                0x9a574798 CFRunLoopRunInMode + 120
    62  com.apple.HIToolbox                     0x97c42a7f RunCurrentEventLoopInMode + 318
    63  com.apple.HIToolbox                     0x97c49d9b ReceiveNextEventCommon + 381
    64  com.apple.HIToolbox                     0x97c49c0a BlockUntilNextEventMatchingListInMode + 88
    65  com.apple.AppKit                        0x971bb040 _DPSNextEvent + 678
    66  com.apple.AppKit                        0x971ba8ab -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    67  com.apple.AppKit                        0x971b6c22 -[NSApplication run] + 911
    68  com.apple.prokit                        0x00fedb78 NSProApplicationMain + 439
    69  com.apple.logic.pro                     0x0002bb85 DummyConnection::DummyConnection() + 193
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x951a190a kevent + 10
    1   libdispatch.dylib                       0x98f77c58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x98f766a7 _dispatch_mgr_thread + 53
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x9519ec22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9519e1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9a56c0ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x9a575214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x9a5748ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x9a574798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x9171721c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7   com.apple.Foundation                    0x9170af7d -[NSThread main] + 45
    8   com.apple.Foundation                    0x9170af2d __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9519ec22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9519e1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9a56c0ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x9a575214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x9a5748ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x9a585611 CFRunLoopRun + 129
    6   com.apple.DVCPROHDMuxer                 0x0f01798f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    7   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02bf24c8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02bf2591 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02bf24c8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02bf2591 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x951a0b42 __select + 10
    1   com.apple.CoreFoundation                0x9a5c3195 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 7:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x9519ec22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9519e1f6 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x90d929fe HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, unsigned int) + 122
    3   com.apple.audio.CoreAudio               0x90d92a6a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 60
    4   com.apple.audio.CoreAudio               0x90d8ae5f HALC_ProxyIOContext::IOWorkLoop() + 1145
    5   com.apple.audio.CoreAudio               0x90d8a926 HALC_ProxyIOContext::IOThreadEntry(void*) + 136
    6   com.apple.audio.CoreAudio               0x90d8a898 __HALC_ProxyIOContext_block_invoke_6 + 20
    7   com.apple.audio.CoreAudio               0x90d8a81d HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9519ed36 mach_wait_until + 10
    1   com.apple.CoreServices.CarbonCore          0x927bd8cc MPDelayUntil + 29
    2   com.apple.CoreServices.CarbonCore          0x927cf768 Delay + 108
    3   se.propellerheads.rewire.library          0x18edd654 RWIsReWireMixerAppRunningImp + 30420
    4   se.propellerheads.rewire.library          0x18eec228 RWIsReWireMixerAppRunningImp + 90792
    5   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02cb06bc MD::CallProcessThread1(void*) + 108
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02cb043c MD::CallProcessThread2(void*) + 124
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02cb01ac MD::CallProcessThread3(void*) + 124
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02caff1c MD::CallProcessThread4(void*) + 124
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02cafc8c MD::CallProcessThread5(void*) + 124
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02caf9fc MD::CallProcessThread6(void*) + 124
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02caf76c MD::CallProcessThread7(void*) + 124
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02cae2ec MD::CallProcessThread15(void*) + 124
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9caa042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02ccdb29 MDFileIOThread_IsBusy + 3593
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9519ec22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9519e1f6 mach_msg + 70
    2   com.apple.audio.midi.CoreMIDI           0x013bbfcb XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
    3   com.apple.audio.midi.CoreMIDI           0x013def8b MIDIProcess::RunMIDIInThread() + 259
    4   com.apple.audio.midi.CoreMIDI           0x013df912 MIDIProcess::MIDIInPortThread::Run() + 24
    5   com.apple.audio.midi.CoreMIDI           0x013bd59f XThread::RunHelper(void*) + 17
    6   com.apple.audio.midi.CoreMIDI           0x013bcf69 CAPThread::Entry(CAPThread*) + 123
    7   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9caeff7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9275a5a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9275a319 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x9275a12a TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x927cf46c TimerThread + 292
    7   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9519ed12 syscall_thread_switch + 10
    1   com.celemony.melodyne.au                0x25347f08 GNAudioUnitWrapperEntry + 989832
    2   com.celemony.melodyne.au                0x2579f2ad zError + 3925149
    3   com.celemony.melodyne.au                0x2579f728 zError + 3926296
    4   com.celemony.melodyne.au                0x2534881a GNAudioUnitWrapperEntry + 992154
    5   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x951a1ef2 __sem_wait + 10
    1   com.celemony.melodyne.au                0x25378862 GNAudioUnitWrapperEntry + 1188834
    2   com.celemony.melodyne.au                0x253afc11 GNAudioUnitWrapperEntry + 1415057
    3   com.celemony.melodyne.au                0x2534881a GNAudioUnitWrapperEntry + 992154
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x9519ed12 syscall_thread_switch + 10
    1   com.celemony.melodyne.au                0x25347f08 GNAudioUnitWrapperEntry + 989832
    2   com.celemony.melodyne.au                0x253b00fb GNAudioUnitWrapperEntry + 1416315
    3   com.celemony.melodyne.au                0x2534881a GNAudioUnitWrapperEntry + 992154
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x951a1ef2 __sem_wait + 10
    1   com.celemony.melodyne.au                0x25378862 GNAudioUnitWrapperEntry + 1188834
    2   com.celemony.melodyne.au                0x256931d2 zError + 2827202
    3   com.celemony.melodyne.au                0x2534881a GNAudioUnitWrapperEntry + 992154
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9caeff7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9275a5a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9275a319 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x9275a12a TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x94186de6 0x93b9a000 + 6213094
    7   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x9519ed36 mach_wait_until + 10
    1   libsystem_c.dylib                       0x9ca99439 nanosleep + 388
    2   libsystem_c.dylib                       0x9ca97cba usleep + 60
    3   com.WavesAudio.WaveShell-AU.7.1.1          0x33dadc18 wvThread::WCIdleCommandDispatcher::threadMain(void*) + 32
    4   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x951a083e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9caefe78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9caeff7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9275a5a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x927bbdfe MPWaitForEvent + 296
    5   com.xlnaudio.addictivedrumsvstau          0x36afcabf NuXThreads::Event::timedWait(int) + 67
    6   com.xlnaudio.addictivedrumsvstau          0x36bf53aa scAESampleManager::run() + 3348
    7   com.xlnaudio.addictivedrumsvstau          0x36afd6aa NuXThreads::Thread::Impl::carbonTaskEntryPoint(void*) + 492
    8   ???                                     0xb1667f98 0 + 2976284568
    Thread 27:
    0   libsystem_kernel.dylib                  0x951a102e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9caedccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9caef6fe start_wqthread + 30
    Thread 28:
    0   libsystem_kernel.dylib                  0x951a102e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9caedccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9caef6fe start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x951a102e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9caedccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9caef6fe start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib                  0x951a102e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9caedccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9caef6fe start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x951a0bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9caa07b9 nanosleep$UNIX2003 + 187
    2   com.apple.Foundation                    0x9174b167 +[NSThread sleepForTimeInterval:] + 170
    3   com.apple.logic.pro                     0x0087db50 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8656688
    4   com.apple.Foundation                    0x9170af7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x9170af2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x9caebed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x9caef6de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0xbfffce4c  edx: 0x951a09c6
      edi: 0xad2922c0  esi: 0x00000006  ebp: 0xbfffce68  esp: 0xbfffce4c
       ss: 0x00000023  efl: 0x00000246  eip: 0x951a09c6   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x06782868
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xbe3ffb  com.apple.logic.pro (9.1.6 - 1700.43) <B1E26E57-5B4C-4FE2-4FEA-B72167321749> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe8d000 -   0xeabfef  com.apple.XSKey (1.0.0 - 52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeba000 -   0xeedfe7  com.apple.music.apps.MAAudioUnitSupport (9.1.6 - 232.95) <46C8FA58-950A-A9DF-F522-3074AB34D34C> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xf02000 -   0xf33ff3  com.apple.musicaudiodataservices (1.1 - 250.78) <0C7147A5-C89A-8433-DCBD-99F6C2A0C889> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf47000 -   0xf49fff  com.apple.ExceptionHandling (1.5 - 10) <14A3DCBC-77E4-3E87-A937-202817079AED> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xf4f000 -   0xfadff3  com.apple.music.apps.MALoopManagement (9.1.6 - 218.80) <2A628103-5A16-5EFB-00B1-74A1B3F2A436> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfca000 -  0x11f0ff7  com.apple.prokit (7.1.1 - 1511) <498819A4-1BDD-3671-8796-E11865BCFBCE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12fb000 -  0x1376fff  com.apple.music.apps.MACore (9.1.6 - 477.18) <23232BE8-F63F-01A4-008C-8AF0B2BB9941> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x13ac000 -  0x13f8ffb  com.apple.audio.midi.CoreMIDI (1.8 - 42) <67FE17BA-C921-3D2D-AAC5-B5E9083CE004> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x141b000 -  0x1471fe3  com.apple.music.apps.MAHarmony (9.1.6 - 198.80) <80C2ECD2-2E10-1790-A22C-1E080FF5254E> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x148d000 -  0x18a6ff7  com.apple.music.apps.MAPlugInGUI (9.1.6 - 423.92) <F5D50EDA-A0CD-80D3-19F5-D9DF065053C1> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1bb5000 -  0x1c97ff7  com.apple.music.apps.OMF (9.1.6 - 108.79) <ED3407F7-21F0-32A3-D520-781977A4CC8D> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1cae000 -  0x22fefef  com.apple.music.apps.MADSP (9.1.6 - 588.58) <F7526C1F-3252-E5EA-567D-F94CE8B31718> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x2a49000 -  0x2a6aff7  com.apple.music.apps.LogicFileBrowser (9.1.6 - 1700.43) <0CFBB9EE-12B1-0F2E-57CB-26C63AF54E94> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2a78000 -  0x2af1ff7  com.apple.music.apps.LogicLoopBrowser (9.1.6 - 1700.43) <8342A29C-2E2E-DB5C-981D-97DBACBA3698> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2b17000 -  0x2b38ff7  com.apple.music.apps.MAApogeeSupport (9.1.6 - 311.80) <726A9E5E-2E03-B60C-673C-1C66944D6AF0> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2b41000 -  0x2b46ff7  com.apple.music.apps.MAResources (9.1.6 - 211.81) <04BB5DC3-0661-0DDA-B496-D07C41706A14> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2b4a000 -  0x2b76ff3  com.apple.audio.CoreAudioKit (1.6.2 - 1.6.2) <9376552A-AFDD-368A-AF35-65A2D6F5DF8E> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2b89000 -  0x2b99ff7  com.apple.AERegistration (1.2 - 401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2bad000 -  0x2bb9ff3  com.apple.music.apps.MAUnitTest (9.1.6 - 95.80) <34641697-F9CB-C93F-6584-9D355C5338E0> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2bc3000 -  0x2c7aff3  com.apple.music.apps.MAFiles (9.1.6 - 143.95) <EE653EBC-8AD7-12F4-5614-71B3AAC7826E> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2c9a000 -  0x2d10fe3  com.apple.music.apps.MAAudioEngine (9.1.6 - 158.18) <039C3621-221B-DED5-9EFC-5963B7A32728> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2d80000 -  0x2d8bff7  com.apple.music.apps.MAToolKit (9.1.6 - 357.84) <A46086A4-54A5-7F33-4AC6-3679FCC5651F> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2d91000 -  0x2da5ff7  com.apple.music.apps.MAVideo (9.1.6 - 11.85) <C418D913-E486-4996-46A3-55C8E49E6811> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2dbb000 -  0x2e68ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x2ead000 -  0x2eeafff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2f04000 -  0x2fa0ffc  com.apple.MobileMe (9 - 1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3700000 -  0x3733ff4  com.apple.prokit.LionPanels (7.1.1 - 1511) <F0512BC4-FBF2-360E-89F0-49EB4E161C0D> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
    0xadc7000 -  0xadcbffb  com.apple.audio.AudioIPCPlugIn (1.2.1 - 1.2.1) <B8333059-00BE-33A6-AEC0-0C8F285E6E07> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xadd0000 -  0xadd6ffb  com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <C2DD672D-46CE-34BB-8456-129C65DDE583> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xce80000 -  0xced6ff4 +com.StudioDevil.StudioDevilVBA-AU (??? - 1.0) <EC9CB467-9D6A-0EE0-EA39-5D7E2FEE61AE> /Library/Audio/Plug-Ins/Components/StudioDevilVBA-AU.component/Contents/MacOS/S tudioDevilVBA-AU
    0xcf63000 -  0xcf74fe7  com.apple.FCP Uncompressed 422.component (1.6.1 - 1.6.1) <62C290FB-2735-60C4-CE88-7ECB0DE6EDB3> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xcf7b000 -  0xcf7bfff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0xcf7e000 -  0xcf85ffd  com.apple.AppleGVAHW.component (1.0 - 1) <C27AED9F-4DDA-3B8A-925E-D2110DC24EDD> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0xcf8b000 -  0xcfacfe7  com.apple.AppleIntermediateCodec (2.0 - 542.4) <76A60DE0-273C-3939-ADCB-5554402F76E6> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xcfbb000 -  0xcfbefff +1000 (??? - ???) <0DF7E8E4-CA09-6C75-C423-6E5A21221A16> /Applications/Waves/*/RComp.bundle/Contents/Resources/asIL/1000
    0xcfc2000 -  0xcfc5fff +1000 (??? - ???) <0AC11064-F42C-5767-EEC0-51BB1E7E535C> /Applications/Waves/*/DeEsser.bundle/Contents/Resources/asIL/1000
    0xd09e000 -  0xd0d5fe7  com.apple.DVCPROHDCodec (1.5 - 237) <5BA42205-5AEE-73BB-A7DE-5417EF028D5B> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xe202000 -  0xe23cfeb  com.motu.driver.FWA.HALPlugin (??? - 1.6 48575) <B087A389-EA06-E4C7-86FD-FE963E473F34> /System/Library/Extensions/MOTUFireWireAudio.kext/Contents/PlugIns/FWHALPlugin. bundle/Contents/MacOS/FWHALPlugin
    0xe277000 -  0xe27fff7  com.apple.proapps.mrcheckpro (1.4 - 397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0xe41c000 -  0xe471fe2  com.apple.DVCPROHDAudio (1.3.2 - 1.3.2) <A9248133-6EB0-2702-A9B8-71C67BE55FD4> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0xe4d7000 -  0xe4d9ff3  com.apple.music.apps.anvil.resources (9.1.6 - 279.78) <7AF78982-F047-F161-9555-84AB92D8FEE7> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0xe4de000 -  0xe4e0ff3  com.apple.music.apps.common.resources (9.1.6 - 279.78) <12E469E7-22D3-5FDA-6B42-2092F46B45F7> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0xe4e5000 -  0xe4e7ff3  com.apple.music.apps.ebp.resources (9.1.6 - 279.78) <AB14E128-64FD-6B26-898C-BE9AB54CF7A3> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0xe4ec000 -  0xe4eeff3  com.apple.music.apps.efx.resources (9.1.6 - 279.78) <550345F9-CF1C-56F2-CD5A-A55D9F9ED64D> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0xe4f3000 -  0xe4f5ff3  com.apple.music.apps.egt.resources (9.1.6 - 279.78) <C6270881-7F48-B8FD-7964-90AD22D3E127> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0xf000000 -  0xf065fe0  com.apple.DVCPROHDMuxer (1.3.2 - 1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0xf07f000 -  0xf0acff8  GLRendererFloat (??? - ???) <1264885F-1492-3591-BFB1-B671A7B08A29> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xf0d5000 -  0xf0d7ff3  com.apple.music.apps.emx.resources (9.1.6 - 279.78) <C4F60BBC-29E9-0A23-2CAA-0D5CFECCFFB5> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0xf0dc000 -  0xf0deff3  com.apple.music.apps.es1.resources (9.1.6 - 279.78) <A4BACEA8-127B-2A22-6B7C-1ED3A62DDC42> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0xf0e3000 -  0xf0e5ff3  com.apple.music.apps.es2.resources (9.1.6 - 279.78) <E4EB40A0-D39C-6B00-FE2D-C85744976B36> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0xf0ea000 -  0xf0ecff3  com.apple.music.apps.esp.resources (9.1.6 - 279.78) <339540FF-E2B2-DA48-6DE1-476464E00672> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0xf0f1000 -  0xf0f3ff3  com.apple.music.apps.evb3.resources (9.1.6 - 279.78) <6AA7BF8F-BD18-386A-C2FA-2E8B76674996> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0xf0f8000 -  0xf0faff3  com.apple.music.apps.evd6.resources (9.1.6 - 279.78) <94B96EE7-2C3B-B21C-1EC0-C5103078C72A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0xf7c9000 -  0xf7cbff3  com.apple.music.apps.evoc.resources (9.1.6 - 279.78) <FCD7B3FE-21B1-D962-55AE-EB6F9AF9057D> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0xf7d0000 -  0xf7d2ff3  com.apple.music.apps.evp88.resources (9.1.6 - 279.78) <CE9F639D-058B-2B19-C3CD-E79ADBDE9DB8> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0xf7d7000 -  0xf7d9ff3  com.apple.music.apps.exs24.resources (9.1.6 - 279.78) <25729878-53DF-256B-1B33-0B7D87FE1847> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0xf7de000 -  0xf7e0ff3  com.apple.music.apps.guitaramp.resources (9.1.6 - 279.78) <5E6F0A77-3DE4-C07D-AE92-8B879528F449> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0xf7e5000 -  0xf7e7ff3  com.apple.music.apps.guitarcontrols.resources (9.1.6 - 279.78) <D0A12412-5C62-5B97-984A-A484F4351A9B> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0xf7ec000 -  0xf7eeff3  com.apple.music.apps.mutapdel.resources (9.1.6 - 279.78) <4144C8A4-08A8-F877-2A10-4962064BBA50> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0xf7f3000 -  0xf7f5ff3  com.apple.music.apps.pedalboard.resources (9.1.6 - 279.78) <9B259935-F582-A5E4-6335-2D462EB25BB8> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x107f4000 - 0x107f6ff3  com.apple.music.apps.revolver.resources (9.1.6 - 279.78) <F18D2824-CD18-061A-10F9-51E211AAABB4> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x11ac9000 - 0x11c36ffc  GLEngine (??? - ???) <C49CCDEA-F23E-30CD-9BCD-FC09C9D07CF4> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11c6a000 - 0x11d61ffb  libGLProgrammability.dylib (??? - ???) <8E592FEB-B6A8-3BFF-828B-B37B05D4D574> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x11d85000 - 0x1211bfff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.14.5 - 7.1.4) <3085DB78-3E8E-3570-B235-3ED8F1E712B3> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x12523000 - 0x12525ff3  com.apple.music.apps.sphere.resources (9.1.6 - 279.78) <EB4791D9-EC9B-4B89-141F-270D0CF04757> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x1256f000 - 0x1257aff7  com.apple.Librarian (1.0 - 1) <E36996B7-2D53-3412-BBCB-3FA7328C3974> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
    0x18eb4000 - 0x18f3bffb +se.propellerheads.rewire.library (1.8.1 build 124 - 1.8.1) <79A1E240-4153-9288-475D-697D84C94343> /Library/Application Support/Propellerhead Software/*/ReWire.bundle/Contents/MacOS/ReWire
    0x1b5bc000 - 0x1b5d4fff  com.apple.OpenTransport (10.6.0 - 10.6.0) <096C28DD-DAB9-335C-886E-0A6DF10F2144> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x1b6e7000 - 0x1b6f2ff7  com.apple.DVCPROHDVideoOutput (1.3.2 - 1.3.2) <738D36A7-8DBD-3BD7-CD35-4B171397782C> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x1b843000 - 0x1b87aff7  com.apple.audio.SoundManager.Components (3.9.5 - 3.9.5) <00CB19B4-3F18-33D4-9368-55B2518B4B2A> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1b881000 - 0x1b8baff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2306) <5347333C-9175-39FF-AFEC-BF24BB6701D7> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1b8c5000 - 0x1b982fe2  com.apple.DesktopVideoOut (1.2.7 - 1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x1b9a1000 - 0x1b9abfff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <4E367576-9480-3877-84F1-87847FBC9F9A> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x21475000 - 0x21483feb +com.WavesAudio.DeEsser.7.1.0 (7.1.0 - 7.1.0.3) <DBE4F6FD-8D00-6035-5691-853E784650BF> /Applications/Waves/*/DeEsser.bundle/Contents/MacOS/DeEsser
    0x23173000 - 0x23174ffb +cl_kernels (??? - ???) <67CB5F64-40BE-4E68-A545-63BFC2815F43> cl_kernels
    0x23191000 - 0x23192ff6 +cl_kernels (??? - ???) <BA1561ED-DE26-4354-9D94-1CD75DADEC19> cl_kernels
    0x24f74000 - 0x24f87fe3  com.apple.IMXCodec (1.4 - 155) <B7A1514F-1A2B-EC3E-719D-B8BB25016A05> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x24f99000 - 0x24fb1ff2  com.apple.applepixletvideo (1.2.28 - 1.2d28) <85AF2C0D-399E-3D67-9845-D2259C57DDCB> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x24fb6000 - 0x24fdffff  com.apple.audio.OpenAL (1.5.1 - 1.5.1) <66AB8BA7-6F8A-3D8C-9DAE-D82AF54139BB> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x25100000 - 0x25111ffb +com.WavesAudio.RComp.7.1.1 (7.1.1 - 7.1.1.5) <486CB6EA-9309-4DA5-9B68-8BBE4888515A> /Applications/Waves/*/RComp.bundle/Contents/MacOS/RComp
    0x25247000 - 0x2634fffb +com.celemony.melodyne.au (2.0.1 - 005) <55C79332-19E4-9410-250F-4E28CEDEFB2A> /Library/Audio/Plug-Ins/Components/Melodyne.component/Contents/MacOS/Melodyne
    0x2cf00000 - 0x2cf6dfe7  com.apple.AppleProResCodec (2.0 - 224) <B7A79FF2-9C32-5554-A3C3-BE91F9B89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0x2df00000 - 0x2dfaffe3  com.apple.AppleHDVCodec (1.6 - 229) <C45D37E1-3CE0-1FBE-17DE-91D5B65FD940> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x326f8000 - 0x32737ff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <37DE201B-57C9-31FB-8931-4F8F5DAD0164> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x33d80000 - 0x33f08fe7 +com.WavesAudio.WaveShell-AU.7.1.1 (7.1.1 - 7.1.1.5) <A013CF7B-57F2-8D69-1998-04A062014766> /Library/Audio/Plug-Ins/Components/WaveShell-AU 7.1.component/Contents/MacOS/WaveShell-AU
    0x36600000 - 0x36716fe7  com.apple.AppleGVAFramework (2.2.76 - 2.2.76) <B96E4BD5-B774-3C6D-ACAD-6BB4123FAB9D> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x3672f000 - 0x3695bff4 +com.WavesAudio.WavesLib.7.1.1 (7.1.1 - 7.1.1.5) <7A8B1009-2082-1CA2-4572-50771EDC8660> /Applications/Waves/*/WavesLib 7.1.framework/Versions/A/WavesLib
    0x36ac1000 - 0x36e03fe3 +com.xlnaudio.addictivedrumsvstau (1.5.1.23 - 1.5.1.23) /Library/Audio/Plug-Ins/Components/Addictive Drums.component/Contents/MacOS/xdvstau
    0x382fa000 - 0x382fcfff  libCoreFSCache.dylib (??? - ???) <4D047C6F-11FF-3893-A352-5C1E259C036E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x389f9000 - 0x389f9ffb +cl_kernels (??? - ???) <107023BE-15FF-4936-A449-6A3519C72560> cl_kernels
    0x39ff5000 - 0x39ff6ff8 +cl_kernels (??? - ???) <B6A0A000-7B8A-4547-B28B-941AF3F7BBB5> cl_kernels
    0x3b7f4000 - 0x3b7f9fe2  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <BF77202B-E1EF-317D-9A66-D744070872C4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x56c00000 - 0x56d78ff3 +com.LennarDigital.Sylenth1 (??? - 2.2.0) /Library/Audio/Plug-Ins/Components/Sylenth1.component/Contents/MacOS/Sylenth1
    0x643cc000 - 0x6446dff7  unorm8_argb.dylib (1.50.61 - compatibility 1.0.0) <AC9B1E60-6D75-34E6-8049-A72BF6F11AA2> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
    0x65aa1000 - 0x65c6cfff  com.apple.audio.codecs.Components (2.1 - 2.1) <8E4A1711-5FA9-330E-B5C6-CC2EE9AC74A1> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x67045000 - 0x670e6ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <6C750910-BE8C-3D26-8272-9C4285153DAF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x67700000 - 0x677b0ff7  com.apple.audio.units.CoreAudioAUUI (1.6.2 - 1.6.2) <7BF8B9D3-BDE2-36F5-8990-529F4A2CEF4A> /System/Library/Components/CoreAudio.component/Contents/PlugIns/CoreAudioAUUI.b undle/Contents/MacOS/CoreAudioAUUI
    0x68a4c000 - 0x68aebff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <33259C48-4D92-3DB3-BF5E-4D3F1232068C> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
    0x690ce000 - 0x6920ffff  com.apple.audio.units.Components (1.7.1 - 1.7.1) <0E60D4BA-93D7-32E6-8905-A5EED211892E> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x6b292000 - 0x6b651ff3 +com.modartt.Pianoteq.AU (3.6.7 - 3.6.7/20110614) <F70ADF26-66C8-E3D3-70FF-9A4E3415CF1F> /Library/Audio/Plug-Ins/Components/Pianoteq.component/Contents/MacOS/Pianoteq
    0x8fe74000 - 0x8fea69c7  dyld (195.5 - ???) <2B3361DA-2FE2-33AD-A5B4-893CE882AE9C> /usr/lib/dyld
    0x90005000 - 0x90008ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9001d000 - 0x90115ff7  libFontParser.dylib (??? - ???) <83E7E71E-D217-3DEE-B288-F5BAE7E118C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90116000 - 0x90118ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90119000 - 0x90124ffc  com.apple.NetAuth (1.0 - 3.0) <E4844688-90B6-3834-9C36-395797CEBC69> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90163000 - 0x90186fff  com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90187000 - 0x901b0ffe  com.apple.shortcut (2.0 - 2.0) <4DF3F5CB-B510-3B85-878B-FA293D3F1EAF> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x901b1000 - 0x901b1fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x901b2000 - 0x902c9fe9  com.apple.WebKit (7534.52 - 7534.52.7) <BC37DBEF-DC40-3FF0-A2EA-7B445FE4A3A8> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x902ca000 - 0x906bdfeb  com.apple.VideoToolbox (1.0 - 705.42) <3F12F8A3-ED41-3EAD-A887-B7805353122C> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x906c4000 - 0x906d5fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x906d6000 - 0x90717ff7  com.apple.CoreMedia (1.0 - 705.42) <B45070F1-4097-3BAD-AA7C-0F7AFD6EAC27> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9071d000 - 0x9071efff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x907cf000 - 0x907d7ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <97E73059-F645-33F4-BCC5-1FEA367D60D4> /usr/lib/system/libcopyfile.dylib
    0x907d8000 - 0x907e6fff  com.apple.opengl (1.7.5 - 1.7.5) <81166D23-DE8E-3938-AAD3-29B1FA5E446E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x907e8000 - 0x907e8ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x907e9000 - 0x90839ff9  com.apple.QuickLookFramework (3.1 - 500.1) <28CB604E-2426-3491-BF16-2CDFD4C392B0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9083a000 - 0x90881fff  com.apple.SystemConfiguration (1.11.1 - 1.11) <CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90882000 - 0x90882ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x90883000 - 0x908abff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x908ac000 - 0x908adff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <9EF47F4C-32F6-3379-A3DD-89183D821B48> /usr/lib/system/libunc.dylib
    0x908ae000 - 0x908eafff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <AA56493C-D7C6-3D4F-8DC8-855405AFF57B> /usr/lib/libcups.2.dylib
    0x908f8000 - 0x90911fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <7D458EB4-57CE-305E-99D7-2F06403F8097> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x90912000 - 0x90940ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90941000 - 0x90944ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x90945000 - 0x90a54ffb  com.apple.DesktopServices (1.6.1 - 1.6.1) <9F02752A-617B-3AC7-BCA1-F040C105EDDE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a55000 - 0x90a60ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
    0x90aa5000 - 0x90ad8fef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x90ad9000 - 0x90d4cfff  com.apple.CoreImage (7.82 - 1.0.1) <6C99F458-E83A-3538-9B71-2C8BD0C9DCD5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90d4d000 - 0x90d51fff  com.apple.CommonPanels (1.2.5 - 94) <DFA0D001-9890-32FB-B1BD-039DDA8F3E9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90d52000 - 0x90d5aff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <15D6D66D-4DB9-3BCA-87EE-02EE9B7B6189> /usr/lib/system/liblaunch.dylib
    0x90d5b000 - 0x90d64ff3  com.apple.CommonAuth (2.1 - 2.0) <D49B41B1-A5DD-366A-8C30-49E9B875AA13> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x90d65000 - 0x90d75ff7  libCRFSuite.dylib (??? - ???) <B68CDEA4-8D6E-3625-B80F-3489E321E858> /usr/lib/libCRFSuite.dylib
    0x90d76000 - 0x90dd7ffb  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <089D78E0-46A6-38DB-9545-7F35CC815939> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90dd8000 - 0x90defff8  com.apple.CoreMediaAuthoring (2.0 - 889) <519FCE65-14B9-31B6-BA55-256DEBB2B79D> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x90ef0000 - 0x90efbff4  com.apple.CrashReporterSupport (10.7.2 - 347) <7352D11E-5A9E-3D59-A8C5-F393AA6BA793> /S

    This looks like another Melodye problem, although not exactly the same as previously discussed, where Logic won't open (the problem was the old Rewire device files rather than Melodyne itself)
    Maybe you have an old version of Melodyne or a demo version?  I'd remove it and see if that fixes it anyway - not entirely sure, maybe someone else has more of a clue - there must be a solution anyway, so this response will take it back to the top.

  • Prevent creation of .DS_Store files under Lion

    I'm trying to do this on network drives; I understand it may not be possible on local drives.  So I ran this command as sudo:
    defaults write com.apple.desktopservices DSDontWriteNetworkStores true
    It didn't work.  It's still creating the files.  I'm running 10.7.3 on a Macbook Pro.  Is this even supposed to work under Lion?

    You could try the free utility TinkerTool:

  • Preview crash, ghost Spaces. OSX Lion

    Hi,
    I've just upgraded my iMac to Lion.
    I've used Time Machine backup to move from my old MacBook all my data.
    Since then, I've had few problem with the system. First I have three accounts on my mac, and Preview is working just fine on all accounts but mine, and I'm the admin.
    Everytime it shut, I started to send to Apple the data of the crash, but I really don't know what else to do.
    If you want/need the report, I'll enclose it.
    Second problem, I used Spaces before Mission Control (and I'm really happy with that now), and I used to put some app in some Spaces rather than another.
    Now, that remained the same, but I don't need anymore that feature and everytime I click an app without thinking about it the screen moves (like I pushed ctrl+left/right) and it's really annoying.
    So here my questions: how to fix Preview? Reinstall?
    And how to reset all the ghost Spaces features in one (hopefully) or more steps?
    Thank you.
    (I think that my english is not really good, but that is the only I know. Sorry 'bout that)

    mine crashes and it says
    "Illegal instruction: 4"
    lipo did not fix it for me either (removing architectures etc..

  • HOW DO I OPEN MY IPHOTO. IT IS GIVING ME AN ERROR :*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'

    I have been trying to open my Iphoto and it is keep closing it immediatley after i open, and asks to reopen to send a report to Apple, but still nothing.
    i am not sure what to do!!!

    As a test launch iPhoto with the Option key held down and try to create a new, test library. Can you?  If not then try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iPhoto folder (Snow Leopard and Earlier).
    or with Lion and Mt. Lion from the User/Library/Containers/com.apple.iPhoto/
    Data/Library/Caches/com.apple.iPhoto folder
    3 - try to launch iPhoto  again.
    NOTE 1: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    NOTE 2:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    If the test library will open normally without crashing you need to repair your current library:  apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    iPhoto 8 (09) and earlier- run the options indicated
    iPhoto 9 (11) and later- run  Option #4 to rebuild the database
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager (iPhoto 8 or earlier or IPhoto 11 and later) and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the
    File ➙ Rebuild Library (iPhoto 8 or earlier)
    or
    Library ➙ Rebuild Library (iPhoto 9 or later)
    menu option to rebuild the library.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • I cannot find the "save as" under Lion.

    I frequesntly reuse documents I have created and change sections. I want to save the changed document in a new folde. I used to go to "Save as" and change the document name and location. This is the procedure described in the pags help section. Using pages under Lion I cannot find a save as command. If I try save a version, I do not have the option to change the location. I can save as a template and put it anywhere I want and rename it, but I that is an ackward solution. How do find and install the "save as" command

    Apple engineers failed to update the help but they updated the User Guides.
    Since the Lion delivery there are numerous threads upon the Save As… removal.
    Every asker is supposed to search in existing threads before creating a new one.
    Searching for the keyword Save As was the logical behavior.
    Yvan KOENIG (VALLAURIS, France) jeudi 15 décembre 2011 19:44:40
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community

  • After upgrading to mountain lion preview crashed

    After a upgrade from Lion to Mountain Lion the preview app crash all the time. After the start of the app they ask for admin account to repair a library. 
    But with the admin account the library repair is not working and preview crash again.
    I upgrade also my MacBook Pro and there is the same issue.
    I did already the following steps:
    - reboot and install the latest update package from Apple
    - permission repair with the disk utility
    But nothing helps at the moment.
    Here attached the error log.
    Process:         Preview [392]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         6.0.1 (765.6)
    Build Info:      Preview-765006000000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [130]
    User ID:         501
    Date/Time:       2013-10-07 20:24:54.099 +0200
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          1626 sec
    Crashes Since Last Report:           1
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      D2DB99E6-780F-73B3-E616-35C544386240
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    Sandbox creation failed: Container object initialization failed: The operation couldn’t be completed. Permission denied
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libxpc.dylib                            0x00007fff8fd7a21a _xpc_runtime_init_once + 1029
    1   libdispatch.dylib                       0x00007fff8c6200b6 _dispatch_client_callout + 8
    2   libdispatch.dylib                       0x00007fff8c620041 dispatch_once_f + 50
    3   libxpc.dylib                            0x00007fff8fd71919 _xpc_runtime_set_domain + 190
    4   libxpc.dylib                            0x00007fff8fd70e90 _libxpc_initializer + 430
    5   libSystem.B.dylib                       0x00007fff951fab2d libSystem_initializer + 172
    6   dyld                                    0x00007fff63420378 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 236
    7   dyld                                    0x00007fff63420762 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 46
    8   dyld                                    0x00007fff6341d06e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 380
    9   dyld                                    0x00007fff6341cfc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    10  dyld                                    0x00007fff6341cfc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    11  dyld                                    0x00007fff6341ceba ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
    12  dyld                                    0x00007fff6340efc0 dyld::initializeMainExecutable() + 207
    13  dyld                                    0x00007fff63412b04 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 3060
    14  dyld                                    0x00007fff6340e397 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 761
    15  dyld                                    0x00007fff6340e05e _dyld_start + 54
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000079  rbx: 0x00007f952040f580  rcx: 0xdee28d52da0b5420  rdx: 0x0000000000000060
      rdi: 0x0000000000000000  rsi: 0x00007fff5c3efe78  rbp: 0x00007fff5c3f11d0  rsp: 0x00007fff5c3f0330
       r8: 0x00007fff5c3f0300   r9: 0x00007f952040f960  r10: 0x00007f9520406f00  r11: 0x00007fff5c3f05b9
      r12: 0x00007fff5c3f05a0  r13: 0x00007fff5c3f034c  r14: 0x0000000000000001  r15: 0x00007f952040f960
      rip: 0x00007fff8fd7a21a  rfl: 0x0000000000010202  cr2: 0x00007fff794d5690
    Logical CPU: 1
    Binary Images:
           0x10380d000 -        0x103a1dfff  com.apple.Preview (6.0.1 - 765.6) <E8F55A45-AB0E-3FF1-81A0-F80386CAD031> /Applications/Preview.app/Contents/MacOS/Preview
           0x103ac2000 -        0x103af8fff  com.apple.MediaUI (1.1 - 22) <49961E63-DCC6-3092-8009-F856B902DA85> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x103b2c000 -        0x103f35ff7  com.apple.SceneKit (3.3 - 155.6) <D27CE6BD-4D67-3763-8795-FF1C5E50B146> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff6340d000 -     0x7fff6344194f  dyld (210.2.3) <8958FE97-5830-3928-BC38-23136E7D3783> /usr/lib/dyld
        0x7fff88744000 -     0x7fff8875fff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
        0x7fff88760000 -     0x7fff887b7ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff887b8000 -     0x7fff887befff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff88809000 -     0x7fff8886cfff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8886d000 -     0x7fff8886dfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff888b1000 -     0x7fff888c4ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff888c5000 -     0x7fff888d9fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff888da000 -     0x7fff88906fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff88907000 -     0x7fff88938ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88939000 -     0x7fff88c69fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff88c6a000 -     0x7fff88cadff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff88d2c000 -     0x7fff88d39fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff88d3a000 -     0x7fff88d94ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff88d9a000 -     0x7fff88dbfff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff88dc0000 -     0x7fff88de0fff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff88de1000 -     0x7fff88de3fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff89109000 -     0x7fff8920bfff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff89211000 -     0x7fff8925bff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8925e000 -     0x7fff892c6fff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff892c7000 -     0x7fff892d2fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff892d3000 -     0x7fff894d3fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff894d4000 -     0x7fff894ebfff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff894ec000 -     0x7fff894f2fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff894f3000 -     0x7fff89515ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff89516000 -     0x7fff8951afff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff89557000 -     0x7fff89591ff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff895cd000 -     0x7fff899c4fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff899c5000 -     0x7fff89a09fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
        0x7fff89a0a000 -     0x7fff89a56ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff89a57000 -     0x7fff89b54ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff89b58000 -     0x7fff89f75fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff89f76000 -     0x7fff89f78fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff89f7d000 -     0x7fff89f85fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff89f86000 -     0x7fff8a1bbff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8a1c1000 -     0x7fff8a1c2ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8aa26000 -     0x7fff8acddff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8ade8000 -     0x7fff8ae34fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <BCFA14A9-728C-371A-936E-2EDF2EC2F40F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8ae35000 -     0x7fff8ba62fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ba63000 -     0x7fff8bb35ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8bb36000 -     0x7fff8bb43ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8bb44000 -     0x7fff8bb46ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8bc4a000 -     0x7fff8bc4cff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8bc4d000 -     0x7fff8bf64ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8bf65000 -     0x7fff8bfbcff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8bfbd000 -     0x7fff8bfd7fff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8c1f4000 -     0x7fff8c1f8fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8c49e000 -     0x7fff8c4a2fff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8c4a3000 -     0x7fff8c4a3fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8c4a4000 -     0x7fff8c4a4fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8c4a5000 -     0x7fff8c4d0fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8c61e000 -     0x7fff8c633ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8c634000 -     0x7fff8c6cefff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8c6cf000 -     0x7fff8c705fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8c7c1000 -     0x7fff8c874ff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8c875000 -     0x7fff8c877fff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8c8c4000 -     0x7fff8c915ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c916000 -     0x7fff8cbb1ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8cbb2000 -     0x7fff8cc0eff7  com.apple.Symbolication (1.3 - 93) <FBF08E0D-2BBB-38FD-9881-873FC24F00DE> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8cc0f000 -     0x7fff8cc12fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8cc13000 -     0x7fff8cc95ff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8cc98000 -     0x7fff8d208ff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8d2a3000 -     0x7fff8d43efef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8d43f000 -     0x7fff8d4adff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d4ae000 -     0x7fff8d573ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8d574000 -     0x7fff8d5d0fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8d5ef000 -     0x7fff8d61dff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8d61e000 -     0x7fff8d7ccfff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8d823000 -     0x7fff8d82afff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d82b000 -     0x7fff8d884ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8eabb000 -     0x7fff8eb87ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
        0x7fff8ebcd000 -     0x7fff8ebf4ff7  com.apple.PerformanceAnalysis (1.16 - 16) <96A89CD5-16E9-37CA-8740-22B5DB5A4679> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ec36000 -     0x7fff8ec9ffff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8eca0000 -     0x7fff8ecccfff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8ecd3000 -     0x7fff8ededfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8edee000 -     0x7fff8edeffff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8edf0000 -     0x7fff8ef09fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8ef0a000 -     0x7fff8ef11fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8ef12000 -     0x7fff8ef16fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8ef17000 -     0x7fff8efb5ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8efb6000 -     0x7fff8f0b3fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8f0b4000 -     0x7fff8f14ffff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8f361000 -     0x7fff8f3b7fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8f3d0000 -     0x7fff8f3d7fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8f457000 -     0x7fff8f5b5fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8f615000 -     0x7fff8f70afff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8f70b000 -     0x7fff8f70bffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8f786000 -     0x7fff8f790fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8f791000 -     0x7fff8f7bbff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8f847000 -     0x7fff8f8afff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8f8b4000 -     0x7fff8f95aff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <E91B0882-E75C-30E9-8DCD-7A0EEE4405CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8f95b000 -     0x7fff8f9b0ff7  libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8f9b1000 -     0x7fff8f9c4ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8f9c5000 -     0x7fff8fa44ff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8fa45000 -     0x7fff8fa90fff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8fa91000 -     0x7fff8faa0ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8faa1000 -     0x7fff8fd50fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8fd5b000 -     0x7fff8fd5fff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8fd60000 -     0x7fff8fd6bff7  com.apple.DisplayServicesFW (2.7.2 - 357) <8AE56B58-A521-3F29-AAE2-10ADADBD30EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8fd6c000 -     0x7fff8fd8eff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff8fd8f000 -     0x7fff8fdaeff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8fdb0000 -     0x7fff8fdb3fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8fdc3000 -     0x7fff8fdc9ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8fdca000 -     0x7fff8fdcafff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8fdcb000 -     0x7fff8fdeaff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8fdfd000 -     0x7fff8ff4ffff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8ff5f000 -     0x7fff8ff5ffff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8ff61000 -     0x7fff9005ffff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff90134000 -     0x7fff9016afff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff9016b000 -     0x7fff901ebff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff901ec000 -     0x7fff90628fff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff90629000 -     0x7fff90fb9627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9101d000 -     0x7fff910aaff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff910ab000 -     0x7fff910bafff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff910f6000 -     0x7fff9110bfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff91136000 -     0x7fff91148ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff91149000 -     0x7fff9116afff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff9116b000 -     0x7fff91178fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff911fd000 -     0x7fff91225fff  libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff91233000 -     0x7fff9123efff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff9123f000 -     0x7fff913b0ff7  com.apple.QTKit (7.7.1 - 2599.41) <A645347D-3EEC-34A7-8051-A57AC60151EF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff913b1000 -     0x7fff913bcff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff913ca000 -     0x7fff9169bff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff9169c000 -     0x7fff917bcfff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff9180d000 -     0x7fff91811ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff91812000 -     0x7fff91817fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff91818000 -     0x7fff91877fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff919c6000 -     0x7fff919c7fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff919fd000 -     0x7fff91a3cff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff91c45000 -     0x7fff91c48ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff91c53000 -     0x7fff91c6afff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff92609000 -     0x7fff928adff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff928ae000 -     0x7fff9292ffff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff92930000 -     0x7fff92930fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92d87000 -     0x7fff92daefff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff92daf000 -     0x7fff92dbbfff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff92e03000 -     0x7fff92e0bff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff92e0c000 -     0x7fff92f2492f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff92f41000 -     0x7fff92f46fff  com.apple.OpenDirectory (10.8 - 151.10) <51E52779-4F5A-36B5-9297-67138547DCA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff93134000 -     0x7fff9320efff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff9320f000 -     0x7fff9356efff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff935df000 -     0x7fff93709fff  com.apple.avfoundation (2.0 - 361.40.1) <82E0EE8C-6026-33AD-8947-B20D2ED7B2E1> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff9377e000 -     0x7fff9377fff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff93787000 -     0x7fff93795fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff937f4000 -     0x7fff93888ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff93889000 -     0x7fff9389ffff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff938ac000 -     0x7fff938acfff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93930000 -     0x7fff93932fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff93933000 -     0x7fff9394afff  com.apple.CFOpenDirectory (10.8 - 151.10) <F7AD9844-559A-366E-8192-BB4FCF9EE7A3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff9394b000 -     0x7fff9394bfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff9394c000 -     0x7fff9394dff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff93998000 -     0x7fff939e7ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff939e8000 -     0x7fff93b5dff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff93bcf000 -     0x7fff93c1efff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff94127000 -     0x7fff94144ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff9414e000 -     0x7fff9419bfff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff9419c000 -     0x7fff9424dfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9424e000 -     0x7fff942a8fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff942ac000 -     0x7fff942cdff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff942ce000 -     0x7fff943d9fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff94430000 -     0x7fff945b6fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff945b7000 -     0x7fff945faff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff945fb000 -     0x7fff945fbfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff945fc000 -     0x7fff94669ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff94903000 -     0x7fff94940fef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff94941000 -     0x7fff94946fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff94947000 -     0x7fff94996ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff94997000 -     0x7fff94998fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff94999000 -     0x7fff94bf4ff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff94c86000 -     0x7fff94c89fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff94c8a000 -     0x7fff94d47ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff94ff0000 -     0x7fff94ffeff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff94fff000 -     0x7fff9500dff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
        0x7fff9500e000 -     0x7fff951f8ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff951f9000 -     0x7fff951faff7  libSystem.B.dylib (169.3) <0B1822D7-C557-3ED8-8DA8-E6F4CE99BC6C> /usr/lib/libSystem.B.dylib
        0x7fff951fb000 -     0x7fff95204ff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff9545a000 -     0x7fff9545afff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 350
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=180.8M resident=137.6M(76%) swapped_out_or_unallocated=43.1M(24%)
    Writable regions: Total=17.9M written=380K(2%) resident=860K(5%) swapped_out=0K(0%) unallocated=17.1M(95%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             9396K
    MALLOC guard page                    16K
    STACK GUARD                        56.0M
    Stack                              8192K
    __DATA                             15.6M
    __IMAGE                             528K
    __LINKEDIT                         54.1M
    __TEXT                            126.7M
    __UNICODE                           544K
    shared memory                        12K
    ===========                      =======
    TOTAL                             270.6M
    Model: iMac11,3, BootROM IM112.0057.B01, 4 processors, Intel Core i5, 2.8 GHz, 4 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54313235533654465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54313235533654465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.72.0-P2P
    Bluetooth: Version 4.1.7f2 12718, 3 service, 21 devices, 3 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: PIONEER DVD-RW  DVRTS09
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 5
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: hub_device, 0x0409  (NEC Corporation), 0x005a, 0xfd140000 / 5
    USB Device: hub_device, 0x0409  (NEC Corporation), 0x005a, 0xfd144000 / 6
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    FireWire Device: unknown_device, unknown_speed

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click anywhere in the following line on this page to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • OS X Lion : Preview crashes when starting 2nd print job.

    Just upgrated to Lion.
    Preview crashes on me when starting the 2nd print job in the same session.  The first print job is executed without a problem.  When I want to print a 2nd time Preview crashes and shows the error report (see below) and proposes to re-open.  After relaunching I can print without a problem - but again only 1 time.
    I have noticed another strange behaviour : Every time Preview opens, it will open the item selected (i.e. click on an image to view it and the image is shown), plus the last item viewd in Preview.  I don't know if this is related.
    Any suggestions anyone.
    ------------ ERROR REPORT ----------------
    Process:         Preview [7694]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         5.5 (719)
    Build Info:      Preview-719000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [230]
    Date/Time:       2011-08-05 17:08:00.382 +0200
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Sleep/Wake UUID: 7BA43DE7-C22F-467C-8610-02496E8C97D3
    Interval Since Last Report:          29355 sec
    Crashes Since Last Report:           23
    Per-App Interval Since Last Report:  4416 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      D45EF2CC-B427-4EAA-A453-D291DD2080A6
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000006465
    VM Regions Near 0x6465:
    -->
        __TEXT                 0000000102c2e000-0000000102e16000 [ 1952K] r-x/rwx SM=COW  /Applications/Preview.app/Contents/MacOS/Preview
    Application Specific Information:
    objc[7694]: garbage collection is OFF
    Performing @selector(printAllContainers:) from sender NSMenuItem 0x10305b3a0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0x0000000000006465 0 + 25701
    1   com.apple.print.framework.PrintCore          0x00007fff9386c9bb PMSessionGetDataFromSession + 30
    2   jp.konicaminolta.fw.C360.Core           0x000000010a45dee8 GetPPDReference + 49
    3   jp.konicaminolta.fw.C360.Core           0x000000010a45c267 UpdateSupportPageSize + 101
    4   jp.konicaminolta.fw.C360.Core           0x000000010a456fc3 -[KMPlugin3EE7CD91_6FF0_46C4_A7C7_AE473FB39689 updateDestinationSheet:] + 28
    5   com.apple.Foundation                    0x00007fff91999716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    6   com.apple.CoreFoundation                0x00007fff9366651a _CFXNotificationPost + 2634
    7   com.apple.Foundation                    0x00007fff919859cb -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    8   com.apple.print.framework.Print.Private          0x000000010966c849 0x109656000 + 92233
    9   com.apple.print.framework.Print.Private          0x000000010966dbe5 0x109656000 + 97253
    10  com.apple.print.framework.Print.Private          0x000000010966216a 0x109656000 + 49514
    11  com.apple.print.PrintingCocoaPDEs          0x0000000109bc96df 0x109bc2000 + 30431
    12  com.apple.print.PrintingCocoaPDEs          0x0000000109bcbc39 0x109bc2000 + 39993
    13  com.apple.print.PrintingCocoaPDEs          0x0000000109bc7247 0x109bc2000 + 21063
    14  com.apple.print.framework.Print.Private          0x00000001096588e1 0x109656000 + 10465
    15  com.apple.print.framework.Print.Private          0x000000010965da2d 0x109656000 + 31277
    16  com.apple.print.framework.Print.Private          0x000000010965ec16 0x109656000 + 35862
    17  com.apple.print.framework.Print.Private          0x00000001096617b1 0x109656000 + 47025
    18  com.apple.print.framework.Print.Private          0x0000000109674f07 0x109656000 + 126727
    19  com.apple.print.framework.Print.Private          0x00000001096756b4 0x109656000 + 128692
    20  com.apple.AppKit                        0x00007fff92b28a23 -[NSWindowController _windowDidLoad] + 566
    21  com.apple.AppKit                        0x00007fff92b20105 -[NSWindowController window] + 109
    22  com.apple.AppKit                        0x00007fff92e34cf5 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 606
    23  com.apple.AppKit                        0x00007fff92e31695 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 477
    24  com.apple.CoreFoundation                0x00007fff936ad11d -[NSObject performSelector:withObject:] + 61
    25  com.apple.AppKit                        0x00007fff92a2f852 -[NSApplication sendAction:to:from:] + 139
    26  com.apple.AppKit                        0x00007fff92b1c34f -[NSMenuItem _corePerformAction] + 399
    27  com.apple.AppKit                        0x00007fff92b1c086 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
    28  com.apple.AppKit                        0x00007fff92a997e3 -[NSMenu performKeyEquivalent:] + 281
    29  com.apple.AppKit                        0x00007fff92a98439 -[NSApplication _handleKeyEquivalent:] + 526
    30  com.apple.AppKit                        0x00007fff929909fa -[NSApplication sendEvent:] + 4354
    31  com.apple.Preview                       0x0000000102c311bc 0x102c2e000 + 12732
    32  com.apple.AppKit                        0x00007fff9292742b -[NSApplication run] + 548
    33  com.apple.AppKit                        0x00007fff92ba552a NSApplicationMain + 867
    34  com.apple.Preview                       0x0000000102c2fc64 0x102c2e000 + 7268
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff9395e7e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff922a860e _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff922a719e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff9395e192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff98de5594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff98de6b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff9395e192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff98de5594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff98de6b85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff9395e192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff98de5594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff98de6b85 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff9395dbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff98de7274 _pthread_cond_wait + 840
    2   com.apple.Foundation                    0x00007fff919def80 -[NSCondition wait] + 261
    3   com.apple.Foundation                    0x00007fff919d2314 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 975
    4   com.apple.Foundation                    0x00007fff919fd20a -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:modes:] + 84
    5   com.apple.CoreFoundation                0x00007fff936aa984 ___forwarding___ + 756
    6   com.apple.CoreFoundation                0x00007fff936aa618 _CF_forwarding_prep_0 + 232
    7   com.apple.imageKit                      0x00007fff93b6edee -[IKTaskManager taskLoop] + 374
    8   com.apple.Foundation                    0x00007fff919dd1ea -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff919dd162 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff98de38bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff98de6b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff9395e192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff98de5594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff98de6b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007f9614108b54  rbx: 0x00007f9612e2a340  rcx: 0x00000000000f62b8  rdx: 0x00007fff6282bb48
      rdi: 0x00007f9612e2a340  rsi: 0x000000010a4d3920  rbp: 0x00007fff6282bb00  rsp: 0x00007fff6282bae8
       r8: 0x00007f9612e0c520   r9: 0x00007f9612e0c520  r10: 0x0000000000000081  r11: 0x000000010a456fa7
      r12: 0x00007fff6282bbc0  r13: 0x00000000000f7e56  r14: 0x00007f9612e2a301  r15: 0x00007fff6282bb48
      rip: 0x0000000000006465  rfl: 0x0000000000010202  cr2: 0x0000000000006465
    Logical CPU: 1
    Binary Images:
           0x102c2e000 -        0x102e15fef  com.apple.Preview (5.5 - 719) <8F8450F1-AC7D-3468-AB39-323A5D1B1612> /Applications/Preview.app/Contents/MacOS/Preview
           0x102ea4000 -        0x102ec3fff  com.apple.MediaUI (1.0 - 1) <79541FEC-6ABC-3D34-92F0-AA469F48A878> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x1060cc000 -        0x106264ff7  GLEngine (??? - ???) <EE6CCAE3-1CA1-3C5E-A83C-BB56AB413AB3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x106297000 -        0x106390fff  libGLProgrammability.dylib (??? - ???) <7B17211F-D04C-3916-8176-1930C24BA421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1063b7000 -        0x1063e5ff7  GLRendererFloat (??? - ???) <AB59F7EA-62B1-3AA6-B940-47C0B6BC6DD9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x106a43000 -        0x106a46ff7 +jp.konicaminolta.print.pde.C360.Cover (3.7.0 - 3.7.0) <A96799FB-95A7-1720-5F1A-AEF680E95D51> /Library/Printers/KONICAMINOLTA/C360/PDEs/KONICA MINOLTA C360 Cover.plugin/Contents/MacOS/KONICA MINOLTA C360 Cover
           0x106ae3000 -        0x106ae3ff5 +cl_kernels (??? - ???) <4311A08B-1B9F-4FA9-B9D9-D7C0FC819367> cl_kernels
           0x107476000 -        0x1074aaff7  com.apple.printingprivate.framework.PrintingPrivate (7.0 - 68) <7AA400A0-15A9-3991-B9C3-4BBCE2579798> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
           0x1076a5000 -        0x1076b9ff7 +jp.konicaminolta.print.pde.C360.Finishing (3.7.0 - 3.7.0) <07FF0994-C48A-15C6-BAB9-DD6020683800> /Library/Printers/KONICAMINOLTA/C360/PDEs/KONICA MINOLTA C360 Finishing.plugin/Contents/MacOS/KONICA MINOLTA C360 Finishing
           0x1076fb000 -        0x107709fff +jp.konicaminolta.print.pde.C360.Tray (3.7.0 - 3.7.0) <B39A25D2-720F-6A9C-14F5-63D673B28F37> /Library/Printers/KONICAMINOLTA/C360/PDEs/KONICA MINOLTA C360 Tray.plugin/Contents/MacOS/KONICA MINOLTA C360 Tray
           0x107ab7000 -        0x107abdfef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x107ac3000 -        0x107ac6ff7  libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x107ade000 -        0x107adeffd +cl_kernels (??? - ???) <410DA900-E363-4CF8-83A9-CF08BC897FA8> cl_kernels
           0x107ae0000 -        0x107b73ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x107b96000 -        0x107b97ff3 +cl_kernels (??? - ???) <D89E8859-1AB1-468B-8290-53510B86CBE8> cl_kernels
           0x107baa000 -        0x107c3bff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x107c5d000 -        0x107c5eff3 +cl_kernels (??? - ???) <77A8458C-E7F8-4A13-A873-E6901F2DFEBD> cl_kernels
           0x107c66000 -        0x107c67ffc +cl_kernels (??? - ???) <6CA7F831-E847-485E-A36D-4B5C32E6064A> cl_kernels
           0x107f68000 -        0x107f7fff7 +jp.konicaminolta.print.pde.C360.PerPage (3.7.0 - 3.7.0) <66A2EA84-EA16-B9E0-8EEE-38F32FB02D6E> /Library/Printers/KONICAMINOLTA/C360/PDEs/KONICA MINOLTA C360 PerPage.plugin/Contents/MacOS/KONICA MINOLTA C360 PerPage
           0x10826b000 -        0x10828afe7 +jp.konicaminolta.print.pde.C360.Stamp (3.7.0 - 3.7.0) <6BCF434C-95E4-A7DB-9FEA-95175714E18B> /Library/Printers/KONICAMINOLTA/C360/PDEs/KONICA MINOLTA C360 Stamp.plugin/Contents/MacOS/KONICA MINOLTA C360 Stamp
           0x1095e7000 -        0x1095fcff7 +jp.konicaminolta.print.pde.C360.ImageQuality (3.7.0 - 3.7.0) <A1794E8D-E9E2-6302-C011-58B2F2BE536E> /Library/Printers/KONICAMINOLTA/C360/PDEs/KONICA MINOLTA C360 ImageQuality.plugin/Contents/MacOS/KONICA MINOLTA C360 ImageQuality
           0x109656000 -        0x10968dfff  com.apple.print.framework.Print.Private (7.0 - 378) <9EECB9C5-32C3-3CBE-8D9A-82E929A7D69A> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
           0x1096aa000 -        0x1096d2fe7 +jp.konicaminolta.print.pde.C360.Output (3.7.0 - 3.7.0) <2B7B73A3-D86F-5A00-9F6E-7C907EEA3316> /Library/Printers/KONICAMINOLTA/C360/PDEs/KONICA MINOLTA C360 Output.plugin/Contents/MacOS/KONICA MINOLTA C360 Output
           0x109bc2000 -        0x109c05ff7  com.apple.print.PrintingCocoaPDEs (7.0 - 378) <1F74062E-9981-3A7C-B018-6053AF0C4F42> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
           0x10a43d000 -        0x10a4cffff +jp.konicaminolta.fw.C360.Core (3.7.0 - 3.7.0) <D772DC19-84CF-9AAF-9027-E7DA39F24F8B> /Library/Printers/KONICAMINOLTA/C360/PDEs/pde.framework/Versions/A/pde
           0x10b47c000 -        0x10b4a5fff  libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AC4F634F-E01E-3796-A6BD-65B9E2167E6A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x200000000 -        0x20075ffff  com.apple.GeForceGLDriver (7.2.9 - 7.0.2) <5DB4B25D-E5DA-3EEB-A979-13FCBFA7958B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6282e000 -     0x7fff62862ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff8dda4000 -     0x7fff8e0bdff7  com.apple.AddressBook.framework (6.0 - 1043) <A6302279-FD1B-3BB7-8419-362425FC5568> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8e0be000 -     0x7fff8e852fff  com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8ef8c000 -     0x7fff8f01efff  com.apple.PDFKit (2.6 - 2.6) <F838E95F-DEE9-354A-A34A-F5335D0AF1E1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8f01f000 -     0x7fff8f1befff  com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8f1bf000 -     0x7fff8f1c0ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8f1c1000 -     0x7fff8f1c1fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8f284000 -     0x7fff8f2a1ff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
        0x7fff8f2a2000 -     0x7fff8f2e4ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8f2f1000 -     0x7fff8f317fff  com.apple.framework.internetaccounts (1.0 - 1) <64CC50BB-9EE4-36D1-969A-FDD2210026DC> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8f320000 -     0x7fff8f321fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff8f322000 -     0x7fff8f379fff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8f37a000 -     0x7fff8f3a5ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff8f3ec000 -     0x7fff8f401fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8f404000 -     0x7fff8f44bff7  com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8f44c000 -     0x7fff8f46fff7  com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8f470000 -     0x7fff8f475fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff8f476000 -     0x7fff8f480ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff8f64c000 -     0x7fff8f652ff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8f653000 -     0x7fff8f6a7ff7  com.apple.ImageCaptureCore (3.0 - 3.0) <C829E6A3-3EB6-3E1C-B9B8-759F56E34D3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8f6a8000 -     0x7fff8f6f0fff  com.apple.framework.CoreWLAN (2.0 - 200.46) <04AFD988-DDFB-330D-B042-C1EB2826A0CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8f6f1000 -     0x7fff8f724fff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8f83b000 -     0x7fff8f83bfff  com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8f83c000 -     0x7fff8ff0a9df  com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8ff0b000 -     0x7fff8ff10fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8ff1c000 -     0x7fff8ff1efff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
        0x7fff8ff74000 -     0x7fff90016ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff90017000 -     0x7fff90018fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90019000 -     0x7fff90079fff  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff9007a000 -     0x7fff9007afff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9007b000 -     0x7fff9007efff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff90131000 -     0x7fff9014dff7  com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff9037c000 -     0x7fff90478ff7  com.apple.avfoundation (2.0 - 180.23) <C4383696-561D-33F3-AD7C-51E672F580B2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff90479000 -     0x7fff904a6fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
        0x7fff904a7000 -     0x7fff904abff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff904be000 -     0x7fff90884fff  com.apple.MediaToolbox (1.0 - 705.35) <EC6755D1-58BC-36F5-AB66-143D03A0AF8C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff90885000 -     0x7fff908c8ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff908c9000 -     0x7fff90d70ff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff90d71000 -     0x7fff90d76fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff90d77000 -     0x7fff90d77fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff90d78000 -     0x7fff90d94fff  com.apple.ScriptingBridge (1.2.1 - ???) <7DCC43F7-9F5A-388D-A00D-70E2618731BA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff90dd3000 -     0x7fff90dd6fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff90dd7000 -     0x7fff911f2ff7  com.apple.RawCamera.bundle (3.7.2 - 573) <FF8D349E-E8DF-3D12-91E9-BA00C13D5359> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff911f3000 -     0x7fff911f7fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff911f8000 -     0x7fff91225fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff91226000 -     0x7fff9122afff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff9122b000 -     0x7fff91658fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff918be000 -     0x7fff918befff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff91950000 -     0x7fff91962ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff91963000 -     0x7fff9196ffff  com.apple.DirectoryService.Framework (10.7 - 144) <067ACB41-E9B7-3177-9EDE-C188D9B352DC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff91970000 -     0x7fff91982ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff91983000 -     0x7fff91c95fff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff91c96000 -     0x7fff91d2cff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff91d32000 -     0x7fff91da8fff  com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff91dd1000 -     0x7fff91dd1fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff91dd2000 -     0x7fff91dd4fff  libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff91dd5000 -     0x7fff91df4fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff91e30000 -     0x7fff91e3eff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff91e6b000 -     0x7fff91eefff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff91ef0000 -     0x7fff91ef0fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff91efa000 -     0x7fff91efdfff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff91efe000 -     0x7fff92100fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
        0x7fff92101000 -     0x7fff92106ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
        0x7fff92107000 -     0x7fff9213cfff  com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff9214b000 -     0x7fff921c0ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff921c1000 -     0x7fff921c7fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff921c8000 -     0x7fff9227afff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff9227b000 -     0x7fff922a4ff7  com.apple.framework.Apple80211 (7.0 - 700.57) <0D7D7E08-377B-32F0-AD91-673F992B5CFF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff922a5000 -     0x7fff922b3fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
        0x7fff922b4000 -     0x7fff92358fef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff92359000 -     0x7fff9235ffff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff92360000 -     0x7fff92363ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff92364000 -     0x7fff9236bff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff923fa000 -     0x7fff9244dfff  libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff9244e000 -     0x7fff92452fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff92453000 -     0x7fff924d5fff  com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff924f3000 -     0x7fff92500fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff92501000 -     0x7fff925e1fff  com.apple.CoreServices.OSServices (478.25 - 478.25) <CA11FC11-2F93-3C8A-8077-A67F381A3EBE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff925e2000 -     0x7fff925edfff  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff925fc000 -     0x7fff925fffff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff92628000 -     0x7fff9266afff  com.apple.corelocation (330.9 - 330.9) <ACE577F2-6EDE-3768-BF76-8632E8B81876> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff926c5000 -     0x7fff926c5fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff926c6000 -     0x7fff92765fff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff92922000 -     0x7fff9351afff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff9351b000 -     0x7fff93619ff7  com.apple.QuickLookUIFramework (3.0 - 489.1) <A8A82434-D43D-3F12-9321-B2E8EC9B4B8E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff9361a000 -     0x7fff937edff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff937ee000 -     0x7fff93852fff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff93853000 -     0x7fff938ceff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff938cf000 -     0x7fff938fafff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff938fb000 -     0x7fff9393cfff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff93947000 -     0x7fff93967fff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
        0x7fff93968000 -     0x7fff9397aff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff93aa2000 -     0x7fff93aa3fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
        0x7fff93aa4000 -     0x7fff93d1eff7  com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff93d64000 -     0x7fff94348faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff9434f000 -     0x7fff9435dfff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9435e000 -     0x7fff9435efff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff9435f000 -     0x7fff94366fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff94367000 -     0x7fff943dafff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff9440f000 -     0x7fff94462fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff94463000 -     0x7fff946d4fff  com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff946e0000 -     0x7fff946e5fff  com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff946f4000 -     0x7fff9470afff  libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9470b000 -     0x7fff94864ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff94926000 -     0x7fff9492cff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff94a30000 -     0x7fff94b33fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
        0x7fff94b34000 -     0x7fff94bc6fff  com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff94c07000 -     0x7fff94c24fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <CC86755A-6CF1-3DDF-A1B0-6F7F5BD7BB39> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff94c28000 -     0x7fff94d1dfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff94d22000 -     0x7fff94e37fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff94e38000 -     0x7fff94e55ff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff94e56000 -     0x7fff94eb0fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff94eb1000 -     0x7fff94eb1fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff94eb2000 -     0x7fff94ee1fff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff94ef0000 -     0x7fff94f8aff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff94f8b000 -     0x7fff955d9ff7  libclh.dylib (4.0.3 - 4.0.3) <C325AA07-5B58-399B-956A-898290177162> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff955da000 -     0x7fff955e5ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff955e6000 -     0x7fff957f3fff  com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff957f4000 -     0x7fff9592dfef  com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff95b4f000 -     0x7fff95b6cfff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff95b6d000 -     0x7fff95c4bff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff95c4c000 -     0x7fff95ca0ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff95cc0000 -     0x7fff95f97fff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff95f98000 -     0x7fff95fd7fff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff95fd8000 -     0x7fff95fe7fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff96336000 -     0x7fff9639dff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9639e000 -     0x7fff966c1fff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff966c2000 -     0x7fff966dcfff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff966dd000 -     0x7fff96762ff7  com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9677f000 -     0x7fff96795ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff96796000 -     0x7fff967e1fff  com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff967e2000 -     0x7fff967e9fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff9683c000 -     0x7fff96b55fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff96b56000 -     0x7fff96b57fff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff96b69000 -     0x7fff96b80fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff96b81000 -     0x7fff96bddff7  com.apple.QuickLookFramework (3.0 - 489.1) <26470DFE-B3D7-3E05-A4D7-98B64FCB230B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff96bde000 -     0x7fff96c0bff7  com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff96c25000 -     0x7fff96c60fff  com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff96c61000 -     0x7fff96d66ff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff96d67000 -     0x7fff96d6dfff  libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff96d6e000 -     0x7fff96d70fff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff96dce000 -     0x7fff96dd9ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff96dda000 -     0x7fff96e19ff7  libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff96e1a000 -     0x7fff96e68ff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
        0x7fff96e6b000 -     0x7fff96ebdff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff96ebe000 -     0x7fff96ee6ff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff96ee7000 -     0x7fff96ef2fff  com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff96fe5000 -     0x7fff97035fff  com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff97036000 -     0x7fff97037fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff97038000 -     0x7fff9705eff7  com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff9705f000 -     0x7fff971e9ff7  com.apple.QTKit (7.7.1 - 2246) <C8A57DE8-A86A-34B6-B6BA-565EE3B6D140> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff97213000 -     0x7fff972daff7  com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff972db000 -     0x7fff973ddff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
        0x7fff973de000 -     0x7fff97417fe7  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <D634E4B6-672F-3F68-8B6F-C5028151A5B4> /usr/lib/libssl.0.9.8.dylib
        0x7fff97418000 -     0x7fff97441fff  libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff97481000 -     0x7fff974e3ff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff974e4000 -     0x7fff9751efff  com.apple.DebugSymbols (2.1 - 85) <AEF473A5-25BF-3FB7-9A07-320D9CB85959> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff9751f000 -     0x7fff97525fff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff979c7000 -     0x7fff979ebff7  com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff979ec000 -     0x7fff97e1efe7  com.apple.VideoToolbox (1.0 - 705.35) <B1B9F159-EEE2-38BB-A55E-CDB335A7A226> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff97e1f000 -     0x7fff97e20ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff98c16000 -     0x7fff98d23fff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff98d24000 -     0x7fff98d94fff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff98d95000 -     0x7fff98e72fef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
        0x7fff98e73000 -     0x7fff98f3aff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <E05006B6-A597-3924-851A-FBEC493B598B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
        0x7fff98f3b000 -     0x7fff98f40fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff98f41000 -     0x7fff991afff7  com.apple.QuartzComposer (5.0 - 232) <CE01B3AC-C19F-3148-9301-615E8FD6F356> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff991b0000 -     0x7fff991b7fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
        0x7fff991fc000 -     0x7fff9920fff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff99210000 -     0x7fff99237fff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff99238000 -     0x7fff99239fff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
        0x7fff9929a000 -     0x7fff992d6fff  libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
        0x7fff9949b000 -     0x7fff9949dff7  com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff994e5000 -     0x7fff995f1fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff9960b000 -     0x7fff9976efff  com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff9976f000 -     0x7fff997d9fff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff997da000 -     0x7fff998bedef  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff99c17000 -     0x7fff99c85fff  com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff99c86000 -     0x7fff99c8efff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff99c8f000 -     0x7fff9a0aafff  com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff9a0ab000 -     0x7fff9a26cfe7  com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff9a26d000 -     0x7fff9a281ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff9a2b3000 -     0x7fff9a2dcfff  com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff9a2dd000 -     0x7fff9a2defff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff9a2df000 -     0x7fff9a3c6fff  com.apple.backup.framework (1.3 - 1.3) <C7F0B3B6-EAC1-3445-A705-E9F18A45D01D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff9a3c7000 -     0x7fff9a406ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
        0x7fff9a407000 -     0x7fff9a43cfff  libTrueTypeScaler.dylib (??? - ???) <DBF3758F-EA51-3009-840E-CA5B8B466F3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff9a43d000 -     0x7fff9a454fff  com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9a4e7000 -     0x7fff9a4f0fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 590
        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: 216469
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=205.2M resident=99.9M(49%) swapped_out_or_unallocated=105.3M(51%)
    Writable regions: Total=166.5M written=49.9M(30%) resident=104.5M(63%) swapped_out=0K(0%) unallocated=62.0M(37%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  3704K
    CG image                           2592K
    CG raster data                     6488K
    CG shared images                   3408K
    CoreAnimation                      6344K
    CoreGraphics                         20K
    CoreImage                            72K
    CoreServices                       1104K
    IOKit                              25.2M
    MALLOC                             98.9M
    MALLOC guard page                    64K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=251                       32K
    OpenCL                               52K
    OpenGL GLSL                        1372K
    OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
    STACK GUARD                        56.0M
    Stack                              11.0M
    VM_ALLOCATE                        16.7M
    __CI_BITMAP                          80K
    __DATA                             24.2M
    __IMAGE                            1256K
    __LINKEDIT                         48.9M
    __TEXT                            156.3M
    __UNICODE                           544K
    mapped file                        38.6M
    shared memory                      3612K
    ===========                      =======
    TOTAL                             506.0M
    TOTAL, minus reserved VM space    505.9M
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f5
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.6)
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9250315ASG, 250,06 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2504, 0x26400000 / 3
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x1010, 0x26410000 / 6
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0x26420000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0x26422000 / 5
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0x06300000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06610000 / 7
    ---------------------------- END ERROR REPORT --------------------------

    You could try adding your printer with the Generic PostScript PPD. You'll lose some of your printer specific features, but it should get you past the crash. This looks like a problem with the Minolta driver trying to reuse information from the previous print job.
    Hope this helps.

  • Preview crashing on yosemite whenever i open a pdf file

    preview crashing on yosemite whenever i open a pdf file
    Hi,
    Ever since i updated to yosemite my preview app keeps crashing every time I open a PDF file.
    Can anyone figure this out ?
    Here is the crash report:
    Process:          
    Preview [10399]
    Path:             
    /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:       
    com.apple.Preview
    Version:          
    8.0 (859.7)
    Build Info:       
    Preview-859007000000000~1
    Code Type:        
    X86-64 (Native)
    Parent Process:   
    ??? [1]
    Responsible:      
    Preview [10399]
    User ID:          
    501
    Date/Time:        
    2015-03-05 22:34:17.377 +0530
    OS Version:       
    Mac OS X 10.10.2 (14C109)
    Report Version:   
    11
    Anonymous UUID:   
    84C286D1-4263-F635-8D07-37CC70D78025
    Sleep/Wake UUID:  
    0EE5FBFA-59E1-48D2-9188-10BC1FD81364
    Time Awake Since Boot: 26000 seconds
    Time Since Wake:  
    680 seconds
    Crashed Thread:   
    11  Dispatch queue: NSOperationQueue 0x7fab68815160 :: NSOperation 0x7fab684ce800 (QOS: USER_INITIATED)
    Exception Type:   
    EXC_CRASH (SIGABRT)
    Exception Codes:  
    0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    *** error for object 0x7fab63785510: pointer being freed was not allocated
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib  
    0x00007fff9368d4de mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff9368c64f mach_msg + 55
    2   com.apple.CoreFoundation
    0x00007fff8c269b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation
    0x00007fff8c268ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation
    0x00007fff8c268858 CFRunLoopRunSpecific + 296
    5   com.apple.HIToolbox     
    0x00007fff90984aef RunCurrentEventLoopInMode + 235
    6   com.apple.HIToolbox     
    0x00007fff9098486a ReceiveNextEventCommon + 431
    7   com.apple.HIToolbox     
    0x00007fff909846ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    8   com.apple.AppKit        
    0x00007fff8e94df81 _DPSNextEvent + 964
    9   com.apple.AppKit        
    0x00007fff8e94d730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    10  com.apple.AppKit        
    0x00007fff8e941593 -[NSApplication run] + 594
    11  com.apple.AppKit        
    0x00007fff8e92ca14 NSApplicationMain + 1832
    12  libdyld.dylib           
    0x00007fff9355f5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff93693232 kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff90870a6a _dispatch_mgr_thread + 52
    Thread 2:: CVDisplayLink
    0   libsystem_kernel.dylib  
    0x00007fff93692136 __psynch_cvwait + 10
    1   com.apple.CoreVideo     
    0x00007fff8fcbbff8 CVDisplayLink::waitUntil(unsigned long long) + 240
    2   com.apple.CoreVideo     
    0x00007fff8fcbb4b3 CVDisplayLink::runIOThread() + 511
    3   com.apple.CoreVideo     
    0x00007fff8fcbb29b startIOThread(void*) + 147
    4   libsystem_pthread.dylib 
    0x00007fff953e7268 _pthread_body + 131
    5   libsystem_pthread.dylib 
    0x00007fff953e71e5 _pthread_start + 176
    6   libsystem_pthread.dylib 
    0x00007fff953e541d thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x00007fff9368d4de mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff9368c64f mach_msg + 55
    2   com.apple.CoreFoundation
    0x00007fff8c269b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation
    0x00007fff8c268ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation
    0x00007fff8c268858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit        
    0x00007fff8eab133b _NSEventThread + 137
    6   libsystem_pthread.dylib 
    0x00007fff953e7268 _pthread_body + 131
    7   libsystem_pthread.dylib 
    0x00007fff953e71e5 _pthread_start + 176
    8   libsystem_pthread.dylib 
    0x00007fff953e541d thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 10:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib  
    0x00007fff9369248a __semwait_signal + 10
    1   libsystem_c.dylib       
    0x00007fff8bd46e50 usleep + 54
    2   com.apple.AppKit        
    0x00007fff8eb5e763 -[NSUIHeartBeat _heartBeatThread:] + 2376
    3   com.apple.Foundation    
    0x00007fff925f990a __NSThread__main__ + 1345
    4   libsystem_pthread.dylib 
    0x00007fff953e7268 _pthread_body + 131
    5   libsystem_pthread.dylib 
    0x00007fff953e71e5 _pthread_start + 176
    6   libsystem_pthread.dylib 
    0x00007fff953e541d thread_start + 13
    Thread 11 Crashed:: Dispatch queue: NSOperationQueue 0x7fab68815160 :: NSOperation 0x7fab684ce800 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib  
    0x00007fff93692286 __pthread_kill + 10
    1   libsystem_c.dylib       
    0x00007fff8bd25b53 abort + 129
    2   libsystem_malloc.dylib  
    0x00007fff97aee937 free + 428
    3   com.apple.CoreGraphics  
    0x00007fff8c987cad load_font + 138
    4   com.apple.CoreGraphics  
    0x00007fff8c9881a5 CGPDFFontGetFont + 33
    5   com.apple.CoreGraphics  
    0x00007fff8c99d201 cid_draw + 259
    6   com.apple.CoreGraphics  
    0x00007fff8c9874d7 CGPDFTextLayoutDrawGlyphs + 81
    7   com.apple.CoreGraphics  
    0x00007fff8cbe164a op_Tj + 68
    8   com.apple.CoreGraphics  
    0x00007fff8c91e3da pdf_scanner_handle_xname + 110
    9   com.apple.CoreGraphics  
    0x00007fff8c91d6be CGPDFScannerScan + 305
    10  com.apple.CoreGraphics  
    0x00007fff8c91ba3f CGPDFDrawingContextDrawPage + 521
    11  com.apple.CoreGraphics  
    0x00007fff8c91b7ec pdf_page_draw_in_context + 89
    12  com.apple.CoreGraphics  
    0x00007fff8c91b78c CGContextDrawPDFPage + 57
    13  com.apple.PDFKit        
    0x00007fff9589b7c8 -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 1877
    14  com.apple.PDFKit        
    0x00007fff9589bd04 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 627
    15  com.apple.Preview       
    0x00000001049da926 0x10495c000 + 518438
    16  com.apple.Foundation    
    0x00007fff926ce0d8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    17  com.apple.Foundation    
    0x00007fff925ba695 -[NSBlockOperation main] + 97
    18  com.apple.Foundation    
    0x00007fff9259932c -[__NSOperationInternal _start:] + 653
    19  com.apple.Foundation    
    0x00007fff92598f33 __NSOQSchedule_f + 184
    20  libdispatch.dylib       
    0x00007fff9086dc13 _dispatch_client_callout + 8
    21  libdispatch.dylib       
    0x00007fff90871365 _dispatch_queue_drain + 1100
    22  libdispatch.dylib       
    0x00007fff90872ecc _dispatch_queue_invoke + 202
    23  libdispatch.dylib       
    0x00007fff908706b7 _dispatch_root_queue_drain + 463
    24  libdispatch.dylib       
    0x00007fff9087efe4 _dispatch_worker_thread3 + 91
    25  libsystem_pthread.dylib 
    0x00007fff953e7637 _pthread_wqthread + 729
    26  libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 12:: Dispatch queue: com.apple.root.default-qos
    0   libsystem_kernel.dylib  
    0x00007fff9369248a __semwait_signal + 10
    1   com.apple.Foundation    
    0x00007fff92622f9e +[NSThread sleepForTimeInterval:] + 154
    2   com.apple.Preview       
    0x00000001049dcfad 0x10495c000 + 528301
    3   com.apple.Preview       
    0x00000001049d898d 0x10495c000 + 510349
    4   libdispatch.dylib       
    0x00007fff90872323 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib       
    0x00007fff9086dc13 _dispatch_client_callout + 8
    6   libdispatch.dylib       
    0x00007fff9087088f _dispatch_root_queue_drain + 935
    7   libdispatch.dylib       
    0x00007fff9087efe4 _dispatch_worker_thread3 + 91
    8   libsystem_pthread.dylib 
    0x00007fff953e7637 _pthread_wqthread + 729
    9   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib  
    0x00007fff9369294a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 16:: Dispatch queue: NSOperationQueue 0x7fab68815160 :: NSOperation 0x7fab68765060 (QOS: USER_INITIATED)
    0   com.apple.CoreGraphics  
    0x00007fff8c8e9005 pdf_lexer_scan + 1630
    1   com.apple.CoreGraphics  
    0x00007fff8c91d630 CGPDFScannerScan + 163
    2   com.apple.CoreGraphics  
    0x00007fff8c91ba3f CGPDFDrawingContextDrawPage + 521
    3   com.apple.CoreGraphics  
    0x00007fff8c91b7ec pdf_page_draw_in_context + 89
    4   com.apple.CoreGraphics  
    0x00007fff8c91b78c CGContextDrawPDFPage + 57
    5   com.apple.PDFKit        
    0x00007fff9589b7c8 -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 1877
    6   com.apple.PDFKit        
    0x00007fff9589bd04 -[PDFPage(PDFPagePrivate) thumbnailOfSize:forBox:] + 627
    7   com.apple.Preview       
    0x00000001049da926 0x10495c000 + 518438
    8   com.apple.Foundation    
    0x00007fff926ce0d8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    9   com.apple.Foundation    
    0x00007fff925ba695 -[NSBlockOperation main] + 97
    10  com.apple.Foundation    
    0x00007fff9259932c -[__NSOperationInternal _start:] + 653
    11  com.apple.Foundation    
    0x00007fff92598f33 __NSOQSchedule_f + 184
    12  libdispatch.dylib       
    0x00007fff9086dc13 _dispatch_client_callout + 8
    13  libdispatch.dylib       
    0x00007fff90871365 _dispatch_queue_drain + 1100
    14  libdispatch.dylib       
    0x00007fff90872ecc _dispatch_queue_invoke + 202
    15  libdispatch.dylib       
    0x00007fff908706b7 _dispatch_root_queue_drain + 463
    16  libdispatch.dylib       
    0x00007fff9087efe4 _dispatch_worker_thread3 + 91
    17  libsystem_pthread.dylib 
    0x00007fff953e7637 _pthread_wqthread + 729
    18  libsystem_pthread.dylib 
    0x00007fff953e540d start_wqthread + 13
    Thread 11 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000000011e2473f8  rdx: 0x0000000000000000
      rdi: 0x000000000000b233  rsi: 0x0000000000000006  rbp: 0x000000011e247420  rsp: 0x000000011e2473f8
       r8: 0x0000000000000001   r9: 0x0000000000000000  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x0000000104d46000  r13: 0x0000000000000005  r14: 0x000000011e248000  r15: 0x0000000000000000
      rip: 0x00007fff93692286  rfl: 0x0000000000000206  cr2: 0x00007fff932f4020
    Logical CPU:
    0
    Error Code: 
    0x02000148
    Trap Number:
    133
    Binary Images:
    0x10495c000 -   
    0x104b1efef  com.apple.Preview (8.0 - 859.7) <487D571B-251B-39C4-8437-6313EB83D12C> /Applications/Preview.app/Contents/MacOS/Preview
    0x104bc8000 -   
    0x104cb1fff  com.apple.AnnotationKit (1.0 - 51.11) <9A9791EE-69B9-37B6-A34A-018CE49B248B> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/Annotation Kit
    0x104d4a000 -   
    0x10518eff7  com.apple.SceneKit (5.0 - 260.7.1) <61A4433D-A28A-37FF-BF20-1D69EDE78AF8> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
    0x105433000 -   
    0x1054b3ff3  com.apple.CoreHandwriting (96 - 1.2) <C016F95E-B454-39D0-A6D5-A99F46D908C0> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHand writing
    0x109d28000 -   
    0x109d28fef +cl_kernels (???) <0FEF2C04-CACE-4AB8-A1E0-476FF0F26FC7> cl_kernels
    0x109d37000 -   
    0x109d37ff5 +cl_kernels (???) <23D410B5-AA10-4A55-91D4-0DBB0D9B1526> cl_kernels
    0x109d39000 -   
    0x109e1ffef  unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x10b07a000 -   
    0x10b080ff7  com.apple.BookKit (1.1 - 255) <501D110F-42F7-390F-A070-54F557F3C006> /System/Library/PrivateFrameworks/BookKit.framework/BookKit
    0x10b301000 -   
    0x10b301ffe +cl_kernels (???) <AB40CC9D-B7DE-4F62-BECF-637EF72DCFC1> cl_kernels
    0x10fb16000 -   
    0x10fcc9ff3  libCMaps.A.dylib (775.16) <DEE8961E-EB3F-365A-922A-BF80AF1F3818> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps .A.dylib
    0x123400000000 -
    0x123400497ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.2.46 - 10.0.2) <FAB4E90C-87AB-309D-B779-DCAB132E1C8E> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0x7fff5fe8f000 -
    0x7fff5fec5837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
    0x7fff8818e000 -
    0x7fff882a6ffb  com.apple.CoreText (352.0 - 454.3) <B3B8C775-14FA-38F3-9CD5-830422AE9C49> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff882a7000 -
    0x7fff8837dff3  com.apple.DiskImagesFramework (10.10.1 - 396) <E7478685-E829-372A-A945-A512730D3312> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8837e000 -
    0x7fff88394ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <3EAFC9D1-8D7C-30CF-92C7-903A5C241763> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff88558000 -
    0x7fff88560fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff88594000 -
    0x7fff88596fff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
    0x7fff88597000 -
    0x7fff8859dfff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff8859e000 -
    0x7fff88661ff7  libvMisc.dylib (516) <A84F3A3B-D349-3FBC-B5A6-E0F572734073> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff88662000 -
    0x7fff886b3ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <56AA4060-63DF-3DF0-AB8A-880D0DD6F075> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff886b4000 -
    0x7fff886b4ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff886b5000 -
    0x7fff886bcfff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff8877c000 -
    0x7fff887aafff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8880f000 -
    0x7fff8893ffff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
    0x7fff88940000 -
    0x7fff88963fff  com.apple.Sharing (328.3.2 - 328.3.2) <F555679F-1CD1-3EB2-8E01-FCB80EF07330> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff88964000 -
    0x7fff88aa8ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff88adc000 -
    0x7fff88b54ff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff88b57000 -
    0x7fff88ec2fff  com.apple.VideoToolbox (1.0 - 1562.107) <2EAFB008-7F19-34C2-A5A6-43B4CD35FEF3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff88ec3000 -
    0x7fff88efefff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff89eb7000 -
    0x7fff89ee0ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff89ee1000 -
    0x7fff89f02fff  com.apple.framework.Apple80211 (10.1 - 1010.64) <A7378C4B-FFD3-35B9-93E8-0534A2A7B51F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff89f04000 -
    0x7fff89f3bffb  com.apple.LDAPFramework (2.4.28 - 194.5) <D22234AA-8B30-3010-8CF0-67516D52CC33> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff89f3c000 -
    0x7fff89fb0ff3  com.apple.securityfoundation (6.0 - 55126) <DEC91795-7754-334A-8CDA-B429F41B922D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff89fb1000 -
    0x7fff8a22cff7  com.apple.CoreData (111 - 526.1) <DC4F037B-B7F4-381A-B939-4414489D76BF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8a22d000 -
    0x7fff8a27eff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8a42b000 -
    0x7fff8a42bfff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8a42c000 -
    0x7fff8a5dbfff  GLEngine (11.1.1) <72892F1E-5ED5-3733-BE77-FC37CF69D801> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
    0x7fff8a5dc000 -
    0x7fff8a5deff7  libsystem_sandbox.dylib (358.1.1) <95312E09-DA28-324A-A084-F3E574D0210E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8a5ee000 -
    0x7fff8a66fff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8a694000 -
    0x7fff8a70afe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff8a70b000 -
    0x7fff8a899fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8a89a000 -
    0x7fff8a97efff  libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8aa16000 -
    0x7fff8aa2aff7  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8af6d000 -
    0x7fff8af7ffff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff8af80000 -
    0x7fff8af82fff  libsystem_configuration.dylib (699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8af83000 -
    0x7fff8af86ff7  com.apple.AppleSystemInfo (3.1 - 3.1) <B40B3737-42A5-3D57-9E87-D3905EE5BADB> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8af87000 -
    0x7fff8b116fff  libGLProgrammability.dylib (11.1.1) <90DE65E5-77DF-3646-B8E8-0462E240800A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8ba5f000 -
    0x7fff8babbfff  com.apple.QuickLookFramework (5.0 - 675.13) <70196DC4-E71B-37E8-AA15-B7FD21EC1012> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8baf3000 -
    0x7fff8bc15ff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <59E909E8-ED4A-33EA-B85D-D409BADDF854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8bc18000 -
    0x7fff8bc3eff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8bc3f000 -
    0x7fff8bc44ff7  libsystem_stats.dylib (163.10.18) <9B8CCF24-DDDB-399A-9237-4BEC225D2E8C> /usr/lib/system/libsystem_stats.dylib
    0x7fff8bc45000 -
    0x7fff8bcc7fff  com.apple.PerformanceAnalysis (1.0 - 1) <94F08B1A-F6AF-38D5-BE92-4FED34742966> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8bcc8000 -
    0x7fff8bd54ff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
    0x7fff8be9f000 -
    0x7fff8bea1fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff8bef8000 -
    0x7fff8bf13ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff8bf14000 -
    0x7fff8bf98fff  com.apple.ViewBridge (103.1 - 103.1) <BABD572C-58AA-362C-B246-D45DCD990D16> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff8bf99000 -
    0x7fff8c0d6fff  com.apple.ImageIO.framework (3.3.0 - 1232) <D7AF3CD2-FAB2-3798-9C26-914886852DCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8c0d7000 -
    0x7fff8c0dbfff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8c0f6000 -
    0x7fff8c0fbffb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
    0x7fff8c10b000 -
    0x7fff8c120ffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8c121000 -
    0x7fff8c146ff7  libPng.dylib (1232) <6E72AE55-AFB0-3FC4-80B2-EBC3353436B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8c1ea000 -
    0x7fff8c1f6ff7  libGPUSupportMercury.dylib (11.1.1) <D5AE513E-99FB-3D22-8FFC-9DAA26407DA3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x7fff8c1f7000 -
    0x7fff8c58dfff  com.apple.CoreFoundation (6.9 - 1152) <CBD1591C-405E-376E-87E9-B264610EBF49> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c58e000 -
    0x7fff8c597fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff8c8ae000 -
    0x7fff8c8affff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8c8b0000 -
    0x7fff8d107ffb  com.apple.CoreGraphics (1.600.0 - 775.16) <864C1845-C41E-314C-A3B4-438DC39E5FBC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8d13a000 -
    0x7fff8d172ffb  libsystem_network.dylib (411.1) <2EC3A005-473F-3C36-A665-F88B5BACC7F0> /usr/lib/system/libsystem_network.dylib
    0x7fff8d173000 -
    0x7fff8d1e1ffb  com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8d1e2000 -
    0x7fff8d1e7ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8d233000 -
    0x7fff8d2c8ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8d360000 -
    0x7fff8d364fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff8d4cc000 -
    0x7fff8d4d4fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8d4d5000 -
    0x7fff8d4effff  com.apple.AppleVPAFramework (1.2.10 - 1.2.10) <DC3D5A44-AB1E-32A9-9D22-FC922B52346A> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8d4f0000 -
    0x7fff8d8fdff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8d8fe000 -
    0x7fff8d9f0ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8da0f000 -
    0x7fff8df38ff7  com.apple.QuartzComposer (5.1 - 325.1) <ABCC8B0F-9961-37D3-B231-9F2B9E027411> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8df39000 -
    0x7fff8df7fffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8dfd7000 -
    0x7fff8dfdafff  com.apple.xpc.ServiceManagement (1.0 - 1) <5EFD45BF-B0CD-39F2-8232-6BA33E63E5D4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8e078000 -
    0x7fff8e0c7ff7  com.apple.opencl (2.4.2 - 2.4.2) <D16CFDE6-B5F7-301A-995E-8B583D8C675A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8e0c8000 -
    0x7fff8e0ecff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8e0ed000 -
    0x7fff8e11dff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8e161000 -
    0x7fff8e16bff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e16c000 -
    0x7fff8e189ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8e18a000 -
    0x7fff8e18cfff  com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8e18d000 -
    0x7fff8e1e7ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x7fff8e1e8000 -
    0x7fff8e310ff7  com.apple.coreui (2.1 - 305.6.1) <B56EC212-73C1-326F-B78C-EB856386296E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8e311000 -
    0x7fff8e41ffff  com.apple.desktopservices (1.9.2 - 1.9.2) <8670FD3B-8A5B-3D84-B21E-DF21140545A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8e420000 -
    0x7fff8e458fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8e45d000 -
    0x7fff8e477ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8e478000 -
    0x7fff8e489ff7  libsystem_coretls.dylib (35.1.2) <BC691CD1-17B6-39A5-BD02-AF973695FD1D> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8e54d000 -
    0x7fff8e572ff7  libJPEG.dylib (1232) <09466709-4742-3418-A0AC-116EF9714E2D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8e573000 -
    0x7fff8e607fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8e687000 -
    0x7fff8e692fff  libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8e693000 -
    0x7fff8e69bffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x7fff8e69c000 -
    0x7fff8e6a5ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8e6a6000 -
    0x7fff8e6b3ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff8e6b4000 -
    0x7fff8e6bcfe7  libcldcpuengine.dylib (2.4.5) <F9EF8060-5E40-3E88-BC38-7452649672B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x7fff8e6bd000 -
    0x7fff8e927fff  com.apple.imageKit (2.6.1 - 840) <8C974E7D-2258-3FBC-948C-D93226F42DCA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8e928000 -
    0x7fff8e929fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8e92a000 -
    0x7fff8f474ff7  com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8f475000 -
    0x7fff8f47afff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8f47b000 -
    0x7fff8f4c8ff3  com.apple.CoreMediaIO (601.0 - 4749) <ED45B200-08A1-3E72-8DE9-9901C94A7BCA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8f4c9000 -
    0x7fff8f4cbfff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x7fff8f4f4000 -
    0x7fff8f501ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x7fff8f502000 -
    0x7fff8f503fff  libSystem.B.dylib (1213) <90B107BC-FF74-32CC-B1CF-4E02F544D957> /usr/lib/libSystem.B.dylib
    0x7fff8f504000 -
    0x7fff8f51fff7  com.apple.aps.framework (4.0 - 4.0) <F3C3C246-101E-3E81-9608-D2D6E9352532> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff8f520000 -
    0x7fff8f56dff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8f56e000 -
    0x7fff8f572fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8f573000 -
    0x7fff8f576fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8f5e7000 -
    0x7fff8f5ecff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8f5ed000 -
    0x7fff8f615fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff8f6bb000 -
    0x7fff8f6bbfff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8f73d000 -
    0x7fff8fb90fc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8fb93000 -
    0x7fff8fb93fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8fb94000 -
    0x7fff8fbabff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x7fff8fbac000 -
    0x7fff8fbadffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff8fbba000 -
    0x7fff8fbc5fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8fc58000 -
    0x7fff8fcb3fff  libTIFF.dylib (1232) <29A5C7F7-D50B-35B3-8FA2-A55A47E497A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8fcb9000 -
    0x7fff8fce6fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8fcfa000 -
    0x7fff8fd10ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8fd11000 -
    0x7fff8fef6ff3  libicucore.A.dylib (531.31) <B08E00D5-13C6-3391-AB3A-8DE693D3B42E> /usr/lib/libicucore.A.dylib
    0x7fff8fef7000 -
    0x7fff8ff45fff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
    0x7fff8ff46000 -
    0x7fff8ff86ff7  libGLImage.dylib (11.1.1) <3986BFA3-4F55-380F-B01D-91BA9785D70C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8ff87000 -
    0x7fff8ff89ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8ffc7000 -
    0x7fff900defe7  libvDSP.dylib (516) <DFEDB210-49D1-3803-88A2-C61DB6A45C3D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff901c4000 -
    0x7fff90236ff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <FDFB1FBE-6A0E-3D63-828C-CD53500FCB0F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff90237000 -
    0x7fff9023bfff  libspindump.dylib (182) <085978DC-A34D-3B72-BC7B-025C35A0A373> /usr/lib/libspindump.dylib
    0x7fff9023c000 -
    0x7fff9029bff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff9032f000 -
    0x7fff9032fff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff90330000 -
    0x7fff9035bfff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff9035c000 -
    0x7fff904baffb  com.apple.avfoundation (2.0 - 889.102) <7D2E62AF-CDEA-394C-84B2-656629F00197> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff904bb000 -
    0x7fff904f5ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff906cf000 -
    0x7fff9083aff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff9083b000 -
    0x7fff9086bfff  com.apple.GSS (4.0 - 2.0) <FD154E62-F4CF-339D-B66C-AF4AED6A94A6> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff9086c000 -
    0x7fff90896ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff908b1000 -
    0x7fff90953ff7  com.apple.Bluetooth (4.3.2 - 4.3.2f6) <95676652-21AB-3FFA-B53D-EBC8BF4E913E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff90954000 -
    0x7fff90955fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff90956000 -
    0x7fff90c5affb  com.apple.HIToolbox (2.1.1 - 757.3) <D827FC03-5668-3AA4-AF0E-46EEF7358EEA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff90c5b000 -
    0x7fff90c5bfff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff90c5c000 -
    0x7fff91033fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff91034000 -
    0x7fff910efff7  com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff9134e000 -
    0x7fff91389fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff9138a000 -
    0x7fff9158446f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff91585000 -
    0x7fff915c5ff7  com.apple.CloudDocs (1.0 - 280.6) <C1179CEF-E058-3E16-BF90-C059FE7CDE77> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff915c6000 -
    0x7fff915d3fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
    0x7fff9160e000 -
    0x7fff91811ff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <E550C671-930F-3B12-8798-23898473E179> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff91821000 -
    0x7fff91a9dff3  com.apple.RawCamera.bundle (6.02 - 769) <1F0F0047-682F-39E3-BE26-2467BF5F0E22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff91d35000 -
    0x7fff91d36fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff91d37000 -
    0x7fff91d4aff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff91d56000 -
    0x7fff91d5cff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff91d5e000 -
    0x7fff91d8bfff  com.apple.Accounts (113 - 113) <990F0F61-6AC5-3076-932E-02A9A7F75AC4> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff91e25000 -
    0x7fff91f05fff  com.apple.QuickLookUIFramework (5.0 - 675.13) <A4B5E57E-F363-3C63-8861-4DCEAC3FB23B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff92591000 -
    0x7fff928bffff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff928c0000 -
    0x7fff928f2ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff928f3000 -
    0x7fff928ffff7  com.apple.OpenDirectory (10.10 - 187) <8B98ECCB-7EFA-3A58-BD2B-A0835D869B1A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff92900000 -
    0x7fff9297dfff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff9297e000 -
    0x7fff929a9fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff929aa000 -
    0x7fff92a3bff7  libCoreStorage.dylib (471.10.6) <892DEEE7-C8C7-35EA-931D-FF9862BDEB2B> /usr/lib/libCoreStorage.dylib
    0x7fff92a3c000 -
    0x7fff92a3dff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff92a6d000 -
    0x7fff92a78ff7  libkxld.dylib (2782.10.72) <68E07A32-28F5-3FBB-9D74-00B4F53C2FD4> /usr/lib/system/libkxld.dylib
    0x7fff92b1c000 -
    0x7fff92cccff7  com.apple.QuartzCore (1.10 - 361.15) <72A78C43-30DF-3748-9015-4B28119DB27B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff92ccd000 -
    0x7fff92dffff7  com.apple.MediaControlSender (2.0 - 215.15) <454420EB-E6FE-3074-8D58-67471E1D61E5> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x7fff92e00000 -
    0x7fff92e1ffff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff92e20000 -
    0x7fff92e22ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff92e23000 -
    0x7fff92e6cff3  com.apple.HIServices (1.22 - 520.12) <8EAC82AB-6A7D-3606-AF6F-60A9410D1278> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff92e6d000 -
    0x7fff92e78fff  com.apple.AppSandbox (4.0 - 238.10.1) <4C171026-DC9A-3CEE-AB42-110859674F61> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff92e96000 -
    0x7fff92e98fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later. 
    Isolating an issue by using another user account
    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear and again when you log in. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don’t do them all at once.
    Safe Mode - About
    Safe Mode - Yosemite

  • Preview crashing in mountain lion

    since upgrading to mountain lion, i cannot use preview anymore.  whether i launch the application or try to open a pdf or jpg by double clicking on the file, i get a lengthy error message.  having downloaded mountain lion from the app store, i am not sure quite what to do to remedy.  anyone encounted the same issues since upgrading?

    this is the error message i get:
    Process:         Preview [97963]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         6.0 (765)
    Build Info:      Preview-765000000000000~15
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [217]
    User ID:         501
    Date/Time:       2012-08-07 13:23:45.317 -0400
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  10
    Interval Since Last Report:          116383 sec
    Crashes Since Last Report:           12
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      D934CCBF-060E-450A-B377-BFD5066B64A2
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    XPC domain creation failed: The code signature is not valid: The operation couldn’t be completed. (OSStatus error -67061.)
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libxpc.dylib                            0x00007fff8816a24a _xpc_runtime_init_once + 1077
    1   libdispatch.dylib                       0x00007fff8bc360fa _dispatch_client_callout + 8
    2   libdispatch.dylib                       0x00007fff8bc36085 dispatch_once_f + 50
    3   libxpc.dylib                            0x00007fff88161919 _xpc_runtime_set_domain + 190
    4   libxpc.dylib                            0x00007fff88160e90 _libxpc_initializer + 430
    5   libSystem.B.dylib                       0x00007fff8ce48b2d libSystem_initializer + 172
    6   dyld                                    0x00007fff6c3e0378 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 236
    7   dyld                                    0x00007fff6c3e0762 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 46
    8   dyld                                    0x00007fff6c3dd06e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 380
    9   dyld                                    0x00007fff6c3dcfc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    10  dyld                                    0x00007fff6c3dcfc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    11  dyld                                    0x00007fff6c3dceba ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
    12  dyld                                    0x00007fff6c3cefc0 dyld::initializeMainExecutable() + 207
    13  dyld                                    0x00007fff6c3d2b04 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 3060
    14  dyld                                    0x00007fff6c3ce397 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 761
    15  dyld                                    0x00007fff6c3ce05e _dyld_start + 54
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000007c  rbx: 0x00007ff63840f4e0  rcx: 0x0bfc40701673fea0  rdx: 0x0000000000000060
      rdi: 0x0000000000000000  rsi: 0x00007fff5342feb8  rbp: 0x00007fff53431210  rsp: 0x00007fff53430370
       r8: 0x00007fff888d5294   r9: 0x00007ff63840f8f0  r10: 0x00007ff638402a60  r11: 0x00007fff5343055c
      r12: 0x00007fff53430540  r13: 0x00007fff5343038c  r14: 0x0000000000000001  r15: 0x00007ff63840f8f0
      rip: 0x00007fff8816a24a  rfl: 0x0000000000010206  cr2: 0x00007fff73cf3690
    Logical CPU: 1
    Binary Images:
           0x10c7cd000 -        0x10c9d6fef  com.apple.Preview (6.0 - 765) <94650271-E2F3-39EF-964E-C80991C45385> /Applications/Preview.app/Contents/MacOS/Preview
           0x10ca7b000 -        0x10cab1fff  com.apple.MediaUI (1.1 - 22) <49961E63-DCC6-3092-8009-F856B902DA85> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x10cae2000 -        0x10ceebff7  com.apple.SceneKit (3.0 - 155) <A95264BC-6259-3223-88F9-0A3B6E292F0D> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff6c3cd000 -     0x7fff6c40193f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff831f2000 -     0x7fff8344dfff  com.apple.QuartzComposer (5.1 - 281) <E2BADA0D-2078-36FD-A761-97F9430C3C1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8344e000 -     0x7fff834abfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff834ac000 -     0x7fff834daff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff834db000 -     0x7fff834defff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff834e7000 -     0x7fff834e9fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff834ea000 -     0x7fff8352dff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff83571000 -     0x7fff838cdff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff83913000 -     0x7fff83917ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff83918000 -     0x7fff83919fff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8391a000 -     0x7fff83b1afff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
        0x7fff83b1b000 -     0x7fff83b1cff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff83b1d000 -     0x7fff83baeff7  com.apple.CorePDF (2.0 - 2) <BD4EBB01-5A60-34F1-B9DD-AF745AA10902> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff83baf000 -     0x7fff83bb0ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff840aa000 -     0x7fff840b6ff7  com.apple.CrashReporterSupport (10.8 - 411) <FA7EA7CD-103D-30B1-BF2F-862E68A6B5B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff840b7000 -     0x7fff840bafff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff840bb000 -     0x7fff84112ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff84113000 -     0x7fff84169ff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8416a000 -     0x7fff84414fff  com.apple.imageKit (2.2 - 660) <C14E3765-B683-3530-9312-256CEF43A258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff84485000 -     0x7fff844a0ff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
        0x7fff844a1000 -     0x7fff84522fff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff84523000 -     0x7fff8483aff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8485f000 -     0x7fff848aaff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff848d8000 -     0x7fff84945ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff858ff000 -     0x7fff85906fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff85909000 -     0x7fff8592bff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff859fb000 -     0x7fff85df2fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff85df3000 -     0x7fff85df9fff  libGFXShared.dylib (8.5) <34093C75-3ECB-3899-A2C0-A52ECAA7C3FC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff85dfa000 -     0x7fff85e00fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff85e01000 -     0x7fff85e4efff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff85e4f000 -     0x7fff85e93fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff85e97000 -     0x7fff85f99fff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff85f9a000 -     0x7fff85fd9ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff85fda000 -     0x7fff86029ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
        0x7fff8602a000 -     0x7fff860d0fff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff860d1000 -     0x7fff8610efe7  libGLImage.dylib (8.5) <9583CF74-F84A-33C7-B06A-3A72F090E544> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8610f000 -     0x7fff8611eff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff861ad000 -     0x7fff86205ff7  com.apple.ImageCaptureCore (4.0 - 4.0) <43B3255C-7567-3508-B2C9-6D1CFA61DB83> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff86206000 -     0x7fff8620cfff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8620d000 -     0x7fff86212fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff86213000 -     0x7fff86220fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff86225000 -     0x7fff86227fff  libCVMSPluginSupport.dylib (8.5) <437A72B8-1FA6-346C-8949-D63164A062F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff86228000 -     0x7fff8622afff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8631e000 -     0x7fff86335fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff86394000 -     0x7fff86394fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff863c6000 -     0x7fff863c9ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff863ca000 -     0x7fff8647bfff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff868c5000 -     0x7fff86921fff  com.apple.QuickLookFramework (4.0 - 555.0) <8B163B8C-001E-3BBB-98ED-8173C68BC84C> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff86972000 -     0x7fff86ae3ff7  com.apple.QTKit (7.7.1 - 2599) <823F862A-4A34-3894-A36C-C6D91B8AF5A8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff86bfe000 -     0x7fff86e1cfff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff86e3e000 -     0x7fff86f58fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff86f5a000 -     0x7fff86ff4fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff87450000 -     0x7fff8745dfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8745e000 -     0x7fff87c06fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff87c07000 -     0x7fff87ca1fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff87ca2000 -     0x7fff87d20ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff87e92000 -     0x7fff8807bfff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88081000 -     0x7fff8813eff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8813f000 -     0x7fff8815bfff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8815c000 -     0x7fff8817eff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff8817f000 -     0x7fff8840ffff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff88452000 -     0x7fff88458ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff88459000 -     0x7fff884c2fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff884d7000 -     0x7fff885d5ff7  com.apple.QuickLookUIFramework (4.0 - 555.0) <BD4FD137-918A-3755-B2B5-4E552D85B460> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff885df000 -     0x7fff885e1fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88628000 -     0x7fff88633ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff88634000 -     0x7fff886d2fff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff886d3000 -     0x7fff887eba27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff887ec000 -     0x7fff887ecfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88835000 -     0x7fff88835fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff88836000 -     0x7fff888d3fff  com.apple.PDFKit (2.7 - 2.7) <00F5A07D-4F61-3BE7-8836-EB03DA904FB1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff888d4000 -     0x7fff889a0fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff889f6000 -     0x7fff88a16fff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff88a17000 -     0x7fff88a42fff  com.apple.framework.Apple80211 (8.0 - 800.15) <378C6564-96EC-3BFF-9AC0-8A6F87030254> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff88a43000 -     0x7fff88a43fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff88a44000 -     0x7fff88a52ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff88a8c000 -     0x7fff88c12fff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff88c13000 -     0x7fff88c1bfff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff88c61000 -     0x7fff88c64fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff88c6a000 -     0x7fff88c96fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff88cd3000 -     0x7fff88cd4fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff88cd5000 -     0x7fff88de0fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff88de1000 -     0x7fff88e2bff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff88e43000 -     0x7fff88e64ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff895a8000 -     0x7fff89682fff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff89683000 -     0x7fff89687fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff89695000 -     0x7fff89695fff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff89696000 -     0x7fff896abfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff896ac000 -     0x7fff896c0fff  libGL.dylib (8.5) <BE75219E-DC86-343A-983C-CA3ECADE659F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff896c1000 -     0x7fff896cafff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff896cb000 -     0x7fff896e1fff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff896e2000 -     0x7fff896efff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff896f0000 -     0x7fff89758ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff89759000 -     0x7fff8977dff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff8977e000 -     0x7fff897daff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff897db000 -     0x7fff8a405fff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8a487000 -     0x7fff8a48fff7  libsystem_dnssd.dylib (379.27) <057906EA-206E-3C35-B43F-5D936FD0A84F> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8a490000 -     0x7fff8a512fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8a513000 -     0x7fff8a92ffff  FaceCoreLight (2.0.1) <BEDAFBE8-CC12-343D-85D5-29B694DC97F6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8a930000 -     0x7fff8a944fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8a945000 -     0x7fff8a945fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a946000 -     0x7fff8a959ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8a95a000 -     0x7fff8a979fff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8ac4d000 -     0x7fff8ac5cff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8ac5d000 -     0x7fff8acacff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8acad000 -     0x7fff8ae48fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8b759000 -     0x7fff8b8ccff7  com.apple.CFNetwork (596.0.1 - 596.0.1) <82109BE9-19E2-399B-BACD-23D53814B873> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8b8cd000 -     0x7fff8b8ecff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8bc34000 -     0x7fff8bc49ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff8bd00000 -     0x7fff8bd21fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8bd22000 -     0x7fff8be1ffff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff8bf12000 -     0x7fff8c03bff7  com.apple.avfoundation (2.0 - 361.24) <513C9DCB-B670-3271-92E5-C5B90F2E34B8> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8c292000 -     0x7fff8c292ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8c293000 -     0x7fff8c388fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8c389000 -     0x7fff8c38dfff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8c38e000 -     0x7fff8c39cff7  libkxld.dylib (2050.7.9) <8194156D-8B7D-3881-AF62-BCBE3306EE49> /usr/lib/system/libkxld.dylib
        0x7fff8c39d000 -     0x7fff8c3a8fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c47b000 -     0x7fff8c748ff7  com.apple.security (7.0 - 55163.44) <E62305A2-958D-3EBC-B7E5-9A151D3E1777> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8c7ac000 -     0x7fff8c7adfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8c7bb000 -     0x7fff8c8dafff  com.apple.desktopservices (1.7.0 - 1.7.0) <F84224B1-BA28-31AF-8C89-1C2DBBFE4753> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8c925000 -     0x7fff8ca3eff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8ca3f000 -     0x7fff8ca79fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8caa2000 -     0x7fff8caacfff  com.apple.DisplayServicesFW (2.6 - 352.4.2) <7FF30C43-84D7-3305-B8AD-F9754F3C582B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8cabc000 -     0x7fff8cdebff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8cdec000 -     0x7fff8ce46fff  com.apple.print.framework.PrintCore (8.0 - 387) <3CA8A004-8F93-3936-9F9E-7030BD474D2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8ce47000 -     0x7fff8ce48ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff8ce49000 -     0x7fff8cf0efff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8cf11000 -     0x7fff8d309ff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8d340000 -     0x7fff8d340fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8d39c000 -     0x7fff8d39ffff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8d3a0000 -     0x7fff8d3b7fff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8d3b8000 -     0x7fff8d420fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8d512000 -     0x7fff8d514ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8d55a000 -     0x7fff8d5a6ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8d5a7000 -     0x7fff8d5aefff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8d5af000 -     0x7fff8d606ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8d607000 -     0x7fff8d619ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8d61a000 -     0x7fff8d61afff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d64e000 -     0x7fff8da8afff  com.apple.VideoToolbox (1.0 - 926.37) <2C623B6A-42C1-30C3-93A6-0A10880D07D3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8da8b000 -     0x7fff8dab5ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8dab6000 -     0x7fff8db87ff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8dbb2000 -     0x7fff8dbbcfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8dc45000 -     0x7fff8dc90fff  com.apple.framework.CoreWLAN (3.0 - 300.9) <8BAF8D34-3A22-3F27-B136-F39A04F9ACE9> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8dc91000 -     0x7fff8dcb7fff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8dcb8000 -     0x7fff8dd38ff7  com.apple.ApplicationServices.ATS (332 - 341) <0CAA1A5C-59DB-3ACE-8478-05D72CBB7C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8dd39000 -     0x7fff8dda6fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8de07000 -     0x7fff8de3dfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8de98000 -     0x7fff8e82939f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8e82a000 -     0x7fff8e852fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8e853000 -     0x7fff8e854ff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff8e855000 -     0x7fff8e859fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8e85a000 -     0x7fff8e874fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8e875000 -     0x7fff8ea23fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8ea24000 -     0x7fff8ea79ff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8ee0c000 -     0x7fff8ee37fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8ee38000 -     0x7fff8ee6efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8f11c000 -     0x7fff8f179ff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8f17a000 -     0x7fff8f17afff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8f457000 -     0x7fff8f45cfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8f45d000 -     0x7fff8f462fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8f519000 -     0x7fff8f616ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8f617000 -     0x7fff8f622fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8f623000 -     0x7fff8f66bfff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8f6a6000 -     0x7fff8f6fcfff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8f727000 -     0x7fff8f769fff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8f76a000 -     0x7fff8f76afff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8f7d2000 -     0x7fff8f7d6fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8f7e5000 -     0x7fff8f7f3fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8f809000 -     0x7fff8f81cff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8f81d000 -     0x7fff8fab6ff7  com.apple.JavaScriptCore (8536 - 8536.24) <3A80677B-3381-3281-8033-0F96F7D8D01A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8fab7000 -     0x7fff8fbfafef  com.apple.MediaControlSender (1.4.1 - 141.23) <983E0905-BA7A-35D3-9370-430032201712> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8fbfb000 -     0x7fff8fc4cfff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8fc4d000 -     0x7fff8fc4fff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8fc50000 -     0x7fff8fc77ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8fe02000 -     0x7fff8fe8fff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8fe90000 -     0x7fff8fec1fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8fece000 -     0x7fff9001efff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 10177
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=184.1M resident=79.3M(43%) swapped_out_or_unallocated=104.9M(57%)
    Writable regions: Total=17.9M written=372K(2%) resident=852K(5%) swapped_out=0K(0%) unallocated=17.1M(95%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             9396K
    MALLOC guard page                    16K
    STACK GUARD                        56.0M
    Stack                              8192K
    __DATA                             15.5M
    __IMAGE                             528K
    __LINKEDIT                         54.6M
    __TEXT                            129.5M
    __UNICODE                           544K
    shared memory                        12K
    ===========                      =======
    TOTAL                             273.9M
    Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.48f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.81.20)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3
    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, 0x8213, 0x06110000 / 5

  • Preview crash every time opening file

    I'm using MacBook Air 11" mid-11, OS X Yosemite (14A389)
    Preview starts crash every time after I opened a broken PDF, include images, pdf, once I click open, it crashed.
    It's functional before I opened that PDF.
    I've tried fixing permissions, restored computer.
    Process:               Preview [3578]
    Path:                  /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:            com.apple.Preview
    Version:               8.0 (859)
    Build Info:            Preview-859000000000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Preview [3578]
    User ID:               501
    Date/Time:             2014-10-20 10:48:18.007 +0800
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        3D733C96-C375-AF28-F748-D07467612EAC
    Sleep/Wake UUID:       15DD732B-89ED-4825-8998-B821C0EC6D2F
    Time Awake Since Boot: 12000 seconds
    Time Since Wake:       3000 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderSet initWithObjects:count:]: attempt to insert nil object from objects[0]'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff9156564c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8df796de objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff9141c82f -[__NSPlaceholderSet initWithObjects:count:] + 399
    3   CoreFoundation                      0x00007fff91498e5f +[NSSet setWithObject:] + 47
    4   AnnotationKit                       0x000000010595334c -[AKAttributeController _updateStateOnSenderFromSelf:] + 304
    5   AnnotationKit                       0x00000001059524f3 -[AKAttributeController _updateStateOnSender:] + 135
    6   AnnotationKit                       0x000000010594eeb6 -[AKAttributeController validateAttributeSender:] + 213
    7   AnnotationKit                       0x0000000105953add -[AKActionController validateSender:] + 206
    8   AnnotationKit                       0x0000000105915837 -[AKTextAttributesViewController validateUserInterfaceItems] + 116
    9   AnnotationKit                       0x00000001059919be -[AKToolbarViewController_Mac revalidateItems] + 411
    10  AnnotationKit                       0x0000000105951467 -[AKAttributeController _syncAttributesFromSelectedAnnotationsToUI] + 82
    11  AnnotationKit                       0x000000010594ef69 -[AKAttributeController setModelControllerToObserveForSelections:] + 143
    12  AnnotationKit                       0x0000000105923c98 -[AKController observeValueForKeyPath:ofObject:change:context:] + 887
    13  Foundation                          0x00007fff8e329c73 NSKeyValueNotifyObserver + 382
    14  Foundation                          0x00007fff8e328e48 NSKeyValueDidChange + 463
    15  Foundation                          0x00007fff8e32d9ad -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    16  CoreFoundation                      0x00007fff91521cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    17  CoreFoundation                      0x00007fff914131b4 _CFXNotificationPost + 3140
    18  Foundation                          0x00007fff8e322ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
    19  PDFKit                              0x00007fff921ca6fb -[PDFView(PDFViewInternal) goToPageNoPush:] + 286
    20  PDFKit                              0x00007fff921c5518 -[PDFView layoutDocumentView] + 430
    21  Preview                             0x00000001056b4325 Preview + 189221
    22  PDFKit                              0x00007fff921c0abf -[PDFView setDocument:] + 316
    23  Preview                             0x00000001056b65e8 Preview + 198120
    24  Preview                             0x000000010569b63e Preview + 87614
    25  Preview                             0x000000010569a8c4 Preview + 84164
    26  Preview                             0x0000000105691f99 Preview + 49049
    27  AppKit                              0x00007fff85dfc637 -[NSWindowController _windowDidLoad] + 586
    28  AppKit                              0x00007fff85de37f2 -[NSWindowController window] + 110
    29  Preview                             0x000000010568ffb6 Preview + 40886
    30  AppKit                              0x00007fff85de4971 -[NSWindowController showWindow:] + 36
    31  Preview                             0x000000010569143a Preview + 46138
    32  Foundation                          0x00007fff8e351fac -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 954
    33  Foundation                          0x00007fff8e351ab0 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
    34  Preview                             0x0000000105691363 Preview + 45923
    35  Preview                             0x0000000105690160 Preview + 41312
    36  Preview                             0x00000001057843fd Preview + 1041405
    37  libdispatch.dylib                   0x00007fff94680323 _dispatch_call_block_and_release + 12
    38  libdispatch.dylib                   0x00007fff9467bc13 _dispatch_client_callout + 8
    39  libdispatch.dylib                   0x00007fff94687cbf _dispatch_main_queue_callback_4CF + 861
    40  CoreFoundation                      0x00007fff914b8c59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    41  CoreFoundation                      0x00007fff914752ef __CFRunLoopRun + 2159
    42  CoreFoundation                      0x00007fff91474838 CFRunLoopRunSpecific + 296
    43  HIToolbox                           0x00007fff900e043f RunCurrentEventLoopInMode + 235
    44  HIToolbox                           0x00007fff900e01ba ReceiveNextEventCommon + 431
    45  HIToolbox                           0x00007fff900dfffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    46  AppKit                              0x00007fff85bba821 _DPSNextEvent + 964
    47  AppKit                              0x00007fff85bb9fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    48  AppKit                              0x00007fff85badf73 -[NSApplication run] + 594
    49  AppKit                              0x00007fff85b99424 NSApplicationMain + 1832
    50  libdyld.dylib                       0x00007fff919b55c9 start + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff917b0282 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff8b75cb73 abort + 129
    2   libc++abi.dylib               0x00007fff91b78a21 abort_message + 257
    3   libc++abi.dylib               0x00007fff91ba09d1 default_terminate_handler() + 267
    4   libobjc.A.dylib               0x00007fff8df7d6c6 _objc_terminate() + 103
    5   libc++abi.dylib               0x00007fff91b9e0a1 std::__terminate(void (*)()) + 8
    6   libc++abi.dylib               0x00007fff91b9e113 std::terminate() + 51
    7   libobjc.A.dylib               0x00007fff8df7d4ef objc_terminate + 9
    8   libdispatch.dylib             0x00007fff9467bc27 _dispatch_client_callout + 28
    9   libdispatch.dylib             0x00007fff94687cbf _dispatch_main_queue_callback_4CF + 861
    10  com.apple.CoreFoundation       0x00007fff914b8c59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    11  com.apple.CoreFoundation       0x00007fff914752ef __CFRunLoopRun + 2159
    12  com.apple.CoreFoundation       0x00007fff91474838 CFRunLoopRunSpecific + 296
    13  com.apple.HIToolbox           0x00007fff900e043f RunCurrentEventLoopInMode + 235
    14  com.apple.HIToolbox           0x00007fff900e01ba ReceiveNextEventCommon + 431
    15  com.apple.HIToolbox           0x00007fff900dfffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    16  com.apple.AppKit               0x00007fff85bba821 _DPSNextEvent + 964
    17  com.apple.AppKit               0x00007fff85bb9fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    18  com.apple.AppKit               0x00007fff85badf73 -[NSApplication run] + 594
    19  com.apple.AppKit               0x00007fff85b99424 NSApplicationMain + 1832
    20  libdyld.dylib                 0x00007fff919b55c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff917b122e kevent64 + 10
    1   libdispatch.dylib             0x00007fff9467ea6a _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: AK_buildFontFamilyMenuOperationQueue :: NSOperation 0x608000444d40 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff917ab52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff917aa69f mach_msg + 55
    2   libFontRegistry.dylib         0x00007fff909854cc XTSendCopyPropertiesForFontsMatchingRequestSandboxed + 160
    3   libFontRegistry.dylib         0x00007fff909935bb TGlobalFontRegistrySandboxedImp::CopyPropertiesForFontsMatchingRequest(__CFDict ionary const*, __CFSet const*, TFontQueryOptions const&) const + 247
    4   libFontRegistry.dylib         0x00007fff90975c8c XTCopyFontsWithProperties + 161
    5   com.apple.CoreText             0x00007fff8a0775a1 TDescriptorSource::CopyDescriptorsForRequest(__CFDictionary const*, __CFSet const*, CFComparisonResult (*)(void const*, void const*, void*), void*, unsigned long, TCFRef<__CFArray const*>*) const + 867
    6   com.apple.CoreText             0x00007fff8a024cda TDescriptorSource::CopyDescriptorForRequest(__CFDictionary const*, __CFSet const*, CFComparisonResult (*)(void const*, void const*, void*), void*, unsigned long) const + 138
    7   com.apple.CoreText             0x00007fff89ff9488 TDescriptor::CreateMatchingDescriptorInternal(__CFSet const*, bool) const + 600
    8   com.apple.CoreText             0x00007fff89ff911c TDescriptor::InitBaseFont(bool) + 38
    9   com.apple.CoreText             0x00007fff8a0591e2 CTFontDescriptorsCopyAttributesInternal(__CFArray const*, __CFSet const*, unsigned int, bool) + 466
    10  com.apple.CoreText             0x00007fff8a058ff2 CTFontDescriptorsCopyAttribute + 70
    11  com.apple.CoreText             0x00007fff8a06b4de TCollection::CopyFontAttribute(__CFString const*, unsigned int) const + 40
    12  com.apple.AnnotationKit       0x0000000105917cb4 __54-[AKTextAttributesViewController _buildFontFamilyMenu]_block_invoke + 135
    13  com.apple.Foundation           0x00007fff8e45d2e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    14  com.apple.Foundation           0x00007fff8e349905 -[NSBlockOperation main] + 97
    15  com.apple.Foundation           0x00007fff8e32859c -[__NSOperationInternal _start:] + 653
    16  com.apple.Foundation           0x00007fff8e3281a3 __NSOQSchedule_f + 184
    17  libdispatch.dylib             0x00007fff9467bc13 _dispatch_client_callout + 8
    18  libdispatch.dylib             0x00007fff9467f365 _dispatch_queue_drain + 1100
    19  libdispatch.dylib             0x00007fff94680ecc _dispatch_queue_invoke + 202
    20  libdispatch.dylib             0x00007fff9467e6b7 _dispatch_root_queue_drain + 463
    21  libdispatch.dylib             0x00007fff9468cfe4 _dispatch_worker_thread3 + 91
    22  libsystem_pthread.dylib       0x00007fff93dc16cb _pthread_wqthread + 729
    23  libsystem_pthread.dylib       0x00007fff93dbf4a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff917b0946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93dbf4a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff917ab52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff917aa69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff91475b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff91474fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff91474838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff85d1d8f7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff93dc12fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff93dc1279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff93dbf4b1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff917b0946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93dbf4a1 start_wqthread + 13
    Thread 6:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5a577dd8  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff5a577e00  rsp: 0x00007fff5a577dd8
       r8: 0x0000000000000000   r9: 0x00007fff8b786d90  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff5a577f60  r13: 0x00007fff5a578440  r14: 0x00007fff77dd9300  r15: 0x00007fff5a577e40
      rip: 0x00007fff917b0282  rfl: 0x0000000000000206  cr2: 0x00007fff76a8efd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x105686000 -        0x105847fef  com.apple.Preview (8.0 - 859) <9DF6E9C0-1392-3167-8E1C-F30DB717F9AB> /Applications/Preview.app/Contents/MacOS/Preview

    This seems to be user specific - I've had the same problem, all PDFs and image files crashing Preview, but after reinstalling OS X didn't fix it I tried launching preview to view a file from the guest account and it worked, so ended up creating a new account and just transferred my files (but not my settings) over. A pain, but a work around.

Maybe you are looking for

  • Printers suddenly lose wireless connection often

    I have two HP printers in my house, a Photosmart 6520 and 5520.  They were both working just fine for a year at least, and I've had other HP printers in the past that I used wirelessly with no issues. Within the last month, I've been having major iss

  • Office 2013 is compatible for BEX?.

    Hi All, My user is going update windows 7 with office 2013 , he is asking office 2013 will be supported to BEX?.  Please help me. Thanks, Madhu.

  • Ipod touch freezing

    My Ipod touch 1.1.4 with update has started freezing when in sleep mode i.e it will not wake up after going to sleep for more than 1 minute. I have to reset by holding the sleep and home keys down till the apple logo appears, I have also tried restor

  • Error in bapi BAPI_PR_CREATE while uploading

    HI Gurus,         I have program for uploading PR with BAPI. BAPI_PR_CREATE. while uploading without account assignment category  it is working fine. while enter account assignment category  v need to enter sales order no and item no. that is mandato

  • Auto populate a textfield based on users input

    Hi All, Working with Designer ES ver. 8.2, and I am looking to see if it is possible to auto fill another field based on an end users input. Example: End-user enters a 6 digit departmentCode for a program; in turn the field opposite to the department