RDI and TDCOPIES

Hello,
From a sapscript I create an RDI output. This works fine.
Now I would like to have in one file two documents just like you do with standard sapscript when with one spool order you can print several documents. For this I use the field tdcopies but I get two identical files with one document inside.
This is the first time I use the RDI option, is this the standard behavior ?
Thnaks for your help.

Hi Rich,
Thanks for the response. I think so, Just notified by the user that they are missing the rest of the data except the first characters when we move this to production.
If it is normal printing/preview it prints the whole thing, but when i change into RDI format, it prints only 1 characters.
The variable is long, for sure... i use the same variable twice in the same element, the first one is only the 1st character and the second one is the whole value.
in the sapscript in MAIN window:
/E  TEST_DUMMY
P1  &MYVARIABLE&
P1  &MYVARIABLE&
I assigned MYVARIABLE to 'THIS IS A TEST'
if i set the SAPScript for normal printing/preview I see:
THIS IS A TEST
THIS IS A TEST
but then i set as RDI file, I got:
H640....
S
MAIN  XXTESTDUMMY    MYVARIABLE      001T
MAIN    TESTDUMMY    MYVARIABLE      014THIS IS A TEST
Strange, very strange.... any idea?

Similar Messages

  • Using C functions from IA-32 assembly language

    Is it possible to use 32-bit assembly language to call C functions in 64-bit linux?
    Background: I'm learning 32-bit AT&T syntax Linux assembly language programming. The only reason for 32-bit is that's what's covered in the book I have. Some simple examples assemble, link, and execute in Arch 64 using GNU either gcc or as + ld -- with no changes either to code or command line flags.
    The problem: I'm having trouble with C function calls. Even after replacing register names (e.g., edi -> rdi) and mnemonics (e.g., movl -> movq), I find that a program which calls printf and exit never prints anything, and never returns. Hence the question.
    I can post code if needed (it's on my other machine), but this is really more of a general question -- is it possible to call C functions in Arch 64 using 32-bit AT&T syntax, and if so, how.
    Thanks!

    Not even a typo, just confusion. The CPU is an Intel Core 2 Duo -- so it's actually x86-64.
    I realize that NASM is not GAS, but checking the NASM manual helped me figure out a few things about calling 64-bit C functions:
        http://www.nasm.us/doc/nasmdo11.html
    It took a while to figure out how to correctly call printf. The missing clue was here:
        http://www.mit.edu/~6.035/handouts-2007 … convention
    printf reads the number of variable arguments from %rax. In this example, printf is called with no variable arguments:
    # c_functions.s - Calls 64-bit C functions putchar, printf, and exit
    .section .data
    a:
    .byte 'a'
    newline:
    .byte '\n'
    hello:
    .asciz "hello, world\n"
    .section .text
    .globl main
    main:
    movq a, %rdi # used as argument for putchar
    call putchar
    movq newline, %rdi # used as argument for putchar
    call putchar
    movq $hello, %rdi # first argument for printf (i.e., the format string)
    movq $0, %rax # number of variable arguments for printf
    call printf
    movq $0, %rdi
    call exit
    For simplicity, I compiled and linked with gcc (in other words, I let gcc figure out how to properly call as and ld):
        gcc c_functions.s
    If I can figure out how to pass variable arguments to printf, I'll post that. Based on the MIT reference linked above, it sounds like those arguments would be passed in SSE registers.

  • DQXI USA Regulatory Address Cleanse - Multiline Address Parse Drops Lines

    I'm trying to standardize an address (using DQXI USA Regulatory Address Cleanse) that contain address and building/room data. The standardization process seems to drop important pieces of the address that are needed for delivery.
    Input Data
    FirstName: Joe
    LastName: Smith
    Address: One University Boulevard
    AddressExt: Allison Hall 206-B
    City: Somewheresville
    State: MN
    Zip: 55558
    Cleanser Input Mapping
    Address -> MultiLine1
    AddressExt -> MultiLine2
    City -> Locality1
    State -> Region1
    Zip - > PostCode1
    Output
    best_delivery_primary_secondary_address: 1 UNIVERSITY BLVD
    No other standardized output field has the complete address.
    Obviously, this is missing the necessary "Allison Hall 206-B" information.
    Tried These Things
    Varying the cleanser's standardization options
    Mapping the input Address columns to Address_Line (which yields Allison Hall 206-B as the best_delivery_primary_secondary_address )
    Adding additional cleaner component output fields to try to access additional address data ( Extra1, Extra2, Extraneous_Secondary_Address_Data, Address_Line_Remainder1 ) and the data seems to be blank for the most part.
    Working with the global address cleanse, but will little luck other than passing through uncleansed address data.
    Questions
    Is there any way to get the address to be cleansed/standardized and maintain the valuable address data?
    Perhaps will I have to stitch multiple cleansers together to get both th USA-only fault-code along with some more flexibility in the global address cleanse?
    Another more reliable approach (like concatenating the address data and treating all as Multiline input data?

    I'm actually using the best output fields, I think the projects came defaulted to the best settings and I haven't changed them.  I did disable ELOT, DPV, RDI and LACSLINK as I don't need any of those features, but that's about all I've changed in the project..  The project is failing attemping to unregister the USA reg Address CleanseCass_UsaRegAddressCleanse_Transform.
    >
    Ryan Champlin wrote:
    > I'm guessing that you are using the "Stadardized" output fields rather than the "Best" output fields?  If you use the "Best" fields I think you'll be fine.
    >
    > Could you let me know if you got this working or if this works and we can go from there.
    >
    > Thanks,
    > Ryan

  • Using Bottomline Paybase special form printing - Help!

    First I apologize if this is not directly related to ABAP.  We are currently implementing SAP ECC 6.1.  Instead of printing special forms (AP check, Payroll Check and Direct Deposit advices) via SAP we will use the PayBase software from Bottomline Technologies.  Paybase is very simple; it reads text files that has the data for the forms and based on locating the data by row and column location in the text file it prints the special forms on a laser printer.  Our implementer is having difficulty producing a TEXT file from each form and instead has given us RDI files which has data tags associated with each data item to be printed.  These would work but not all data elements have unique data tags and not all fields that are on our forms are in the RDI files.  Actually, I am not sure what these RDI files are.  Again, we simply need a TEXT file for each type of form as they are produced by the business processes (Payroll, AP processing, etc.) that can be read by the Paybase software for printing.  Bottomline will simply change our PayBase program to look in the new spots for the data as compared to the current text files we use in our legacy applications we're migrating from.  So my question, is there a way programmatically that a text file with the data generated for AP checks, Payroll checks and Direct Deposit advices can be produced each time they are generated?  I found that you can export as text from the spool request (SP01) screen but is there a way to have the data as it's produced in SAP automatically generated to a text file, again just the data that Paybase could use to send to the forms via it's print software?  Thanks!
    Jeff
    802-747-5536

    Please find a small info related to RDI
    RDI files are created using sapscript Raw Data Interface (RDI)
    and some external text management systems can be connected.
    This can be controlled using sapscript print programs.
    Say for example
    Forms can be printed via the raw data interface using the function modules OPEN_FORM The function module has an additional optional import parameter: RAW_DATA_INTERFACE.
    if input values for this parameter is " X " then output will move to spool, if it is " I " output will be IDoc
    This you can configure thru SE71> form name> change> from the top menu>attributes>miscellaneous> RDI output mode and output device.
    I think you can configure this to output mode I (IDoc) and send the IDoc to a File port. So in the File port Output will be in TEXT mode.
    I think this will help you out.

  • Sapscripts and rdi

    i want to add a new data to the rdi i add and going to se38 and make a perform and nothing is happend why?

    i want to add a new data to the rdi i add and going to se38 and make a perform and nothing is happend why?

  • Converting the script and smartforms to OTF and RDI format.

    How to convert the script and smartforms to OTF and RDI format. Please suggest all possible ways.

    Please don't cross-post or duplicate-post.
    It increases the chances that both threads are deleted faster than what it increases the chances of getting "double-good" answers...
    I deleted the other thread.
    Thanks,
    Julius

  • Itunes wont open and keeps quiting unexpectedly

    I updated to Mountain Lion. I tryed opening itunes and got this message.
    Process:         iTunes [855]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.6.3 (10.6.3)
    Build Info:      iTunes-10632501~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [183]
    User ID:         503
    Date/Time:       2012-08-26 20:30:54.723 -0500
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          1695 sec
    Crashes Since Last Report:           33
    Per-App Interval Since Last Report:  577 sec
    Per-App Crashes Since Last Report:   33
    Anonymous UUID:                      3D344346-13F2-4EAA-9524-534C07550CBA
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** error for object 0x7fad61071a08: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8a175212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff83215b34 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff83259dfa abort + 143
    3   libsystem_c.dylib                       0x00007fff832358d5 szone_error + 580
    4   libsystem_c.dylib                       0x00007fff8323bac0 small_malloc_from_free_list + 791
    5   libsystem_c.dylib                       0x00007fff8323b436 szone_malloc_should_clear + 3321
    6   libsystem_c.dylib                       0x00007fff8322d183 malloc_zone_malloc + 71
    7   libsystem_c.dylib                       0x00007fff8322dbd7 malloc + 41
    8   com.apple.CoreFoundation                0x00007fff886d9cb8 __CFDataInit + 904
    9   com.apple.iTunes                        0x00000001048b26cc 0x1040e7000 + 8173260
    10  com.apple.iTunes                        0x00000001040fba70 0x1040e7000 + 84592
    11  com.apple.iTunes                        0x00000001040f8050 0x1040e7000 + 69712
    12  com.apple.iTunes                        0x00000001040ef38b 0x1040e7000 + 33675
    13  com.apple.iTunes                        0x00000001040ef1aa 0x1040e7000 + 33194
    14  com.apple.iTunes                        0x00000001040ef119 0x1040e7000 + 33049
    15  com.apple.CoreFoundation                0x00007fff8870bb8a _CFXNotificationPost + 2554
    16  com.apple.Foundation                    0x00007fff8aa69a76 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    17  com.apple.AppKit                        0x00007fff8e03ef04 -[NSApplication finishLaunching] + 331
    18  com.apple.AppKit                        0x00007fff8e03ea7a -[NSApplication run] + 124
    19  com.apple.iTunes                        0x00000001040ea7af 0x1040e7000 + 14255
    20  com.apple.iTunes                        0x00000001040ea5f0 0x1040e7000 + 13808
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8a175d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff860e0e26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff860e0a2a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8a1756d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff83216f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff83216cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff832011b1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8a1756d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff83216f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff83216cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff832011b1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8a1756d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff83216f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff83216cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff832011b1 start_wqthread + 13
    Thread 5:
    0   com.apple.CoreFP                        0x00000001062983f1 YlCJ3lg + 2063345
    1   com.apple.CoreFP                        0x00000001064690df X46O5IeS + 2943
    2   com.apple.iTunes                        0x0000000104b23d42 0x1040e7000 + 10734914
    3   com.apple.iTunes                        0x0000000104b253f1 0x1040e7000 + 10740721
    4   com.apple.iTunes                        0x0000000104bf382c 0x1040e7000 + 11585580
    5   com.apple.iTunes                        0x00000001040eebba 0x1040e7000 + 31674
    6   com.apple.iTunes                        0x00000001040eea28 0x1040e7000 + 31272
    7   com.apple.iTunes                        0x000000010497a29c 0x1040e7000 + 8991388
    8   libsystem_c.dylib                       0x00007fff83214782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff832011c1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8a173686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a172c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff886f5f23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff886fb606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff886fadd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88709a81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x00000001040f0697 0x1040e7000 + 38551
    7   com.apple.iTunes                        0x000000010497a29c 0x1040e7000 + 8991388
    8   libsystem_c.dylib                       0x00007fff83214782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff832011c1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8a1751ae __psynch_rw_wrlock + 10
    1   libsystem_c.dylib                       0x00007fff8321ae86 pthread_rwlock_wrlock + 469
    2   com.apple.iTunes                        0x0000000104c21fe8 0x1040e7000 + 11775976
    3   com.apple.iTunes                        0x0000000104b2307c 0x1040e7000 + 10731644
    4   com.apple.iTunes                        0x0000000104bef14c 0x1040e7000 + 11567436
    5   com.apple.iTunes                        0x0000000104bef836 0x1040e7000 + 11569206
    6   com.apple.iTunes                        0x00000001040f67ac 0x1040e7000 + 63404
    7   com.apple.iTunes                        0x0000000104335e1a 0x1040e7000 + 2420250
    8   com.apple.iTunes                        0x0000000104335ea8 0x1040e7000 + 2420392
    9   com.apple.iTunes                        0x00000001040f3e8e 0x1040e7000 + 52878
    10  com.apple.iTunes                        0x000000010497a29c 0x1040e7000 + 8991388
    11  libsystem_c.dylib                       0x00007fff83214782 _pthread_start + 327
    12  libsystem_c.dylib                       0x00007fff832011c1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5bb180b8  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5bb180e0  rsp: 0x00007fff5bb180b8
       r8: 0x00007fff7303c278   r9: 0x00000000fffffff0  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x0000000105628000  r13: 0x00007fad61071a08  r14: 0x00007fff7303d180  r15: 0x0000000000000000
      rip: 0x00007fff8a175212  rfl: 0x0000000000000206  cr2: 0x00007fff73035fe8
    Logical CPU: 0
    Binary Images:
           0x1040e7000 -        0x105291ff7  com.apple.iTunes (10.6.3 - 10.6.3) <60A47696-C8BC-97A5-1E84-5C56F064E0B7> /Applications/iTunes.app/Contents/MacOS/iTunes
           0x105554000 -        0x1055d9fff  com.apple.iTunes.iPodUpdater (10.4 - 10.4) <DF57EBE4-8375-BFDE-F5A1-FD92666E1B9E> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
           0x10562a000 -        0x105659ff7  com.apple.avfoundationcf (2.0 - 92) <759C61C6-63EA-3E6D-AD16-3463924665D9> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
           0x105690000 -        0x105695fff  com.apple.agl (3.2.1 - AGL-3.2.1) <82AA78D1-159F-3B27-8CA5-1C227C956AC9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10569f000 -        0x1056a3fff  com.apple.iPod (1.7 - 20) <6C90CD43-C5D5-359D-9A4D-E12A337A7ED1> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
           0x1056ae000 -        0x1059daff7 +libgnsdk_dsp.1.9.5.dylib (1.9.5) <14636B08-4D26-54CA-3EE8-247B2B708AF0> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
           0x105a04000 -        0x105a3bff7 +libgnsdk_musicid.1.9.5.dylib (1.9.5) <C034C2ED-6A46-315F-89C8-8D54A937B255> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
           0x105a54000 -        0x105b2afe7 +libgnsdk_sdkmanager.1.9.5.dylib (1.9.5) <D144E870-FABC-E19E-452E-A33D19595B19> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
           0x105b4d000 -        0x105b90ff7 +libgnsdk_submit.1.9.5.dylib (1.9.5) <6689251D-098B-0F8D-08CC-785271E98540> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
           0x10609f000 -        0x106581fef  com.apple.CoreFP (2.1.42 - 2.1.42) <6BEB912E-AB97-7DC1-54B6-750E3CB83675> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
           0x10a779000 -        0x10bd4ffff  com.apple.CoreFP1 (1.14.42 - 1.14.42) <1EFEFC6F-B93E-D2C3-1A43-13A14FF4611D> /System/Library/PrivateFrameworks/CoreFP1.framework/CoreFP1
        0x7fff63ce7000 -     0x7fff63d1b93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff83003000 -     0x7fff8301afff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff830a4000 -     0x7fff8310cfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8310d000 -     0x7fff83129fff  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
        0x7fff8312f000 -     0x7fff83151ff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff831af000 -     0x7fff831affff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff831b0000 -     0x7fff831c3ff7  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
        0x7fff831c9000 -     0x7fff831fffff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff83200000 -     0x7fff832ccfef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff832cd000 -     0x7fff832cefff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff832cf000 -     0x7fff832f0ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff83346000 -     0x7fff834e1fef  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
        0x7fff834e2000 -     0x7fff834f4ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8369f000 -     0x7fff836f5fff  com.apple.HIServices (1.20 - 416) <99AC513F-B0AE-38AA-834E-9018902BB70C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff836f6000 -     0x7fff83752fff  com.apple.QuickLookFramework (4.0 - 555.0) <8B163B8C-001E-3BBB-98ED-8173C68BC84C> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff83753000 -     0x7fff837e0ff7  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
        0x7fff837e1000 -     0x7fff84793ff7  com.apple.WebCore (8536 - 8536.24) <A890E18B-9224-38B3-ADFB-C84B3BCD2AAC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84794000 -     0x7fff8479dfff  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
        0x7fff8479e000 -     0x7fff84838fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff84839000 -     0x7fff8483cfff  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
        0x7fff8483d000 -     0x7fff8483dfff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8483e000 -     0x7fff848a6ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff848a7000 -     0x7fff848aefff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff848fc000 -     0x7fff848fdff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff84a54000 -     0x7fff84a56fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff84ac3000 -     0x7fff84ae3fff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff84ae4000 -     0x7fff84b2cfff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff84b2d000 -     0x7fff84b87fff  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
        0x7fff84b88000 -     0x7fff84ccbfef  com.apple.MediaControlSender (1.4.1 - 141.23) <983E0905-BA7A-35D3-9370-430032201712> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff84ccc000 -     0x7fff84cccfff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff84ccd000 -     0x7fff84cecfff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff84f4a000 -     0x7fff84fcaff7  com.apple.ApplicationServices.ATS (332 - 341) <487A3EA8-E180-3EA4-B60E-B87E8F0AB5D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff85240000 -     0x7fff853c6fff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff853c7000 -     0x7fff85465fff  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
        0x7fff856be000 -     0x7fff8582fff7  com.apple.QTKit (7.7.1 - 2599) <823F862A-4A34-3894-A36C-C6D91B8AF5A8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff858a5000 -     0x7fff858c4ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff858f1000 -     0x7fff858f7fff  libGFXShared.dylib (8.5) <A68A5A0B-F90C-3078-BF5A-2874C4BC5DC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8598e000 -     0x7fff859b8ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff859b9000 -     0x7fff85a22fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff85a23000 -     0x7fff85a54fff  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
        0x7fff85a55000 -     0x7fff85bdefff  com.apple.WebKit (8536 - 8536.25) <6827B87B-9921-3E69-80A6-115ED325DBA4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff860a1000 -     0x7fff860dbfff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff860dc000 -     0x7fff860f1ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff860f2000 -     0x7fff86310fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff86356000 -     0x7fff86360fff  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
        0x7fff86361000 -     0x7fff86387fff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff86388000 -     0x7fff86389fff  libScreenReader.dylib (264.2) <E8BFC2E1-798D-33F6-AFF4-3334DE24DDE8> /usr/lib/libScreenReader.dylib
        0x7fff8638a000 -     0x7fff866b9ff7  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
        0x7fff8702a000 -     0x7fff8702afff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8702b000 -     0x7fff87061fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff87062000 -     0x7fff8706dff7  com.apple.aps.framework (3.0 - 3.0) <17CAFBFA-B842-33F0-B1F5-14EED36799FD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8706e000 -     0x7fff870b9fff  com.apple.framework.CoreWLAN (3.0 - 300.9) <96AEAA18-AEFB-3CB1-BAFD-F27D56140AE2> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff870ba000 -     0x7fff8717ffff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff87180000 -     0x7fff8721dfff  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
        0x7fff8721e000 -     0x7fff87226fff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff87227000 -     0x7fff872faff7  com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff872fb000 -     0x7fff872fffff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff87300000 -     0x7fff87306fff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff87307000 -     0x7fff87389fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff87392000 -     0x7fff8749dfff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff874f4000 -     0x7fff87644fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff87645000 -     0x7fff87645fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff87646000 -     0x7fff8773bfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8773c000 -     0x7fff87792ff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87793000 -     0x7fff87844fff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8784a000 -     0x7fff87857fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8785a000 -     0x7fff878b2ff7  com.apple.ImageCaptureCore (4.0 - 4.0) <43B3255C-7567-3508-B2C9-6D1CFA61DB83> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff878b3000 -     0x7fff878c1fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff878ec000 -     0x7fff878f7ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff878f8000 -     0x7fff878faff7  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
        0x7fff878fb000 -     0x7fff87910fff  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
        0x7fff87911000 -     0x7fff87925fff  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
        0x7fff87926000 -     0x7fff87a99ff7  com.apple.CFNetwork (596.1 - 596.1) <62830510-738D-3719-AD51-68E816B13BB7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff87a9a000 -     0x7fff87ab4fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff87ab5000 -     0x7fff87b4ffff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff87b50000 -     0x7fff87b5fff7  com.apple.opengl (1.8.5 - 1.8.5) <8960E72A-9692-3B32-8452-B2163855AD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87b60000 -     0x7fff87b65fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff87b66000 -     0x7fff87bb5ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff87bc7000 -     0x7fff87bd2fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff87bd3000 -     0x7fff87be2ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff87be3000 -     0x7fff87c30fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff87c31000 -     0x7fff87c35fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff87c64000 -     0x7fff87c71ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff87c72000 -     0x7fff880aefff  com.apple.VideoToolbox (1.0 - 926.37) <2C623B6A-42C1-30C3-93A6-0A10880D07D3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff880af000 -     0x7fff880b2fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8859d000 -     0x7fff885a4fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff885a5000 -     0x7fff886bda27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff886c6000 -     0x7fff888affff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff888bd000 -     0x7fff88cd9fff  FaceCoreLight (2.0.1) <BEDAFBE8-CC12-343D-85D5-29B694DC97F6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff88cda000 -     0x7fff88cdffff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff88ce0000 -     0x7fff88ce3fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff88ce4000 -     0x7fff88d28fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff88d29000 -     0x7fff88d55fff  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
        0x7fff88d56000 -     0x7fff88d7dff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff88d7e000 -     0x7fff88e97ff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff88e98000 -     0x7fff88e9eff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff88e9f000 -     0x7fff88f45fff  com.apple.CoreServices.OSServices (557 - 557) <2806326A-6C4A-32C1-9BBE-ECB08453F328> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88f46000 -     0x7fff88f46ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff88f47000 -     0x7fff88f47fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff88f63000 -     0x7fff8920dfff  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
        0x7fff896a3000 -     0x7fff896e5fff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff896e6000 -     0x7fff89725ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff89769000 -     0x7fff89969fff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
        0x7fff899b0000 -     0x7fff89a0cff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff89cc9000 -     0x7fff89dc6fff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff89dc7000 -     0x7fff89e16ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
        0x7fff89e17000 -     0x7fff89e62ff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff89e63000 -     0x7fff89f60ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff89f61000 -     0x7fff89fe2fff  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
        0x7fff89fe3000 -     0x7fff8a0e1ff7  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
        0x7fff8a163000 -     0x7fff8a17eff7  libsystem_kernel.dylib (2050.9.2) <F646589B-13F8-3685-8C17-92C77993AE86> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8a17f000 -     0x7fff8a192ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8a193000 -     0x7fff8a211ff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a24d000 -     0x7fff8a24eff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
        0x7fff8a28c000 -     0x7fff8a525ff7  com.apple.JavaScriptCore (8536 - 8536.24) <3A80677B-3381-3281-8033-0F96F7D8D01A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8a53d000 -     0x7fff8a545ff7  libsystem_dnssd.dylib (379.27.1) <B9F7B01D-8FAF-3CA5-909E-4D52B8D2DD8A> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8a579000 -     0x7fff8a7d4fff  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
        0x7fff8a85f000 -     0x7fff8aa0dfff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8aa0e000 -     0x7fff8aa1bfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8aa1c000 -     0x7fff8aa20fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8aa21000 -     0x7fff8ad7dff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8ad7e000 -     0x7fff8ad89fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8b01a000 -     0x7fff8b2e7ff7  com.apple.security (7.0 - 55178.0.1) <8102877E-C866-33D4-A947-02FC7F4BAA95> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b2e8000 -     0x7fff8b2eefff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8b2ef000 -     0x7fff8b2f0fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8b2f1000 -     0x7fff8b2ffff7  libkxld.dylib (2050.9.2) <4BEE9BC3-3708-330E-89D6-03E715D712CC> /usr/lib/system/libkxld.dylib
        0x7fff8b300000 -     0x7fff8b617ff7  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
        0x7fff8b61a000 -     0x7fff8b628ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8b629000 -     0x7fff8b62cff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8b62d000 -     0x7fff8ba24fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8ba25000 -     0x7fff8bab6ff7  com.apple.CorePDF (2.0 - 2) <BD4EBB01-5A60-34F1-B9DD-AF745AA10902> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8bab7000 -     0x7fff8bae5ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8bae9000 -     0x7fff8bae9fff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8baea000 -     0x7fff8bb57ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8bc82000 -     0x7fff8bc96fff  libGL.dylib (8.5) <0FDF05D4-D560-3194-9DEA-52EEBD147618> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8bc97000 -     0x7fff8bc9bfff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8bc9c000 -     0x7fff8c62d39f  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
        0x7fff8c695000 -     0x7fff8c6dfff7  libGLU.dylib (8.5) <5D71D182-D92F-35A7-81AA-0F1C79428911> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8c6e0000 -     0x7fff8c6e0fff  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
        0x7fff8c6e1000 -     0x7fff8ce89fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8cecc000 -     0x7fff8ced8ff7  com.apple.CrashReporterSupport (10.8.1 - 412) <3CBB620C-BDCF-31B1-B473-4B6380DE03F7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8d1b7000 -     0x7fff8d1b8ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8d1bc000 -     0x7fff8d1f9fe7  libGLImage.dylib (8.5) <E6FE6970-FE3C-3844-AE9D-4B9B5505601A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8d1fa000 -     0x7fff8d1fffff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8d31a000 -     0x7fff8d712ff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8d742000 -     0x7fff8d746ff7  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
        0x7fff8d7bc000 -     0x7fff8d7deff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8d7df000 -     0x7fff8d7f5fff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8d7f6000 -     0x7fff8d842ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8d843000 -     0x7fff8d844fff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8d8ad000 -     0x7fff8d8d8fff  com.apple.framework.Apple80211 (8.0 - 800.15) <BF4FE748-2053-3FC6-BD16-1B8D29EA8B69> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8d8db000 -     0x7fff8d8ddff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8d8de000 -     0x7fff8d9afff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8d9b0000 -     0x7fff8dab2fff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8dc1a000 -     0x7fff8dc3bfff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8dc3c000 -     0x7fff8dc93ff7  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
        0x7fff8dce0000 -     0x7fff8dd04ff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff8dd05000 -     0x7fff8dd08fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8dd09000 -     0x7fff8dd0bfff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8de04000 -     0x7fff8dedefff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8def1000 -     0x7fff8eb1bfff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ebad000 -     0x7fff8ec0aff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8ec10000 -     0x7fff8ec38fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8ec39000 -     0x7fff8ec8afff  com.apple.SystemConfiguration (1.12 - 1.12) <921FC1D6-06E6-3F37-8AFB-8CFB14E10AF9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8ec8b000 -     0x7fff8eca2fff  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
        0x7fff8eca3000 -     0x7fff8ed10fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8ed11000 -     0x7fff8ed1bfff  com.apple.DisplayServicesFW (2.6 - 352.4.2) <7FF30C43-84D7-3305-B8AD-F9754F3C582B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8ed1c000 -     0x7fff8ed5fff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8eda0000 -     0x7fff8edf5ff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8edf6000 -     0x7fff8edf6fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ee3c000 -     0x7fff8ee93ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8ee94000 -     0x7fff8eef1fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8f0a4000 -     0x7fff8f334fff  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
        0x7fff8f335000 -     0x7fff8f336ff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff8f381000 -     0x7fff8f383fff  libCVMSPluginSupport.dylib (8.5) <0ED3B9E3-2F29-30F3-B2D6-3EDBF97F787F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8f39b000 -     0x7fff8f458ff7  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
        0x7fff8f463000 -     0x7fff8f465fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8fbaa000 -     0x7fff8fbb8ff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8fbb9000 -     0x7fff8fbe4fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8fbe5000 -     0x7fff8fbe5fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8fbe6000 -     0x7fff8fd00fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8fd01000 -     0x7fff8fe20fff  com.apple.desktopservices (1.7.1 - 1.7.1) <0E1A57B2-9EC7-32EC-8B87-82902A1FD357> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        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: 974
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=243.7M resident=137.3M(56%) swapped_out_or_unallocated=106.5M(44%)
    Writable regions: Total=68.8M written=12.0M(17%) resident=13.4M(19%) swapped_out=0K(0%) unallocated=55.5M(81%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG shared images                     96K
    CoreServices                       1056K
    MALLOC                             47.8M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    STACK GUARD                        56.0M
    Stack                              11.6M
    VM_ALLOCATE                          36K
    __DATA                             27.5M
    __IMAGE                             528K
    __LINKEDIT                         53.8M
    __TEXT                            189.9M
    __UNICODE                           544K
    mapped file                        27.9M
    shared memory                       308K
    ===========                      =======
    TOTAL                             417.1M
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f98
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.21)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 320.07 GB
    Serial ATA Device: OPTIARC DVD RW AD-5970H
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 5
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    Then, on the off chance itunes ACTUALLY opens, i get an itunes store error 4002. This is extremely frustrating. Somebody please help!

    Download Itunes from Apple.com, not from within Itunes.
    Redo the install, following the below procedure.   However, when you re-install Itunes,  right click and run the install as administrator.   For Win 7, you have to hold down the cntrl and shift keys when you right click and then "run as administrator" will be an option.
    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (Vista, Win 7 & later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes

  • Safari is crashing when I am in one website and click a link to go to another website. This started a few days ago and now happens every time I try to navigate from one website to another. The error message I receive,the "report" gets sent to Apple:

    Process:         Safari [16855]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.7 (6534.57.2)
    Build Info:      WebBrowser-75345702~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [107]
    Date/Time:       2012-12-12 13:18:55.349 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          19384 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  19295 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      90E324F1-65FF-4B5D-8113-908D18CAE8DA
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  12
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.CoreGraphics                  0x00007fff82dac230 _CGSSynchronizeWindowBackingStore + 97
    3   com.apple.CoreGraphics                  0x00007fff82d91da9 _CGSLockWindow + 4515
    4   com.apple.CoreGraphics                  0x00007fff82d9893f CGSDeviceLock + 535
    5   libRIP.A.dylib                          0x00007fff87eb3e7b ripd_Lock + 46
    6   libRIP.A.dylib                          0x00007fff87eba1f9 ripl_BltImage + 294
    7   libRIP.A.dylib                          0x00007fff87eb9e61 ripc_RenderImage + 323
    8   libRIP.A.dylib                          0x00007fff87ed784e ripc_DrawLayer + 3042
    9   com.apple.CoreGraphics                  0x00007fff82ef83fe CGContextDrawLayerAtPoint + 165
    10  com.apple.WebKit2                       0x00007fff837740f0 WebKit::BackingStore::paint(CGContext*, WebCore::IntRect const&) + 168
    11  com.apple.WebKit2                       0x00007fff837678b8 WebKit::DrawingAreaProxyImpl::paint(CGContext*, WebCore::IntRect const&, WebKit::Region&) + 212
    12  com.apple.WebKit2                       0x00007fff83767613 -[WKView drawRect:] + 281
    13  com.apple.AppKit                        0x00007fff84b36cc5 -[NSView _drawRect:clip:] + 3390
    14  com.apple.AppKit                        0x00007fff84b35938 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    15  com.apple.AppKit                        0x00007fff84b35ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    16  com.apple.AppKit                        0x00007fff84b35ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    17  com.apple.AppKit                        0x00007fff84b3400a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
    18  com.apple.AppKit                        0x00007fff84b34ed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    19  com.apple.AppKit                        0x00007fff84b34ed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    20  com.apple.AppKit                        0x00007fff84b33b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    21  com.apple.AppKit                        0x00007fff84b303de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    22  com.apple.AppKit                        0x00007fff84aa9c0e -[NSView displayIfNeeded] + 969
    23  com.apple.Safari.framework              0x00007fff874d9646 -[BrowserWindow displayIfNeeded] + 43
    24  com.apple.AppKit                        0x00007fff84aa4aba _handleWindowNeedsDisplay + 678
    25  com.apple.CoreFoundation                0x00007fff8998eb07 __CFRunLoopDoObservers + 519
    26  com.apple.CoreFoundation                0x00007fff8996a434 __CFRunLoopRun + 468
    27  com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    28  com.apple.HIToolbox                     0x00007fff8292f7ee RunCurrentEventLoopInMode + 333
    29  com.apple.HIToolbox                     0x00007fff8292f5f3 ReceiveNextEventCommon + 310
    30  com.apple.HIToolbox                     0x00007fff8292f4ac BlockUntilNextEventMatchingListInMode + 59
    31  com.apple.AppKit                        0x00007fff84a79eb2 _DPSNextEvent + 708
    32  com.apple.AppKit                        0x00007fff84a79801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    33  com.apple.Safari.framework              0x00007fff8747f3a8 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    34  com.apple.AppKit                        0x00007fff84a3f68f -[NSApplication run] + 395
    35  com.apple.AppKit                        0x00007fff84a383b0 NSApplicationMain + 364
    36  com.apple.Safari.framework              0x00007fff8763cba0 SafariMain + 200
    37  com.apple.Safari                        0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff8a22dc0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff8a22fadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff8a22f7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff8a22f2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff8a22ec08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff8a22eaa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff859e7ca9 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                       0x00007fff859e50a8 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff8a429396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff8a4292d6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8996a902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff80ab614f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff80a37114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8996a902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x00007fff875f507d Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x00007fff875f50b7 Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 6:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff89cf83b0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework              0x00007fff8767053b Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4   com.apple.Safari.framework              0x00007fff8766e9ad Safari::SnapshotStore::diskAccessThreadBody() + 115
    5   com.apple.Safari.framework              0x00007fff8766eb2d Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff8a22ea2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8a22ee3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8a22eaa5 start_wqthread + 13
    Thread 8:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff8a258932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff8998c468 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8a22ea2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8a22ee3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8a22eaa5 start_wqthread + 13
    Thread 10:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff89f6f28d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3   com.apple.JavaScriptCore                0x00007fff89f6f4e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4   com.apple.JavaScriptCore                0x00007fff89f6f589 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 11:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff89cf8407 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff89f77bcc JSC::Heap::blockFreeingThreadMain() + 300
    4   com.apple.JavaScriptCore                0x00007fff89f77c09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 12 Crashed:
    0   com.apple.GeForceGLDriver               0x0000000200012010 gldAttachDrawable + 2528
    1   com.apple.GeForceGLDriver               0x00000002000d6609 gldUpdateDispatch + 14905
    2   com.apple.GeForceGLDriver               0x00000002000d6a43 gldFinish + 99
    3   com.apple.GeForceGLDriver               0x000000020009fc72 glrCompExecuteKernel + 494178
    4   com.apple.GeForceGLDriver               0x00000002000910cb glrCompExecuteKernel + 433851
    5   com.apple.GeForceGLDriver               0x000000020009143d glrCompExecuteKernel + 434733
    6   com.apple.GeForceGLDriver               0x0000000200086868 glrCompExecuteKernel + 390744
    7   com.apple.GeForceGLDriver               0x0000000200086c0d glrCompExecuteKernel + 391677
    8   com.apple.GeForceGLDriver               0x000000020008da62 glrCompExecuteKernel + 419922
    9   com.apple.GeForceGLDriver               0x0000000200164fde gldCopyTexSubImage + 393502
    10  com.apple.GeForceGLDriver               0x00000002001652c3 gldCopyTexSubImage + 394243
    11  com.apple.GeForceGLDriver               0x00000002001653ec gldCopyTexSubImage + 394540
    12  com.apple.GeForceGLDriver               0x000000020008e9d1 glrCompExecuteKernel + 423873
    13  com.apple.GeForceGLDriver               0x000000020008ee7a glrCompExecuteKernel + 425066
    14  com.apple.GeForceGLDriver               0x00000002000d65de gldUpdateDispatch + 14862
    15  com.apple.GeForceGLDriver               0x0000000200012333 gldTestObject + 211
    16  GLEngine                                0x0000000114d32693 gleTestFence + 100
    17  GLEngine                                0x0000000114c9c7a5 glTestFenceAPPLE_Exec + 50
    18  com.apple.QuartzCore                    0x00007fff8a430e92 view_draw(_CAView*, double, CVTimeStamp const*, bool) + 1843
    19  com.apple.QuartzCore                    0x00007fff8a430708 view_display_link(double, CVTimeStamp const*, void*) + 64
    20  com.apple.QuartzCore                    0x00007fff8a43064f link_callback + 219
    21  com.apple.CoreVideo                     0x00007fff86e170ab CVDisplayLink::performIO(CVTimeStamp*) + 431
    22  com.apple.CoreVideo                     0x00007fff86e16310 CVDisplayLink::runIOThread() + 754
    23  com.apple.CoreVideo                     0x00007fff86e15fe3 startIOThread(void*) + 139
    24  libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    25  libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 13:  Safari: SpinningProgressIndicator
    0   libSystem.B.dylib                       0x00007fff8a214dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a21a40d pthread_mutex_lock + 469
    2   com.apple.CoreGraphics                  0x00007fff82d90ebe _CGSLockWindow + 696
    3   com.apple.CoreGraphics                  0x00007fff82d9893f CGSDeviceLock + 535
    4   libRIP.A.dylib                          0x00007fff87eb3e7b ripd_Lock + 46
    5   libRIP.A.dylib                          0x00007fff87eba1f9 ripl_BltImage + 294
    6   libRIP.A.dylib                          0x00007fff87eb9e61 ripc_RenderImage + 323
    7   libRIP.A.dylib                          0x00007fff87eb7f96 ripc_DrawImage + 2411
    8   com.apple.CoreGraphics                  0x00007fff82dcec0a CGContextDrawImage + 446
    9   com.apple.AppKit                        0x00007fff84b4c462 __-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1 + 1771
    10  com.apple.AppKit                        0x00007fff84b4bb73 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1298
    11  com.apple.AppKit                        0x00007fff84b57d49 __-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1 + 1878
    12  com.apple.AppKit                        0x00007fff84b49c1d -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 178
    13  com.apple.AppKit                        0x00007fff84b574ab -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1986
    14  com.apple.AppKit                        0x00007fff84b59be2 -[NSImage _composite:delta:fromRect:toPoint:] + 2437
    15  com.apple.AppKit                        0x00007fff84b59222 -[NSImage compositeToPoint:operation:] + 210
    16  com.apple.Safari.framework              0x00007fff8767506f -[SpinningProgressIndicator drawImageAtIndex:] + 194
    17  com.apple.Safari.framework              0x00007fff87675560 -[SpinningProgressIndicator heartbeatWithBirthDate:currentDate:context:] + 263
    18  com.apple.Safari.framework              0x00007fff87675838 -[Heartbeat _heartbeat] + 417
    19  com.apple.Foundation                    0x00007fff80a8cbc5 __NSFireTimer + 114
    20  com.apple.CoreFoundation                0x00007fff8996bbb8 __CFRunLoopRun + 6488
    21  com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    22  com.apple.Foundation                    0x00007fff80a71b74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    23  com.apple.Foundation                    0x00007fff80a71a53 -[NSRunLoop(NSRunLoop) run] + 77
    24  com.apple.Safari.framework              0x00007fff87675a21 -[Heartbeat _startHeartbeatRunLoop] + 244
    25  com.apple.Foundation                    0x00007fff80a37114 __NSThread__main__ + 1429
    26  libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    27  libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 12 crashed with X86 Thread State (64-bit):
      rax: 0x0000000100423000  rbx: 0x0000000000000001  rcx: 0x0000000100423080  rdx: 0x0000000100423078
      rdi: 0x00000000e00002be  rsi: 0x0000000118d57080  rbp: 0x00000001153ea240  rsp: 0x00000001153ea240
       r8: 0x0000000000014cfb   r9: 0x0000000000000001  r10: 0x0000000080000002  r11: 0x00000001153ea270
      r12: 0x0000000115930000  r13: 0x0000000113cbe000  r14: 0x0000000000000000  r15: 0x00000001153ea270
      rip: 0x0000000200012010  rfl: 0x0000000000010292  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.7 (6534.57.2) <2208AB17-7F39-5DC1-AE9F-7946DEE3CA0B> /Applications/Safari.app/Contents/MacOS/Safari
           0x114c50000 -        0x114de3fe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x114e14000 -        0x115237fef  libclh.dylib 3.1.1 C  (3.1.1) <432F5475-F934-92A0-FB49-78F03DA82176> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x115902000 -        0x115928fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x200000000 -        0x200787fe7  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <4F23289A-D45A-0630-8D7F-4C35A4D2AA00> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff800e8fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff800e9000 -     0x7fff800e9ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff800ea000 -     0x7fff801a7fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8021b000 -     0x7fff8023cfe7  libPng.dylib ??? (???) <14F055F9-D7B2-27B2-E2CF-F0A222BFF14D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8023d000 -     0x7fff8023efff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff8023f000 -     0x7fff80260fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff80261000 -     0x7fff8033efff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff80963000 -     0x7fff80a25fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff80a26000 -     0x7fff80ca8fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff80ca9000 -     0x7fff80cb4fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff80cb5000 -     0x7fff80cf3fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff80dcf000 -     0x7fff80dd2ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff80de2000 -     0x7fff80df8fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff81063000 -     0x7fff8109efff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff81156000 -     0x7fff813dfff7  com.apple.security 6.1.2 (55002) <772E1B13-8271-02F8-B1FE-023592A7AED7> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff813e0000 -     0x7fff813e0ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff81409000 -     0x7fff81416fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff81417000 -     0x7fff814c7fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff81600000 -     0x7fff81633ff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8163d000 -     0x7fff816f2fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff816f3000 -     0x7fff81793fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff81a40000 -     0x7fff81a5bff7  com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff81a5c000 -     0x7fff81aa5fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff81bef000 -     0x7fff81c89fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff81c8a000 -     0x7fff81c8ffff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff81d5c000 -     0x7fff81d6bfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff81d7a000 -     0x7fff81d7aff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff81d7b000 -     0x7fff81d7cff7  com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff81d7d000 -     0x7fff81dd0ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff81de7000 -     0x7fff81f01fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81f02000 -     0x7fff81f03ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff81f04000 -     0x7fff81fd8fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff81fe4000 -     0x7fff81fe6fff  libRadiance.dylib ??? (???) <61631C08-60CC-D122-4832-EA59824E0025> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff81fe7000 -     0x7fff82031ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff82032000 -     0x7fff8205afff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8205b000 -     0x7fff8211cfef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff82139000 -     0x7fff8213fff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff821ce000 -     0x7fff82224fe7  libTIFF.dylib ??? (???) <9BC0CAD5-47F2-9B4F-0C10-D50A7A27F461> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff82225000 -     0x7fff822a3ff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff823e3000 -     0x7fff823effff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff82642000 -     0x7fff82642ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff82643000 -     0x7fff8268ffff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff827f1000 -     0x7fff827f7ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff827f8000 -     0x7fff8280cfff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8280d000 -     0x7fff8281cfff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff8281d000 -     0x7fff8282cfef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8282d000 -     0x7fff8286efff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8286f000 -     0x7fff8289ffef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff828a0000 -     0x7fff828b7fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff828b8000 -     0x7fff82900ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff82901000 -     0x7fff82bfffff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff82d74000 -     0x7fff83470ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83471000 -     0x7fff83475ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff83476000 -     0x7fff8347cfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8347d000 -     0x7fff8350dfff  com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8350e000 -     0x7fff83511fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8374d000 -     0x7fff83754fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff83755000 -     0x7fff8390fff7  com.apple.WebKit2 6534.57 (6534.57.2) <0C4B9A17-F7DA-B2FD-961E-DA258D56CCDE> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff83936000 -     0x7fff83947ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff83948000 -     0x7fff83959fff  SyndicationUI ??? (???) <1DBD7D2A-56A1-BDFA-4742-04B2F42FDF2D> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff8395a000 -     0x7fff839d6ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff839d7000 -     0x7fff83aedff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
        0x7fff84311000 -     0x7fff84316ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff84317000 -     0x7fff84436fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff84437000 -     0x7fff844bcff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff844bd000 -     0x7fff8453cfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8453d000 -     0x7fff84540ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8472f000 -     0x7fff848eefff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <2C39859A-043D-0EB0-D412-EC2B5714B869> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff848ef000 -     0x7fff84930fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff84931000 -     0x7fff84a35ff7  com.apple.PubSub 1.0.5 (65.28) <11D77223-EAAE-0199-1F99-0D28680559CE> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff84a36000 -     0x7fff85430ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff85431000 -     0x7fff85566fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff858ab000 -     0x7fff85961ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff859e0000 -     0x7fff86a4afef  com.apple.WebCore 6534.57 (6534.57.2) <9BE3BFB2-D520-CD10-E4A1-3C2AF322A097> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff86a9b000 -     0x7fff86aadfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff86ab3000 -     0x7fff86ab3ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff86ab4000 -     0x7fff86adfff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
        0x7fff86c49000 -     0x7fff86c6cfff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86c6d000 -     0x7fff86c78ff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff86d4f000 -     0x7fff86d51fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff86e14000 -     0x7fff86e39ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff86e86000 -     0x7fff86fc4fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87242000 -     0x7fff872fbfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff873c9000 -     0x7fff873cdff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff873ce000 -     0x7fff8741dff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff8741e000 -     0x7fff87c50fe7  com.apple.Safari.framework 6534 (6534.57.2) <596F6CCF-D815-1727-8E58-8B8EE0E44753> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff87c59000 -     0x7fff87dfafe7  com.apple.WebKit 6534.57 (6534.57.2) <B99EF91E-676F-79A0-FADC-A72C1E14536E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff87eac000 -     0x7fff87eefff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87ef0000 -     0x7fff87ef5fff  libGIF.dylib ??? (???) <5B2AF093-1E28-F0CF-2C13-BA9AB4E2E177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff87ef6000 -     0x7fff88700fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff88701000 -     0x7fff8876bfe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8876c000 -     0x7fff887cefe7  com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff887cf000 -     0x7fff88b03fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff88b2e000 -     0x7fff88b77ff7  com.apple.securityinterface 4.0.1 (40418.0.1) <9AF33A9F-2D8C-2AE6-868C-EA836C861031> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff88b78000 -     0x7fff88fbffef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff88fc0000 -     0x7fff89003fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff89004000 -     0x7fff891c2fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0B4ABA92-C1F0-4548-A157-0CFD65561DA5> /usr/lib/libicucore.A.dylib
        0x7fff891c3000 -     0x7fff891d7ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff891d8000 -     0x7fff8961cfef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8961d000 -     0x7fff89644ff7  libJPEG.dylib ??? (???) <472D4A31-C1F3-57FD-6453-6621C48B95BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89669000 -     0x7fff89677ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff89678000 -     0x7fff896bfff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff896c0000 -     0x7fff89720fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff89721000 -     0x7fff8973afff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8991e000 -     0x7fff89a95fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff89a96000 -     0x7fff89aa1fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89aa2000 -     0x7fff89b2efef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff89b2f000 -     0x7fff89b65ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff89b66000 -     0x7fff89b7cfef  libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
        0x7fff89b8b000 -     0x7fff89b8bff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff89bfc000 -     0x7fff89bfcff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89cee000 -     0x7fff8a011fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <99973578-D474-3664-1388-61CB47E9D6E9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8a014000 -     0x7fff8a04efff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
        0x7fff8a04f000 -     0x7fff8a05aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8a05b000 -     0x7fff8a07bfff  com.apple.DirectoryService.Framework 3.6 (621.15) <9AD2A133-4275-5666-CE69-98FDF9A38B7A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8a07c000 -     0x7fff8a0f9fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff8a0fa000 -     0x7fff8a12bfff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8a12c000 -     0x7fff8a132ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8a133000 -     0x7fff8a148ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8a179000 -     0x7fff8a1ceff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a1cf000 -     0x7fff8a20cff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff8a214000 -     0x7fff8a3d5fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff8a3d6000 -     0x7fff8a773fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST3500418ASQ, 465.76 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: My Book 1110, 0x1058  (Western Digital Technologies, Inc.), 0x1110, 0x26400000 / 3
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x24300000 / 4
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0x24320000 / 5
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

    I would next try repairing permission. Go to Applications-->Utilities-->Disk Utility. Select your hard drive-->verify Disk, then verify permission then repair if there any erros.  Also, have you tried other browers? you also have the latest update on your Operating System. Go to Apple logo and select Software Update.

  • Safari bounces and then files a problem report repeatedly, but doesn't open

    Hello and thank you for reading this,
    I have seen several other posts about the same problem, but the suggested solutions don't work for me.
    When I try to open safari it bounces for a bit but then tells me that "safari quit unexpectedly" and even though I have sent a problem report several times it doesn't help.
    The problem details it shows are:
    Process:         Safari [452] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.1.7 (7534.57.7) Build Info:      WebBrowser-7534057007000000~2 Code Type:       X86-64 (Native) Parent Process:  launchd [127]  Date/Time:       2012-10-17 21:59:28.840 +0200 OS Version:      Mac OS X 10.7.5 (11G63b) Report Version:  9  Interval Since Last Report:          11055 sec Crashes Since Last Report:           16 Per-App Interval Since Last Report:  19 sec Per-App Crashes Since Last Report:   16 Anonymous UUID:                      A784AB70-0F0D-4A59-A6B9-173BE9F894A4  Crashed Thread:  0  Dispatch queue: com.apple.main-thread  Exception Type:  EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000  Application Specific Information: objc[452]: garbage collection is OFF *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])' *** First throw call stack: (      0   CoreFoundation                      0x000000010a38ff56 __exceptionPreprocess + 198      1   libobjc.A.dylib                     0x000000010a1fbd5e objc_exception_throw + 43      2   CoreFoundation                      0x000000010a38fd8a +[NSException raise:format:arguments:] + 106      3   Foundation                          0x000000010a6e071f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169      4   AppKit                              0x000000010ab4a62b -[NSMenu itemAtIndex:] + 165      5   AppKit                              0x000000010ab4a784 -[NSMenu removeItemAtIndex:] + 63      6   Safari                              0x0000000108258c2e -[AppController awakeFromNib] + 387      7   CoreFoundation                      0x000000010a386fb1 -[NSObject performSelector:] + 49      8   CoreFoundation                      0x000000010a386f32 -[NSSet makeObjectsPerformSelector:] + 274      9   AppKit                              0x000000010ab32347 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245      10  AppKit                              0x000000010ab288bb loadNib + 322      11  AppKit                              0x000000010ab27db8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217      12  AppKit                              0x000000010ab27cd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141      13  AppKit                              0x000000010ab27c16 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364      14  AppKit                              0x000000010ad98cd7 NSApplicationMain + 398      15  Safari                              0x000000010845b806 SafariMain + 166      16  Safari                              0x0000000108244f24 Safari + 3876 )   terminate called throwing an exception abort() called  Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0   libsystem_kernel.dylib             0x000000010c23bce2 __pthread_kill + 10 1   libsystem_c.dylib                  0x000000010c0eb7d2 pthread_kill + 95 2   libsystem_c.dylib                  0x000000010c0dca7a abort + 143 3   libc++abi.dylib                    0x000000010bf717bc abort_message + 214 4   libc++abi.dylib                    0x000000010bf6efcf default_terminate() + 28 5   libobjc.A.dylib                    0x000000010a1fc1b9 _objc_terminate + 94 6   libc++abi.dylib                    0x000000010bf6f001 safe_handler_caller(void (*)()) + 11 7   libc++abi.dylib                    0x000000010bf6f05c std::terminate() + 16 8   libc++abi.dylib                    0x000000010bf70152 __cxa_throw + 114 9   libobjc.A.dylib                    0x000000010a1fbe7a objc_exception_throw + 327 10  com.apple.CoreFoundation           0x000000010a38fd8a +[NSException raise:format:arguments:] + 106 11  com.apple.Foundation               0x000000010a6e071f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169 12  com.apple.AppKit                   0x000000010ab4a62b -[NSMenu itemAtIndex:] + 165 13  com.apple.AppKit                   0x000000010ab4a784 -[NSMenu removeItemAtIndex:] + 63 14  com.apple.Safari.framework         0x0000000108258c2e -[AppController awakeFromNib] + 387 15  com.apple.CoreFoundation           0x000000010a386fb1 -[NSObject performSelector:] + 49 16  com.apple.CoreFoundation           0x000000010a386f32 -[NSSet makeObjectsPerformSelector:] + 274 17  com.apple.AppKit                   0x000000010ab32347 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245 18  com.apple.AppKit                   0x000000010ab288bb loadNib + 322 19  com.apple.AppKit                   0x000000010ab27db8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217 20  com.apple.AppKit                   0x000000010ab27cd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141 21  com.apple.AppKit                   0x000000010ab27c16 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364 22  com.apple.AppKit                   0x000000010ad98cd7 NSApplicationMain + 398 23  com.apple.Safari.framework         0x000000010845b806 SafariMain + 166 24  com.apple.Safari                   0x0000000108244f24 0x108244000 + 3876  Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0   libsystem_kernel.dylib             0x000000010c23c7e6 kevent + 10 1   libdispatch.dylib                  0x000000010c013786 _dispatch_mgr_invoke + 923 2   libdispatch.dylib                  0x000000010c012316 _dispatch_mgr_thread + 54  Thread 2: 0   libsystem_kernel.dylib             0x000000010c23c192 __workq_kernreturn + 10 1   libsystem_c.dylib                  0x000000010c0eb594 _pthread_wqthread + 758 2   libsystem_c.dylib                  0x000000010c0ecb85 start_wqthread + 13  Thread 3: 0   libsystem_kernel.dylib             0x000000010c23c192 __workq_kernreturn + 10 1   libsystem_c.dylib                  0x000000010c0eb594 _pthread_wqthread + 758 2   libsystem_c.dylib                  0x000000010c0ecb85 start_wqthread + 13  Thread 4:: WebCore: IconDatabase 0   libsystem_kernel.dylib             0x000000010c23bbca __psynch_cvwait + 10 1   libsystem_c.dylib                  0x000000010c0ed274 _pthread_cond_wait + 840 2   com.apple.WebCore                  0x00000001116051fc WebCore::IconDatabase::syncThreadMainLoop() + 124 3   com.apple.WebCore                  0x0000000111602d50 WebCore::IconDatabase::iconDatabaseSyncThread() + 496 4   com.apple.JavaScriptCore           0x0000000108de211f _ZN3WTFL19wtfThreadEntryPointEPv + 15 5   libsystem_c.dylib                  0x000000010c0e98bf _pthread_start + 335 6   libsystem_c.dylib                  0x000000010c0ecb75 thread_start + 13  Thread 5:: CoreAnimation render server 0   libsystem_kernel.dylib             0x000000010c23a67a mach_msg_trap + 10 1   libsystem_kernel.dylib             0x000000010c239d71 mach_msg + 73 2   com.apple.QuartzCore               0x000000010932fdf5 CA::Render::Server::server_thread(void*) + 184 3   com.apple.QuartzCore               0x000000010932fd35 thread_fun + 24 4   libsystem_c.dylib                  0x000000010c0e98bf _pthread_start + 335 5   libsystem_c.dylib                  0x000000010c0ecb75 thread_start + 13  Thread 0 crashed with X86 Thread State (64-bit):   rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff67e42418  rdx: 0x0000000000000000   rdi: 0x0000000000009d03  rsi: 0x0000000000000006  rbp: 0x00007fff67e42440  rsp: 0x00007fff67e42418    r8: 0x000000010c17ffb8   r9: 0x00007fff67e41ea8  r10: 0x000000010c23bd0a  r11: 0xffffff80002dad60   r12: 0x00007fade1c4fda0  r13: 0x000000000000000b  r14: 0x000000010c182960  r15: 0x00007fff67e42590   rip: 0x000000010c23bce2  rfl: 0x0000000000000206  cr2: 0x000000010c1311dd Logical CPU: 0  Binary Images:        0x108244000 -        0x108244fff  com.apple.Safari (5.1.7 - 7534.57.7) <72510CA8-DEAF-3CA8-A9EC-C6FB872CE6E4> /Applications/Safari.app/Contents/MacOS/Safari        0x10824c000 -        0x1086e6ff7  com.apple.Safari.framework (7536 - 7536.25)  /System/Library/StagedFrameworks/Safari/Safari.framework/Safari        0x108a06000 -        0x108a33fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0)  /usr/lib/libSystem.B.dylib        0x108a48000 -        0x108a71ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1)  /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211         0x108a84000 -        0x108a84fff  com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon        0x108a8c000 -        0x108a8cfff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa        0x108a90000 -        0x108ad2fff  com.apple.corelocation (330.12 - 330.12)  /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation         0x108af8000 -        0x108b05fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport        0x108b15000 -        0x108b80ff7  com.apple.framework.IOKit (2.0 - ???)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit        0x108baf000 -        0x108e3efff  com.apple.JavaScriptCore (7536 - 7536.24)  /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore         0x108ef2000 -        0x1090f4fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib        0x109184000 -        0x10928bfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0)  /usr/lib/libsqlite3.dylib        0x1092a5000 -        0x1092e5fff  libtidy.A.dylib (??? - ???)  /usr/lib/libtidy.A.dylib        0x1092f8000 -        0x109307fff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib        0x10930f000 -        0x10931efff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL        0x10932d000 -        0x1094cdff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore        0x109575000 -        0x10986aff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security        0x10998d000 -        0x109a2ffff  com.apple.securityfoundation (5.0 - 55116)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation        0x109a81000 -        0x109ab6fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face        0x109ae8000 -        0x109b34ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration        0x109b62000 -        0x109ce4ff7  com.apple.WebKit (7536 - 7536.25) <8D171955-A1CA-31AA-B701-B9D4F760B10B> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit        0x109dd8000 -        0x109fb1fff  com.apple.WebKit2 (7536 - 7536.25) <15991DAF-D0C9-3D65-A96B-AF7428ADCC4E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2        0x10a114000 -        0x10a18aff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0)  /usr/lib/libc++.1.dylib        0x10a1e5000 -        0x10a2c9e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib        0x10a2e6000 -        0x10a2e6fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices         0x10a2ec000 -        0x10a4c0ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation         0x10a60d000 -        0x10a60dfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services        0x10a615000 -        0x10a92efff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation        0x10ab10000 -        0x10ab11fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib        0x10ab18000 -        0x10b71efff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit        0x10bda3000 -        0x10bdecff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1)  /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN        0x10be15000 -        0x10be63fff  libauto.dylib (??? - ???)  /usr/lib/libauto.dylib        0x10be7b000 -        0x10be8dff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib        0x10be94000 -        0x10bf07fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib        0x10bf69000 -        0x10bf74ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib        0x10bf84000 -        0x10bf89fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib        0x10bf95000 -        0x10bfd7ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0)  /usr/lib/system/libcommonCrypto.dylib        0x10bfe8000 -        0x10bfedfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib        0x10bffc000 -        0x10c003fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib        0x10c010000 -        0x10c01efff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib        0x10c037000 -        0x10c038fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib        0x10c042000 -        0x10c046fff  libdyld.dylib (195.6.0 - compatibility 1.0.0)  /usr/lib/system/libdyld.dylib        0x10c04c000 -        0x10c04cfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib        0x10c053000 -        0x10c05dff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib        0x10c066000 -        0x10c06cfff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib        0x10c077000 -        0x10c07bfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0)  /usr/lib/system/libmathCommon.A.dylib        0x10c081000 -        0x10c083fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib        0x10c088000 -        0x10c089ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib        0x10c08f000 -        0x10c090ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib        0x10c09b000 -        0x10c178fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib        0x10c1bd000 -        0x10c1c5fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib        0x10c1cd000 -        0x10c208fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib        0x10c225000 -        0x10c245fff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib        0x10c25b000 -        0x10c260ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib        0x10c26e000 -        0x10c277ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0)  /usr/lib/system/libsystem_notify.dylib        0x10c27e000 -        0x10c27fff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib        0x10c28a000 -        0x10c28bfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib        0x10c292000 -        0x10c298ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib        0x10c2a5000 -        0x10c2c2fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib        0x10c2da000 -        0x10c2dafff  libOpenScriptingUtil.dylib (??? - ???)  /usr/lib/libOpenScriptingUtil.dylib        0x10c2e5000 -        0x10c2eafff  libpam.2.dylib (3.0.0 - compatibility 3.0.0)  /usr/lib/libpam.2.dylib        0x10c2f2000 -        0x10c304ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib        0x10c314000 -        0x10c323ff7  libxar-nossl.dylib (??? - ???)  /usr/lib/libxar-nossl.dylib        0x10c332000 -        0x10c33fff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0)  /usr/lib/libbz2.1.0.dylib        0x10c34a000 -        0x10c44cfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0)  /usr/lib/libxml2.2.dylib        0x10c476000 -        0x10c484ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib        0x10c48f000 -        0x10c5f6fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork        0x10c6a2000 -        0x10c6a3fff  liblangid.dylib (??? - ???)  /usr/lib/liblangid.dylib        0x10c6ab000 -        0x10c6beff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib        0x10c6cb000 -        0x10c6e7ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage        0x10c6f7000 -        0x10ca13fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore        0x10ca90000 -        0x10cb13fef  com.apple.Metadata (10.7.0 - 627.37)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata        0x10cb6b000 -        0x10cc4fff7  com.apple.CoreServices.OSServices (478.49 - 478.49)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices        0x10cccb000 -        0x10cd65ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit        0x10cdab000 -        0x10cdeafff  com.apple.AE (527.7 - 527.7)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE        0x10ce09000 -        0x10ceaafff  com.apple.LaunchServices (480.40 - 480.40)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices        0x10cefd000 -        0x10cf2dff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices        0x10cf51000 -        0x10cf57fff  com.apple.DiskArbitration (2.4.1 - 2.4.1)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration         0x10cf61000 -        0x10cf68fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS        0x10cf70000 -        0x10cf7efff  com.apple.NetAuth (3.2 - 3.2)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth        0x10cf8d000 -        0x10cffdfff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore        0x10d03d000 -        0x10d149fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib        0x10d1b2000 -        0x10d1b4fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent        0x10d1ba000 -        0x10d1d1fff  com.apple.CFOpenDirectory (10.7 - 146)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory        0x10d1ee000 -        0x10d219ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0)  /usr/lib/libxslt.1.dylib        0x10d228000 -        0x10d22cff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels        0x10d235000 -        0x10d238fff  com.apple.help (1.3.2 - 42)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help        0x10d241000 -        0x10d56dfff  com.apple.HIToolbox (1.9 - ???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox        0x10d6ba000 -        0x10d6d0ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture        0x10d6ea000 -        0x10d78ffff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink        0x10d7c6000 -        0x10d7e3ff7  com.apple.openscripting (1.3.3 - ???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting        0x10d7f9000 -        0x10d7fbff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print        0x10d807000 -        0x10d80aff7  com.apple.securityhi (4.0 - 1)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI        0x10d813000 -        0x10d81eff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition        0x10d82e000 -        0x10e1cca27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics        0x10e2d5000 -        0x10e3b4fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO        0x10e405000 -        0x10e4b8ff7  com.apple.CoreText (220.22.0 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText        0x10e510000 -        0x10e594ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS        0x10e5c5000 -        0x10e68cff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync        0x10e6cf000 -        0x10e72bff7  com.apple.HIServices (1.21 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices        0x10e75e000 -        0x10e772ff7  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        0x10e781000 -        0x10e7fcff7  com.apple.print.framework.PrintCore (7.1 - 366.3)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore        0x10e838000 -        0x10e879fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD        0x10e897000 -        0x10e8acfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis        0x10e8c1000 -        0x10e8c7fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface        0x10e8d0000 -        0x10e8d0fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate        0x10e8d8000 -        0x10e901fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib        0x10e910000 -        0x10e968ff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib        0x10e978000 -        0x10e999fff  libPng.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib        0x10e9a4000 -        0x10e9a9fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib        0x10e9af000 -        0x10eabcfff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib        0x10eaee000 -        0x10eaf1fff  libRadiance.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib        0x10eaf9000 -        0x10ec2ffff  com.apple.vImage (5.1 - 5.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage        0x10ec51000 -        0x10ec51fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib        0x10ec57000 -        0x10ecb7fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib        0x10ecc1000 -        0x10ed57ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib        0x10ed67000 -        0x10f194fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib        0x10f1f8000 -        0x10f7dcfff  libBLAS.dylib (??? - ???)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib        0x10f820000 -        0x10f925fff  libFontParser.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib        0x10f980000 -        0x10f9d4fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib        0x10f9fb000 -        0x10fa3bff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib        0x10fa50000 -        0x10fa74fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos        0x10fa94000 -        0x10fac7ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS        0x10fae5000 -        0x10fb04fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib        0x10fb14000 -        0x10fc09fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib        0x10fc1b000 -        0x10fca0ff7  com.apple.Heimdal (2.2 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal        0x10fccb000 -        0x10fcd0fff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory         0x10fcdb000 -        0x10fce6fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth         0x10fcf2000 -        0x10fd5aff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI        0x10fd9a000 -        0x10feb3fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv        0x10ff10000 -        0x11006dfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox         0x1100f5000 -        0x11011bfff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols        0x11013a000 -        0x110151fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport        0x110161000 -        0x11018afff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo        0x1101a7000 -        0x11041bfff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage        0x110508000 -        0x11055cff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface        0x110586000 -        0x1105d8ff7  libGLU.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib         0x1105e8000 -        0x1105effff  libGFXShared.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib        0x1105fc000 -        0x110612fff  libGL.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib         0x110624000 -        0x110664fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib        0x110670000 -        0x110672fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib        0x11067a000 -        0x11067dfff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib        0x110685000 -        0x1106e0ff7  com.apple.opencl (2.0.19 - 2.0.19)  /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL        0x1106f4000 -        0x110bbbfff  FaceCoreLight (1.4.7 - compatibility 1.0.0)  /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght        0x110fe0000 -        0x111048ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio        0x111077000 -        0x111077fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib        0x11107f000 -        0x111086ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore        0x111092000 -        0x1112bcfe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData        0x1113ae000 -        0x1113d2fff  com.apple.RemoteViewServices (1.5 - 44.2)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices        0x1113f7000 -        0x1113f7fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit        0x111404000 -        0x11142cfff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis        0x11144d000 -        0x1114c3fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication        0x111505000 -        0x111567ff7  com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion        0x1115a9000 -        0x1115e3fe7  com.apple.DebugSymbols (2.1 - 87)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s        0x1115ff000 -        0x1125a4ff7  com.apple.WebCore (7536 - 7536.24)  /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore        0x114288000 -        0x1142b4ff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal        0x11431f000 -        0x11432cfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib        0x114d8e000 -        0x115046fff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera     0x7fff67e44000 -     0x7fff67e78baf  dyld (195.6 - ???)  /usr/lib/dyld  External Modification Summary:   Calls made by other processes targeting this process:     task_for_pid: 3     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: 661     thread_create: 0     thread_set_state: 0  VM Region Summary: ReadOnly portion of Libraries: Total=157.9M resident=107.2M(68%) swapped_out_or_unallocated=50.6M(32%) Writable regions: Total=1.1G written=9516K(1%) resident=12.9M(1%) swapped_out=0K(0%) unallocated=1.1G(99%)   REGION TYPE                        VIRTUAL ===========                        ======= CG shared images                      128K CoreServices                         1068K JS JIT generated code                   8K JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated) MALLOC                               45.1M MALLOC guard page                      64K SQLite page cache                     288K STACK GUARD                          56.0M Stack                                10.5M VM_ALLOCATE                            64K __CI_BITMAP                            80K __DATA                               14.9M __IMAGE                               528K __LINKEDIT                           34.2M __TEXT                              123.7M __UNICODE                             544K mapped file                          24.7M shared memory                         312K ===========                        ======= TOTAL                                 1.3G TOTAL, minus reserved VM space      312.1M  Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i5, 1.7 GHz, 4 GB, SMC 1.73f63 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.198.19.22) Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports Network Service: USB Ethernet, Ethernet, en1 Serial ATA Device: APPLE SSD SM128C, 121,33 GB USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0xfa200000 / 3 USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024d, 0xfa120000 / 5 USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0xfa113000 / 7 USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2 USB Device: Apple USB Ethernet Adapter, apple_vendor_id, 0x1402, 0xfd120000 / 4 USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0xfd110000 / 3
    This stayed this way for a day and then at one point after restarting my computer a guest user apeared. When I click on it it offers to "restart to a secure, Safari-only system for the Guest user".
    Please help !!!
    Thanks a lot in advance (:
    Btw I use Mac OS X 10.7.5

    but the suggested solutions don't work for me.
    "restart to a secure, Safari-only system for the Guest user".
    Try the instructions here >  Disable the Guest User Account at Mac OS X Lion Login Screen

  • Mainstage 2 crashing on open and wont open again!

    Has been running perfectly for me until all of a sudden.  Now, wont load at all!  Please Help!!!
    Process:         MainStage [2193]
    Path:            /Applications/MainStage.app/Contents/MacOS/MainStage
    Identifier:      com.apple.mainstage
    Version:         2.2.2 (420.4)
    Build Info:      MainStage-4200400~1
    App Item ID:     459585276
    App External ID: 7983891
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [155]
    User ID:         502
    Date/Time:       2013-06-26 23:26:26.404 -0700
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          45150 sec
    Crashes Since Last Report:           62
    Per-App Interval Since Last Report:  31901 sec
    Per-App Crashes Since Last Report:   39
    Anonymous UUID:                      019E1063-48DE-6DA5-000A-F7402D8A3231
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-0000000100357000 [ 3420K] r-x/rwx SM=COW  /Applications/MainStage.app/Contents/MacOS/MainStage
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     000000000000000000 0 + 0
    1   com.apple.music.apps.LogicPro           0x000000010172173b MIDIEngineDeliverEvent + 75
    2   com.apple.music.apps.LogicPro           0x000000010187dfda MidiSend(CSong*, TGInstID, long, PLAYTRACK*, CEv*, short, int, short, TSignedDontCareLength, long, EventSource, unsigned long long) + 1386
    3   com.apple.music.apps.LogicPro           0x0000000101951d96 MixerSend(CSong*, GMIXERGMINST*, CEv*, EventSource) + 166
    4   com.apple.music.apps.LogicPro           0x00000001018ae6f1 SendAutomationEventLong(CSong*, CInst*, int, int, int, bool, int, EventSource) + 977
    5   com.apple.music.apps.LogicPro           0x00000001017de791 PlugInControlChanged(CSong*, unsigned long, long, TAutoCallbackHint, long) + 3505
    6   com.apple.music.apps.LogicPro           0x00000001019067a0 CMDAudioUnit::EventListenerParam(void*, void*, AudioUnitEvent const*, unsigned long long, float) + 656
    7   com.apple.audio.toolbox.AudioToolbox          0x00007fff851a723d CTReceiver::PerformCallbacks(CTThunk*) + 211
    8   com.apple.CoreFoundation                0x00007fff88196804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    9   com.apple.CoreFoundation                0x00007fff8819631d __CFRunLoopDoTimer + 557
    10  com.apple.CoreFoundation                0x00007fff8817bad9 __CFRunLoopRun + 1529
    11  com.apple.CoreFoundation                0x00007fff8817b0e2 CFRunLoopRunSpecific + 290
    12  com.apple.HIToolbox                     0x00007fff876c4eb4 RunCurrentEventLoopInMode + 209
    13  com.apple.HIToolbox                     0x00007fff876c4c52 ReceiveNextEventCommon + 356
    14  com.apple.HIToolbox                     0x00007fff876c4ae3 BlockUntilNextEventMatchingListInMode + 62
    15  com.apple.AppKit                        0x00007fff8a45a533 _DPSNextEvent + 685
    16  com.apple.AppKit                        0x00007fff8a459df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    17  com.apple.AppKit                        0x00007fff8a6a4659 -[NSApplication _realDoModalLoop:peek:] + 485
    18  com.apple.AppKit                        0x00007fff8a6a491e -[NSApplication runModalForWindow:] + 120
    19  com.apple.music.apps.LogicPro           0x0000000101a8e9aa CSongRegionPars::LaunchToTpars(int, CEvLaunch*, MORESEQPARS*) + 4682
    20  com.apple.music.apps.LogicPro           0x0000000101a8ecc8 CSongRegionPars::LaunchToTpars(int, CEvLaunch*, MORESEQPARS*) + 5480
    21  com.apple.music.apps.LogicPro           0x0000000101803ec1 InitDoc(CDocumentLogic*) + 705
    22  com.apple.music.apps.LogicPro           0x00000001017265d1 LgDocumentClose + 513
    23  com.apple.music.apps.LogicPro           0x0000000101726dab LgDocumentOpen + 251
    24  com.apple.mainstage                     0x0000000100009c8a 0x100000000 + 40074
    25  com.apple.AppKit                        0x00007fff8a772527 -[NSDocument readFromURL:ofType:error:] + 546
    26  com.apple.mainstage                     0x000000010000ab65 0x100000000 + 43877
    27  com.apple.AppKit                        0x00007fff8a76bb5f -[NSDocument _initForURL:withContentsOfURL:ofType:error:] + 155
    28  com.apple.AppKit                        0x00007fff8a76bdcd -[NSDocument initForURL:withContentsOfURL:ofType:error:] + 371
    29  com.apple.AppKit                        0x00007fff8a79cc35 -[NSDocumentController makeDocumentForURL:withContentsOfURL:ofType:error:] + 206
    30  com.apple.AppKit                        0x00007fff8a79c325 __block_global_19 + 251
    31  com.apple.AppKit                        0x00007fff8a79c21a __block_global_18 + 688
    32  com.apple.AppKit                        0x00007fff8a799dba -[NSDocumentController _openDocumentWithContentsOfURL:usingProcedure:] + 593
    33  com.apple.AppKit                        0x00007fff8a79bf5f __block_global_17 + 251
    34  libdispatch.dylib                       0x00007fff8ceb5f01 _dispatch_call_block_and_release + 15
    35  libdispatch.dylib                       0x00007fff8ceb20b6 _dispatch_client_callout + 8
    36  libdispatch.dylib                       0x00007fff8ceb70c8 _dispatch_main_queue_callback_4CF + 275
    37  com.apple.CoreFoundation                0x00007fff8817bb4c __CFRunLoopRun + 1644
    38  com.apple.CoreFoundation                0x00007fff8817b0e2 CFRunLoopRunSpecific + 290
    39  com.apple.HIToolbox                     0x00007fff876c4eb4 RunCurrentEventLoopInMode + 209
    40  com.apple.HIToolbox                     0x00007fff876c4c52 ReceiveNextEventCommon + 356
    41  com.apple.HIToolbox                     0x00007fff876c4ae3 BlockUntilNextEventMatchingListInMode + 62
    42  com.apple.AppKit                        0x00007fff8a45a533 _DPSNextEvent + 685
    43  com.apple.AppKit                        0x00007fff8a459df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    44  com.apple.AppKit                        0x00007fff8a4511a3 -[NSApplication run] + 517
    45  com.apple.prokit                        0x000000010286a6c5 NSProApplicationMain + 378
    46  com.apple.mainstage                     0x000000010000ff63 0x100000000 + 65379
    47  com.apple.mainstage                     0x0000000100002e8c 0x100000000 + 11916
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8b400d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8ceb4dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8ceb49ee _dispatch_mgr_thread + 54
    Thread 2:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAFiles            0x0000000102cdaef9 ExtendedAudioFileScheduler::WorkerThreadProc() + 89
    3   com.apple.music.apps.MAFiles            0x0000000102cdb009 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 3:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAFiles            0x0000000102cdaef9 ExtendedAudioFileScheduler::WorkerThreadProc() + 89
    3   com.apple.music.apps.MAFiles            0x0000000102cdb009 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 4:: MTStream+MTThreadStage LIVE Processing: 0
    0   libsystem_kernel.dylib                  0x00007fff8b3fe6c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine          0x000000010069e921 MTWarpTracker::waitOnSemaphore(MTThreadStage*) + 33
    2   com.apple.music.apps.MAAudioEngine          0x000000010069a473 MTThreadStage::processThread() + 259
    3   com.apple.music.apps.MAAudioEngine          0x000000010069a16a MTThreadStage::processThreadFunc(MTThreadStage*) + 394
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 5:: MTStream+MTThreadStage LIVE Processing: 1
    0   libsystem_kernel.dylib                  0x00007fff8b3fe6c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine          0x000000010069e921 MTWarpTracker::waitOnSemaphore(MTThreadStage*) + 33
    2   com.apple.music.apps.MAAudioEngine          0x000000010069a473 MTThreadStage::processThread() + 259
    3   com.apple.music.apps.MAAudioEngine          0x000000010069a16a MTThreadStage::processThreadFunc(MTThreadStage*) + 394
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 6:: MTStream+MTThreadStage LIVE Processing: 2
    0   libsystem_kernel.dylib                  0x00007fff8b3fe6c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine          0x000000010069e921 MTWarpTracker::waitOnSemaphore(MTThreadStage*) + 33
    2   com.apple.music.apps.MAAudioEngine          0x000000010069a473 MTThreadStage::processThread() + 259
    3   com.apple.music.apps.MAAudioEngine          0x000000010069a16a MTThreadStage::processThreadFunc(MTThreadStage*) + 394
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 7:: MTStream+MTThreadStage SLOW Processing: 0
    0   libsystem_kernel.dylib                  0x00007fff8b3fe6c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine          0x000000010069e93a MTWarpTracker::waitOnSemaphore(MTThreadStage*) + 58
    2   com.apple.music.apps.MAAudioEngine          0x000000010069a473 MTThreadStage::processThread() + 259
    3   com.apple.music.apps.MAAudioEngine          0x000000010069a16a MTThreadStage::processThreadFunc(MTThreadStage*) + 394
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 8:: MTStream+MTThreadStage SLOW Processing: 1
    0   libsystem_kernel.dylib                  0x00007fff8b3fe6c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine          0x000000010069e93a MTWarpTracker::waitOnSemaphore(MTThreadStage*) + 58
    2   com.apple.music.apps.MAAudioEngine          0x000000010069a473 MTThreadStage::processThread() + 259
    3   com.apple.music.apps.MAAudioEngine          0x000000010069a16a MTThreadStage::processThreadFunc(MTThreadStage*) + 394
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 9:: MTStream+MTThreadStage SLOW Processing: 2
    0   libsystem_kernel.dylib                  0x00007fff8b3fe6c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine          0x000000010069e93a MTWarpTracker::waitOnSemaphore(MTThreadStage*) + 58
    2   com.apple.music.apps.MAAudioEngine          0x000000010069a473 MTThreadStage::processThread() + 259
    3   com.apple.music.apps.MAAudioEngine          0x000000010069a16a MTThreadStage::processThreadFunc(MTThreadStage*) + 394
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 10:: MTFinalStage High Latency Thread
    0   libsystem_kernel.dylib                  0x00007fff8b400386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89b32800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff89b32717 usleep + 54
    3   com.apple.music.apps.MAAudioEngine          0x0000000100697fd6 MTFinalStage::process() + 342
    4   com.apple.music.apps.MAAudioEngine          0x0000000100697af1 MTFinalStage::processThreadFunc(MTFinalStage*) + 65
    5   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 11:: CoreAudio HAL Output Proc
    0   libsystem_kernel.dylib                  0x00007fff8b3fe686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8b3fdc42 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x00007fff8c0b1c1c HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio               0x00007fff8c0b1baa HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio               0x00007fff8c0affe9 HALC_ProxyIOContext::IOWorkLoop() + 1161
    5   com.apple.audio.CoreAudio               0x00007fff8c0afacf HALC_ProxyIOContext::IOThreadEntry(void*) + 83
    6   com.apple.audio.CoreAudio               0x00007fff8c0af9a7 HALB_IOThread::Entry(void*) + 75
    7   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8b4006d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89aaaf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff89aaad13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff89a951d1 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8b4006d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89aaaf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff89aaad13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff89a951d1 start_wqthread + 13
    Thread 14:: AudioUnit WatchDog
    0   libsystem_kernel.dylib                  0x00007fff8b400386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89b32800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff89b3268a sleep + 61
    3   com.apple.music.apps.MAAudioUnitSupport          0x0000000102c7255f CAudioUnitClient::WatchDog(void*) + 31
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 15:: FileIOThread
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAAudioEngine          0x000000010064c20d AudioFileClose(int, IOInfo*) + 765
    3   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 16:: MTFeederStage High Latency Thread
    0   libsystem_kernel.dylib                  0x00007fff8b400386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89b32800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff89b32717 usleep + 54
    3   com.apple.music.apps.MAAudioEngine          0x0000000100695285 MTFeederStage::processThread() + 3109
    4   com.apple.music.apps.MAAudioEngine          0x0000000100693fa1 MTFeederStage::processThreadFunc(MTFeederStage*) + 65
    5   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8b4006d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89aaaf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff89aaad13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff89a951d1 start_wqthread + 13
    Thread 18:: SeqTimer
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aad023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore          0x00007fff8436a406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore          0x00007fff84369f6d TSWaitOnSemaphoreCommon + 265
    4   com.apple.CoreServices.CarbonCore          0x00007fff84351b21 TimerThread + 356
    5   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8b3fe686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8b3fdc42 mach_msg + 70
    2   com.apple.audio.midi.CoreMIDI           0x00000001027e6970 XServerMachPort::ReceiveMessage(int&, void*, int&) + 96
    3   com.apple.audio.midi.CoreMIDI           0x0000000102802b23 MIDIProcess::RunMIDIInThread() + 243
    4   com.apple.audio.midi.CoreMIDI           0x00000001027e7c2c XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI           0x00000001027e780f CAPThread::Entry(CAPThread*) + 175
    6   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 20:: com.apple.mainstage:MIDI Clock Sender
    0   libsystem_kernel.dylib                  0x00007fff8b400386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89b32800 nanosleep + 163
    2   com.apple.mainstage                     0x00000001001d7e21 0x100000000 + 1932833
    3   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 21:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8b3fe686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8b3fdc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff88176233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8817b916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8817b0e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff85e54546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff85eb2562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8b4006d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89aaaf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff89aaad13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff89a951d1 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8b4006d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89aaaf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff89aaad13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff89a951d1 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8b4006d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89aaaf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff89aaad13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff89a951d1 start_wqthread + 13
    Thread 25:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8b400322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff881baf46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8b3fe686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8b3fdc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff88176233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8817b916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8817b0e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff85e84271 -[NSConcreteTask waitUntilExit] + 183
    6   com.apple.music.apps.MACore             0x00000001026968ff getPkgInfo + 351
    7   com.apple.music.apps.MACore             0x00000001026969bd getPkgVersion + 29
    8   com.apple.music.apps.LogicPro           0x0000000101adf558 ScMemRange::operator new(unsigned long) + 31688
    9   com.apple.music.apps.LogicPro           0x0000000101adf070 ScMemRange::operator new(unsigned long) + 30432
    10  com.apple.music.apps.LogicPro           0x0000000101ade7f2 ScMemRange::operator new(unsigned long) + 28258
    11  com.apple.music.apps.LogicPro           0x0000000101ade5b5 ScMemRange::operator new(unsigned long) + 27685
    12  com.apple.music.apps.LogicPro           0x0000000101ade54f ScMemRange::operator new(unsigned long) + 27583
    13  com.apple.music.apps.LogicPro           0x0000000101addbce ScMemRange::operator new(unsigned long) + 25150
    14  com.apple.music.apps.LogicPro           0x0000000101ad984d ScMemRange::operator new(unsigned long) + 7869
    15  com.apple.Foundation                    0x00007fff85eb2562 __NSThread__main__ + 1345
    16  libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    17  libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8b4006d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89aaaf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff89aaad13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff89a951d1 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8b3fe686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8b3fdc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff88176233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8817b916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8817b0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88189dd1 CFRunLoopRun + 97
    6   com.spectrasonics.Amber                 0x000000011e997697 std::vector<char*, std::allocator<char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char**, std::vector<char*, std::allocator<char*> > >, char* const&) + 569
    7   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 38:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea959f7 non-virtual thunk to GOTextList::~GOTextList() + 142999
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 39:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea96bed non-virtual thunk to GOTextList::~GOTextList() + 147597
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 40:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea96bed non-virtual thunk to GOTextList::~GOTextList() + 147597
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 41:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea96bed non-virtual thunk to GOTextList::~GOTextList() + 147597
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 42:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea96bed non-virtual thunk to GOTextList::~GOTextList() + 147597
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 43:
    0   libsystem_kernel.dylib                  0x00007fff8b4000fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89aacfe9 _pthread_cond_wait + 869
    2   com.spectrasonics.Amber                 0x000000011ea967e0 non-virtual thunk to GOTextList::~GOTextList() + 146560
    3   com.spectrasonics.Amber                 0x000000011ea96bed non-virtual thunk to GOTextList::~GOTextList() + 147597
    4   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 44:
    0   libsystem_kernel.dylib                  0x00007fff8b400386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89b32800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff89b32717 usleep + 54
    3   com.WavesAudio.WaveShell-AU.9.2.20          0x000000012475dab4 wvWavesV9_2::wvThread::WCIdleCommandDispatcher::threadMain(void*) + 36
    4   com.WavesAudio.WaveShell-AU.9.2.20          0x0000000124743340 wvWavesV9_2::wvThread::ThreadWrapper(void*) + 24
    5   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib                  0x00007fff8b400386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89b32800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff89b32717 usleep + 54
    3   com.apple.music.apps.MAAudioUnitSupport          0x0000000102c7307a CGlobalContext::ListenForCallbacks() + 58
    4   com.apple.music.apps.MAAudioUnitSupport          0x0000000102c77a48 CTestClient::CallbackThread(void*) + 40
    5   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 46:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8b400386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89b32800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff89b32717 usleep + 54
    3   com.apple.AppKit                        0x00007fff8a63f838 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff85eb2562 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff89aa87a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff89a951e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000000000006  rdx: 0x0000000101c81a40
      rdi: 0x0000000000000000  rsi: 0x0000000000000090  rbp: 0x00007fff5fbfbf70  rsp: 0x00007fff5fbfbf48
       r8: 0x0000000000012068   r9: 0x00007fff5fbfbf40  r10: 0x0000000000000000  r11: 0x000000014a1c1600
      r12: 0x0000000000000000  r13: 0x0000000150c9d000  r14: 0x0000000101c81a40  r15: 0x0000000000000090
      rip: 0x0000000000000000  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Logical CPU: 0
    Binary Images:
           0x100000000 -        0x100356fef  com.apple.mainstage (2.2.2 - 420.4) <9EF5046A-BA8A-4856-4D3F-5704E113907C> /Applications/MainStage.app/Contents/MacOS/MainStage
           0x10044a000 -        0x100505fef  com.apple.music.apps.MAToolKitLg (9.5.0 - 449.97) <B1AFBA0F-93A5-C036-612D-83AC8D6106BD> /Applications/MainStage.app/Contents/Frameworks/MAToolKitLg.framework/Versions/ A/MAToolKitLg
           0x100553000 -        0x1005d8fef  com.apple.logic.workspace (1.0 - 1.90) <6922E805-EA96-53FC-13F2-7FDD323A7D42> /Applications/MainStage.app/Contents/Frameworks/MAWorkspace.framework/Versions/ A/MAWorkspace
           0x10061e000 -        0x1006caff7  com.apple.music.apps.MAAudioEngine (9.5.0 - 239.34) <0DA8821D-7F22-759E-01C9-C2F7FEEBA742> /Applications/MainStage.app/Contents/Frameworks/MAAudioEngine.framework/Version s/A/MAAudioEngine
           0x100827000 -        0x100847ff7  com.apple.music.apps.MAApogeeSupport (9.5.0 - 313.21) <A924E1C4-3E87-C6CC-9EC9-8399E57AC5A5> /Applications/MainStage.app/Contents/Frameworks/MAApogeeSupport.framework/Versi ons/A/MAApogeeSupport
           0x100856000 -        0x10085bfff  com.apple.music.apps.MAResources (9.5.0 - 212.63) <7ED475A3-BE4E-9BBD-BE27-C493D81776A3> /Applications/MainStage.app/Contents/Frameworks/MAResources.framework/Versions/ A/MAResources
           0x10085f000 -        0x100e90fe7  com.apple.music.apps.MADSP (9.1.5 - 589.91) <1C67E006-3B11-FE5A-0195-451F3BA65859> /Applications/MainStage.app/Contents/Frameworks/MADSP.framework/Versions/A/MADS P
           0x101701000 -        0x101be3fff  com.apple.music.apps.LogicPro (9.5.0 - 1806.36) <2E4A4B93-6D8A-0BDD-948C-EF057F426B97> /Applications/MainStage.app/Contents/Frameworks/LogicPro.framework/Versions/A/L ogicPro
           0x101e3c000 -        0x101ebaff7  com.apple.music.apps.LogicLoopBrowser (9.5.0 - 1806.36) <1CF87F79-8BC3-3FE7-D7D6-2B2B5A0B9BB3> /Applications/MainStage.app/Contents/Frameworks/LogicLoopBrowser.framework/Vers ions/A/LogicLoopBrowser
           0x101ee7000 -        0x102304fe7  com.apple.music.apps.MAPlugInGUI (9.1.5 - 425.65) <FB82C096-765D-FEF5-DC7B-CB42F6363853> /Applications/MainStage.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/ A/MAPlugInGUI
           0x1025ce000 -        0x102625ff7  com.apple.music.apps.MALoopManagement (9.5.0 - 255.62) <9FD94DEA-9BC4-D03B-5447-1180A779D11B> /Applications/MainStage.app/Contents/Frameworks/MALoopManagement.framework/Vers ions/A/MALoopManagement
           0x102660000 -        0x102715fff  com.apple.music.apps.MACore (9.5.0 - 563.81) <816B3724-376B-9586-83E7-F7788C76E7E0> /Applications/MainStage.app/Contents/Frameworks/MACore.framework/Versions/A/MAC ore
           0x102763000 -        0x1027b2fff  com.apple.music.apps.MAHarmony (9.5.0 - 234.63) <0649908E-D59A-6A8E-5D9E-4706229E031E> /Applications/MainStage.app/Contents/Frameworks/MAHarmony.framework/Versions/A/ MAHarmony
           0x1027d9000 -        0x102823ff7  com.apple.audio.midi.CoreMIDI (1.9 - 78) <28B1D3A5-973A-359A-99DC-18BE8C30C6B8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x10284c000 -        0x102ac2ff7  com.apple.prokit (7.3.2 - 1944.10) <41FA1781-64AA-37C2-8CBF-9D72CFD705C0> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x102c5b000 -        0x102c91fe7  com.apple.music.apps.MAAudioUnitSupport (9.5.0 - 233.43) <9C5237FB-1DD5-7A18-7FE4-28E944F8FB6A> /Applications/MainStage.app/Contents/Frameworks/MAAudioUnitSupport.framework/Ve rsions/A/MAAudioUnitSupport
           0x102cb4000 -        0x102d5cfe7  com.apple.music.apps.MAFiles (9.5.0 - 185.72) <9516261E-82A8-A37A-024D-48D20B93526C> /Applications/MainStage.app/Contents/Frameworks/MAFiles.framework/Versions/A/MA Files
           0x102d9b000 -        0x102d9dfff  com.apple.ExceptionHandling (1.5 - 10) <47FF83ED-0C07-308C-A375-2A2189DB1056> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
           0x102da2000 -        0x102dd0fff  com.apple.audio.CoreAudioKit (1.6.5 - 1.6.5) <DF069200-1DBF-3137-9440-1758B47334C1> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x103b89000 -        0x103bb2ff7  com.apple.prokit.LionPanels (7.3.2 - 1944.10) <0203CE91-E926-32CC-80A3-94D8C1C558A1> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
           0x103ff2000 -        0x103ff7fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <586F677E-D0F8-33B2-B6ED-41ED81C9EED9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10552f000 -        0x1055e8ff7  ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x105630000 -        0x105632fff  com.apple.music.apps.anvil.resources (9.5.0 - 280.65) <2BBBAB0F-9D7C-38F2-2033-165621497806> /Applications/MainStage.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x105637000 -        0x105639fff  com.apple.music.apps.common.resources (9.5.0 - 280.65) <4C0210A3-FC47-EEE1-2498-2994D045BED5> /Applications/MainStage.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x10563e000 -        0x105640fff  com.apple.music.apps.efx.resources (9.5.0 - 280.65) <55B61D57-4328-0C41-8FCB-FD45923711D5> /Applications/MainStage.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x105645000 -        0x105647fff  com.apple.music.apps.egt.resources (9.5.0 - 280.65) <0DEF3900-305C-F06C-549D-2BEAF056CE72> /Applications/MainStage.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x10564c000 -        0x10564efff  com.apple.music.apps.emx.resources (9.5.0 - 280.65) <B531ED4E-ED2A-E3EF-9884-1C8577E3BA52> /Applications/MainStage.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x105653000 -        0x105655fff  com.apple.music.apps.es1.resources (9.5.0 - 280.65) <258DD11D-DB38-2C82-FB4C-7586C9DE1391> /Applications/MainStage.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x10565a000 -        0x10565cfff  com.apple.music.apps.es2.resources (9.5.0 - 280.65) <491F311B-5227-6072-29ED-F6F89E665F3B> /Applications/MainStage.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x1057ce000 -        0x1057d0fff  com.apple.music.apps.evb3.resources (9.5.0 - 280.65) <D701AA4A-C542-9D2D-56DC-5AE09240E72E> /Applications/MainStage.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x1057d5000 -        0x1057d7fff  com.apple.music.apps.evd6.resources (9.5.0 - 280.65) <6E37B192-F447-53CE-D76F-921D91F06A01> /Applications/MainStage.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x1057dc000 -        0x1057defff  com.apple.music.apps.evoc.resources (9.5.0 - 280.65) <7ED0E1C2-16DD-666F-9526-0082289CDEDC> /Applications/MainStage.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x1057e3000 -        0x1057e5fff  com.apple.music.apps.evp88.resources (9.5.0 - 280.65) <9AEF5C61-F61D-EC87-DF0C-3668F31BCB0A> /Applications/MainStage.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x1057ea000 -        0x1057ecfff  com.apple.music.apps.exs24.resources (9.5.0 - 280.65) <A3FD0B69-3512-9D6B-C6FB-9319B11E334E> /Applications/MainStage.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x1057f1000 -        0x1057f3fff  com.apple.music.apps.guitaramp.resources (9.5.0 - 280.65) <A3DA05D3-4151-AB9F-3969-403AFA8B12EF> /Applications/MainStage.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guita ramp
           0x1057f8000 -        0x1057fafff  com.apple.music.apps.guitarcontrols.resources (9.5.0 - 280.65) <4A747C62-68A4-A85D-9A1B-C0B5DC8DDF7A> /Applications/MainStage.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/ guitarcontrols
           0x10ee2b000 -        0x10ee2dfff  com.apple.music.apps.looper.resources (9.5.0 - 280.65) <77CC9BFB-800F-3DE6-BFDC-E984E9A8B1D6> /Applications/MainStage.app/Contents/PlugIns/looper.res/Contents/MacOS/looper
           0x10ee32000 -        0x10ee34fff  com.apple.music.apps.mutapdel.resources (9.5.0 - 280.65) <4E8FC3C3-58A3-F762-2B66-F6FC14849CAD> /Applications/MainStage.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapd el
           0x10ee39000 -        0x10ee3bfff  com.apple.music.apps.pedalboard.resources (9.5.0 - 280.65) <03AD4009-D053-87C5-6871-1009202538A1> /Applications/MainStage.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/peda lboard
           0x10ee40000 -        0x10ee42fff  com.apple.music.apps.player.resources (9.5.0 - 280.65) <C0F13EBA-CBE0-53CC-2223-0124533BC372> /Applications/MainStage.app/Contents/PlugIns/player.res/Contents/MacOS/player
           0x10ee47000 -        0x10ee49fff  com.apple.music.apps.revolver.resources (9.5.0 - 280.65) <938F975A-EE58-F12C-C78A-7940E38EBAD5> /Applications/MainStage.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolv er
           0x10ee4e000 -        0x10ee50fff  com.apple.music.apps.sphere.resources (9.5.0 - 280.65) <614B4C41-2E92-4769-A136-790CA774E318> /Applications/MainStage.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x110aed000 -        0x110af6fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x110afc000 -        0x110afdff7 +GenericMacIntel.dylib (0) <77BD015E-77FE-14B7-A7E5-F28C0ABC6F84> /Applications/Waves/*/S1.bundle/Contents/MacOS/GenericMacIntel.dylib
           0x1181df000 -        0x1181ecfff  libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x1181f3000 -        0x1181faff7  com.apple.demo.audiounit.FilterDemo (???) <E759FA74-2E67-4DC6-AFB3-E2A0E60DBD1E> /Library/Audio/Plug-Ins/Components/Omnisphere.component/Contents/Resources/Coco aFilterView.bundle/Contents/MacOS/CocoaFilterView
           0x11874b000 -        0x118776fff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11877f000 -        0x118784fff  com.apple.agl (3.2.1 - AGL-3.2.1) <82AA78D1-159F-3B27-8CA5-1C227C956AC9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1187eb000 -        0x1187f5ff7 +com.Waves.Waveshell-AU-CocoaView (???) <4B6C64FB-1DAA-ECB4-0DC8-FF50340AF3ED> /Library/Audio/Plug-Ins/Components/WaveShell-AU 9.2.component/Contents/Resources/WaveShell-AU-CocoaView.bundle/Contents/MacOS/W aveShell-AU-CocoaView
           0x11b072000 -        0x11b230fff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11b267000 -        0x11b3d7fff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x11b600000 -        0x11b997ff7  com.apple.driver.AppleIntelHDGraphicsGLDriver (8.12.47 - 8.1.2) <87E81C65-6692-39D8-BBF9-6292FED3B7B5> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x11c1af000 -        0x11c1d0fe7 +com.WavesAudio.S1.9.1.0 (9.1.0 - 9.1.09) <AA4109C6-6FB0-141D-E877-FEBE8E274F57> /Applications/Waves/*/S1.bundle/Contents/MacOS/S1
           0x11e88c000 -        0x11ebc5ff8 +com.spectrasonics.Amber (1.5.6d - 1.5.6d) <7FF79E26-30C2-6619-0E7D-4D77C2483A42> /Library/Audio/Plug-Ins/Components/Omnisphere.component/Contents/MacOS/Omnisphe re
           0x12470e000 -        0x124833ff7 +com.WavesAudio.WaveShell-AU.9.2.20 (9.2.20 - 9.2.204) <EF60A3D3-B7CD-622A-C1EA-8EC5FD56340D> /Library/Audio/Plug-Ins/Components/WaveShell-AU 9.2.component/Contents/MacOS/WaveShell-AU
           0x124962000 -        0x124b41fff +com.WavesAudio.WavesLib_9.1.9.1.50 (9.1.50 - 9.1.502) <9B18831B-AE22-C461-9334-CC27985C4508> /Applications/Waves/*/WavesLib_9.1.framework/Versions/A/WavesLib
           0x124ca0000 -        0x124d79ff7  libcrypto.0.9.7.dylib (106) <3E1B14DE-342B-318C-8F22-7B9CD88EE760> /usr/lib/libcrypto.0.9.7.dylib
           0x200000000 -        0x20092eff7  com.apple.GeForceGLDriver (8.12.47 - 8.1.2) <C54C54E7-855D-3C7C-84A0-C20F082E32E9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff69870000 -     0x7fff698a493f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff80464000 -     0x7fff804bbff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff804bc000 -     0x7fff80515ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA

    Hi
    I think you mean that MS will not open because it is set to open the previous project (which crashes), or MS will just 'plain' not open?
    I'd try "Trashing" the MS preferences (remove it from the Preferences folder then restart MS);
    com.apple.mainstage.plist
    Your preferences live in
    Macintosh HD:<USER>:Library:Preferences
    The User Library is hidden by default in Lion and M Mion: Use the Finder:Go menu whilst holding down Option to get there
    CCT

  • Safari Fails to open and crashes after restoring MBP from Time Machine

    I recently restored my information from Time Machine to a replacement MBP and every time I attempt to open Safari I get a message stating Safari failed to open. Any suggestions to solve this problem?
    Here is the Error Message Details:
    Process:         Safari [580]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.7 (7534.57.4)
    Build Info:      WebBrowser-7534057004000000~7
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [130]
    Date/Time:       2012-09-13 16:24:14.957 +1000
    OS Version:      Mac OS X 10.7.4 (11E2617)
    Report Version:  9
    Interval Since Last Report:          153810 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  2 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      C94A602F-2BE0-446F-AFC5-70B44C1CC784
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[580]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])'
    *** First throw call stack:
              0   CoreFoundation                      0x00007fff91172f56 __exceptionPreprocess + 198
              1   libobjc.A.dylib                     0x00007fff914c5dee objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff91172d8a +[NSException raise:format:arguments:] + 106
              3   Foundation                          0x00007fff8aacf71f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
              4   AppKit                              0x00007fff8982bcdf -[NSMenu itemAtIndex:] + 165
              5   AppKit                              0x00007fff8982be38 -[NSMenu removeItemAtIndex:] + 63
              6   Safari                              0x0000000107e71c2e -[AppController awakeFromNib] + 387
              7   CoreFoundation                      0x00007fff91169fb1 -[NSObject performSelector:] + 49
              8   CoreFoundation                      0x00007fff91169f32 -[NSSet makeObjectsPerformSelector:] + 274
              9   AppKit                              0x00007fff898139ff -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245
              10  AppKit                              0x00007fff89809f73 loadNib + 322
              11  AppKit                              0x00007fff89809470 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
              12  AppKit                              0x00007fff8980938b +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
              13  AppKit                              0x00007fff898092ce +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
              14  AppKit                              0x00007fff89a7a06f NSApplicationMain + 398
              15  Safari                              0x0000000108074806 SafariMain + 166
              16  Safari                              0x0000000107e60f24 Safari + 3876
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff88065ce2 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff9217a7d2 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff9216ba7a abort + 143
    3   libc++abi.dylib                         0x00007fff8cbe47bc abort_message + 214
    4   libc++abi.dylib                         0x00007fff8cbe1fcf default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff914c6249 _objc_terminate + 94
    6   libc++abi.dylib                         0x00007fff8cbe2001 safe_handler_caller(void (*)()) + 11
    7   libc++abi.dylib                         0x00007fff8cbe205c std::terminate() + 16
    8   libc++abi.dylib                         0x00007fff8cbe3152 __cxa_throw + 114
    9   libobjc.A.dylib                         0x00007fff914c5f0a objc_exception_throw + 327
    10  com.apple.CoreFoundation                0x00007fff91172d8a +[NSException raise:format:arguments:] + 106
    11  com.apple.Foundation                    0x00007fff8aacf71f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    12  com.apple.AppKit                        0x00007fff8982bcdf -[NSMenu itemAtIndex:] + 165
    13  com.apple.AppKit                        0x00007fff8982be38 -[NSMenu removeItemAtIndex:] + 63
    14  com.apple.Safari.framework              0x0000000107e71c2e -[AppController awakeFromNib] + 387
    15  com.apple.CoreFoundation                0x00007fff91169fb1 -[NSObject performSelector:] + 49
    16  com.apple.CoreFoundation                0x00007fff91169f32 -[NSSet makeObjectsPerformSelector:] + 274
    17  com.apple.AppKit                        0x00007fff898139ff -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245
    18  com.apple.AppKit                        0x00007fff89809f73 loadNib + 322
    19  com.apple.AppKit                        0x00007fff89809470 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
    20  com.apple.AppKit                        0x00007fff8980938b +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
    21  com.apple.AppKit                        0x00007fff898092ce +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
    22  com.apple.AppKit                        0x00007fff89a7a06f NSApplicationMain + 398
    23  com.apple.Safari.framework              0x0000000108074806 SafariMain + 166
    24  com.apple.Safari                        0x0000000107e60f24 0x107e60000 + 3876
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff880667e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8b74178a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8b74031a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff88066192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9217a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9217bb85 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libsystem_kernel.dylib                  0x00007fff880665b6 fsync + 10
    1   libsqlite3.dylib                        0x00007fff8e81ee38 unixSync + 72
    2   libsqlite3.dylib                        0x00007fff8e82c991 syncJournal + 705
    3   libsqlite3.dylib                        0x00007fff8e81da1e sqlite3PagerCommitPhaseOne + 1262
    4   libsqlite3.dylib                        0x00007fff8e80911e sqlite3BtreeCommitPhaseOne + 478
    5   libsqlite3.dylib                        0x00007fff8e808735 vdbeCommit + 981
    6   libsqlite3.dylib                        0x00007fff8e7cb55a sqlite3VdbeHalt + 4442
    7   libsqlite3.dylib                        0x00007fff8e7fd1a6 sqlite3VdbeExec + 51958
    8   libsqlite3.dylib                        0x00007fff8e7efa5b sqlite3_step + 1883
    9   libsqlite3.dylib                        0x00007fff8e7b2fb5 sqlite3_exec + 533
    10  com.apple.CFNetwork                     0x00007fff90e73b0c __CFURLCache::CreateTablesAndIndexes(sqlite3*) + 158
    11  com.apple.CFNetwork                     0x00007fff90e73f24 __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen_NoLock() + 184
    12  com.apple.CFNetwork                     0x00007fff90e743f1 __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen() + 75
    13  com.apple.CFNetwork                     0x00007fff90ddc55b __CFURLCache::OpenDatabase() + 221
    14  com.apple.CFNetwork                     0x00007fff90ddc040 ProcessCacheTasks(__CFURLCache*, bool) + 265
    15  com.apple.CFNetwork                     0x00007fff90ddba72 _ZL24_CFURLCacheTimerCallbackPv + 662
    16  libdispatch.dylib                       0x00007fff8b73fa86 _dispatch_call_block_and_release + 18
    17  libdispatch.dylib                       0x00007fff8b7412d6 _dispatch_queue_drain + 264
    18  libdispatch.dylib                       0x00007fff8b741132 _dispatch_queue_invoke + 54
    19  libdispatch.dylib                       0x00007fff8b74092c _dispatch_worker_thread2 + 198
    20  libsystem_c.dylib                       0x00007fff9217a3da _pthread_wqthread + 316
    21  libsystem_c.dylib                       0x00007fff9217bb85 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   com.apple.WebCore                       0x0000000109698030 ***::StringAppend<***::StringAppend<***::String, ***::String>, char const*> ***::operator+<***::String, ***::String, char const*>(***::StringAppend<***::String, ***::String> const&, char const*) + 0
    1   com.apple.WebCore                       0x0000000109086721 _ZN7WebCoreL20createDatabaseTablesERNS_14SQLiteDatabaseE + 673
    2   com.apple.WebCore                       0x0000000108f0e8ab WebCore::IconDatabase::performOpenInitialization() + 715
    3   com.apple.WebCore                       0x0000000108f0dc9a WebCore::IconDatabase::iconDatabaseSyncThread() + 314
    4   com.apple.JavaScriptCore                0x000000010885411f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff921788bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff9217bb75 thread_start + 13
    Thread 5:: CoreAnimation render server
    0   libsystem_kernel.dylib                  0x00007fff8806467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88063d71 mach_msg + 73
    2   com.apple.QuartzCore                    0x00007fff8f692df5 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore                    0x00007fff8f692d35 thread_fun + 24
    4   libsystem_c.dylib                       0x00007fff921788bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff9217bb75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff67a5e418  rdx: 0x0000000000000000
      rdi: 0x000000000000060b  rsi: 0x0000000000000006  rbp: 0x00007fff67a5e440  rsp: 0x00007fff67a5e418
       r8: 0x00007fff7745bfb8   r9: 0x00007fff67a5dea8  r10: 0x00007fff88065d0a  r11: 0xffffff80002dad60
      r12: 0x00007f9cfc82bd90  r13: 0x0000000000000008  r14: 0x00007fff7745e960  r15: 0x00007fff67a5e590
      rip: 0x00007fff88065ce2  rfl: 0x0000000000000246  cr2: 0x00007f9cfc0443fe
    Logical CPU: 0
    Binary Images:
           0x107e60000 -        0x107e60fff  com.apple.Safari (5.1.7 - 7534.57.4) <468C5147-26BF-321F-A7E6-42DA82AD4B1B> /Applications/Safari.app/Contents/MacOS/Safari
           0x107e65000 -        0x1082ffff7  com.apple.Safari.framework (7536 - 7536.25) <C95F0D4E-6984-3D2F-B0BA-5D12A164EAC8> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x108621000 -        0x1088b0fff  com.apple.JavaScriptCore (7536 - 7536.24) <C613502E-BC98-3269-A25C-4BDB2D87590B> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x108963000 -        0x108ae5ff7  com.apple.WebKit (7536 - 7536.25) <8D171955-A1CA-31AA-B701-B9D4F760B10B> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x108bd2000 -        0x108dabfff  com.apple.WebKit2 (7536 - 7536.25) <15991DAF-D0C9-3D65-A96B-AF7428ADCC4E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x108f0a000 -        0x109eafff7  com.apple.WebCore (7536 - 7536.24) <F2C26660-05D7-34A7-9158-9C3D21BEB32F> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
        0x7fff67a60000 -     0x7fff67a94baf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
        0x7fff85a19000 -     0x7fff85a53fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff85a54000 -     0x7fff85a66ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff86739000 -     0x7fff86b66fff  libLAPACK.dylib (??? - ???) <C7456566-4B04-3971-8D62-DE0DEBE811B7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff86c18000 -     0x7fff86c41fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff86c51000 -     0x7fff86c90fff  com.apple.AE (527.7 - 527.7) <9B3F7EC2-EDE2-3123-BAA5-C36A09BA038E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff86c91000 -     0x7fff86cc4ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff86db2000 -     0x7fff86f0bfff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E5B0E9FC-9823-33DD-BE31-C856CF9BB451> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff86f0c000 -     0x7fff87180fff  com.apple.CoreImage (7.98 - 1.0.1) <1E7BFFE3-4A46-317F-A1C0-A6FE040DE908> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff87382000 -     0x7fff87407ff7  com.apple.Heimdal (2.2 - 2.0) <A9FC8FF4-8D02-3D91-B409-AF19B72AEFDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff87634000 -     0x7fff87682fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff8774b000 -     0x7fff8774bfff  com.apple.vecLib (3.7 - vecLib 3.7) <F968254A-2A06-3E2A-A587-151D7A2DB55A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8774c000 -     0x7fff87751fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <3D114C8A-AD1F-3C78-9E8C-B8F3810740E5> /usr/lib/system/libcache.dylib
        0x7fff87ab0000 -     0x7fff87b04fff  libFontRegistry.dylib (??? - ???) <2CCED595-0992-3A04-A8E8-887429652789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff87b05000 -     0x7fff87c0afff  libFontParser.dylib (??? - ???) <DA05BC85-D79C-3F8E-A641-3E1E63B8E842> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff87c0b000 -     0x7fff87c0cfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff87f4e000 -     0x7fff87f56fff  libsystem_dnssd.dylib (??? - ???) <8A0F6F23-53C1-34FD-B641-4C0771C71E2A> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff87f57000 -     0x7fff87f73ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87f87000 -     0x7fff8804eff7  com.apple.ColorSync (4.7.4 - 4.7.4) <F00820E4-7753-3F41-8D3D-95CD6F174886> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8804f000 -     0x7fff8806ffff  libsystem_kernel.dylib (1699.31.2 - compatibility 1.0.0) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib
        0x7fff88070000 -     0x7fff88094fff  com.apple.Kerberos (1.0 - 1) <5A114BAB-19C7-30B1-B9FB-F40019499734> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff881d2000 -     0x7fff881d9fff  com.apple.NetFS (4.0 - 4.0) <30AAE235-3F64-38BC-B0C9-271C8979C1C9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff881da000 -     0x7fff8827cfff  com.apple.securityfoundation (5.0 - 55116) <1E062087-A9B1-3E38-8133-E9D282EA34B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8828b000 -     0x7fff88298ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <DFAB8CA8-CC9D-3F58-8C12-CE120442AACD> /usr/lib/libbz2.1.0.dylib
        0x7fff88299000 -     0x7fff885b5fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <CDCB53C0-D212-3485-A594-DDE33AAC5AF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff885c5000 -     0x7fff886d1fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <557A7749-70EE-3ADF-BC3E-0A5E7DDCD8C1> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff886d2000 -     0x7fff886fdff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff886fe000 -     0x7fff88834fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff888bb000 -     0x7fff888bdff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff888be000 -     0x7fff88963fff  com.apple.ink.framework (1.4 - 110) <93447D68-3018-30EB-9359-56385DDE4BA7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff88964000 -     0x7fff88964fff  com.apple.Carbon (153 - 153) <51D75B5A-3F04-32C9-BBA4-A96AF6E3FDFA> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff88965000 -     0x7fff8896cfff  libGFXShared.dylib (??? - ???) <0EA5DB50-D9AA-3BD5-9B1A-D5A82BD10E14> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff88dfe000 -     0x7fff88e15fff  com.apple.CFOpenDirectory (10.7 - 146) <BBB7C97E-7B46-3286-9128-32B5D16B5CBE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff88e18000 -     0x7fff88e1dfff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff88e1e000 -     0x7fff88e3bff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff88e3c000 -     0x7fff88eefff7  com.apple.CoreText (220.20.0 - ???) <4C3E0213-2627-37D1-8550-E30A0EA6C262> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff88ef0000 -     0x7fff88ff2fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff88ff3000 -     0x7fff89047ff7  com.apple.ScalableUserInterface (1.0 - 1) <EB468227-3203-38C9-A5BC-E28576D507CF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff89048000 -     0x7fff89272fe7  com.apple.CoreData (104.1 - 358.14) <1C100A86-EEDF-352E-8BC0-DFE82FF92362> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff89383000 -     0x7fff89389fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <22E77322-56E7-3730-9289-D8825A08408F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8938a000 -     0x7fff89398fff  com.apple.NetAuth (3.2 - 3.2) <B247BEAB-E3DA-3075-A2E5-BD3371AB0FA4> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff89399000 -     0x7fff8939fff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff893a0000 -     0x7fff89416fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff89417000 -     0x7fff8942cfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <4DD43F2F-7688-3028-868C-4E2876AFBF21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8942d000 -     0x7fff8962ffff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
        0x7fff896d1000 -     0x7fff89713ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89714000 -     0x7fff897f8fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <DAE95FD5-AA73-30E2-B563-EA2BDBD4D3CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff897f9000 -     0x7fff8a3ffff7  com.apple.AppKit (6.7.3 - 1138.47) <2618FECE-B780-3682-B493-4200D473ED6F> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8a404000 -     0x7fff8a40afff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <548BAEB6-8C4C-3B0F-AB0C-7E1C960BCAB5> /usr/lib/system/libmacho.dylib
        0x7fff8a40b000 -     0x7fff8a9effff  libBLAS.dylib (??? - ???) <09028536-1215-324C-B7BD-384CF5DBC5D0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a9f0000 -     0x7fff8aa03ff7  libCRFSuite.dylib (??? - ???) <322486D1-359C-3059-BF53-D4B038621E18> /usr/lib/libCRFSuite.dylib
        0x7fff8aa04000 -     0x7fff8ad1dfff  com.apple.Foundation (6.7.2 - 833.25) <F6584E06-7C8F-3422-AF84-3AA58EC67935> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8ae01000 -     0x7fff8ae5cff7  com.apple.opencl (2.0.16 - 2.0.16) <63F5AAE4-23DC-3279-AED7-6170D086C397> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8ae5d000 -     0x7fff8aeafff7  libGLU.dylib (??? - ???) <E9C325A6-D3D6-3C6A-A655-D2CB5BBEB992> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8aebe000 -     0x7fff8aee6fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8aee7000 -     0x7fff8af57fff  com.apple.datadetectorscore (3.0 - 179.4) <D14F635D-D403-3780-85C9-91EB0CA07F8E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8af58000 -     0x7fff8af7efff  com.apple.framework.familycontrols (3.0 - 300) <84E55A2E-643E-36E9-AFD8-CED667AF6B8E> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8b10b000 -     0x7fff8b1eaff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <CDA0CC54-1442-3467-91D6-44456BD93733> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8b217000 -     0x7fff8b218ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8b219000 -     0x7fff8b220fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <65602684-33B1-32DE-802B-050CE07659AC> /usr/lib/system/libcopyfile.dylib
        0x7fff8b221000 -     0x7fff8b72aff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8b72f000 -     0x7fff8b73dff7  libkxld.dylib (??? - ???) <9F65E9DF-2A92-3CE2-BA34-247D392DAB48> /usr/lib/system/libkxld.dylib
        0x7fff8b73e000 -     0x7fff8b74cfff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
        0x7fff8b8a6000 -     0x7fff8b8baff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <A7C58D71-6D4A-317D-AA06-D648B1F78573> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8b8bb000 -     0x7fff8b8dafff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8b9a4000 -     0x7fff8b9e4ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <BDD11BE5-A9AB-347C-AB30-FDA1C5603E68> /usr/lib/libcups.2.dylib
        0x7fff8b9e5000 -     0x7fff8bcceff7  com.apple.security (7.0 - 55148.1) <19F7B16B-B974-3274-886F-B8B2FA56032F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8bcde000 -     0x7fff8c00aff7  com.apple.HIToolbox (1.9 - ???) <32527EBE-4E99-31F6-BBE7-60A796803905> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8c00b000 -     0x7fff8c016ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8c017000 -     0x7fff8c01cfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8c1fa000 -     0x7fff8c1fafff  com.apple.Accelerate (1.7 - Accelerate 1.7) <A42ACCF8-7C09-3891-B2B3-F6048A650BA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8c1fb000 -     0x7fff8c21bfff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8c277000 -     0x7fff8c280ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c474000 -     0x7fff8c4dcff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <18776038-F2E5-360B-92BF-9263325E7F7D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8c518000 -     0x7fff8c625fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c626000 -     0x7fff8c627fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff8c914000 -     0x7fff8c914fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4F7416F1-A069-3A39-B5F1-008279F6B819> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8c9a7000 -     0x7fff8ca2bff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <46ED8F7A-01E9-3733-A531-3512DA8BC113> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8ca5d000 -     0x7fff8caa9ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8caac000 -     0x7fff8caaffff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8cbc2000 -     0x7fff8cbc2fff  com.apple.Cocoa (6.6 - ???) <9E3D4787-A2CE-38E0-BEF8-E5DA63B6E6A1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8cbc3000 -     0x7fff8cbc4fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <0482C762-746D-37EB-A8C9-E1048CF70462> /usr/lib/system/libunc.dylib
        0x7fff8cbcd000 -     0x7fff8cbcffff  com.apple.TrustEvaluationAgent (2.0 - 1) <3087AE86-B57F-3D39-9885-C93DC6FD5163> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8cbdc000 -     0x7fff8cbe7ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8cbe8000 -     0x7fff8cbe9fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8d42e000 -     0x7fff8d43dfff  com.apple.opengl (1.8.0 - 1.8.0) <F487C903-3082-3528-916D-AC96AFF23927> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d43e000 -     0x7fff8d441fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8d45e000 -     0x7fff8d46bfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <36A15341-34AB-3D2B-96AD-15E198AA5180> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8d4f5000 -     0x7fff8d4f6ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8d4f7000 -     0x7fff8d4fbfff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
        0x7fff8d4fc000 -     0x7fff8d55eff7  com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8d55f000 -     0x7fff8d571ff7  libbsm.0.dylib (??? - ???) <666E88F0-F8F3-3490-B688-2CF9418CB7E8> /usr/lib/libbsm.0.dylib
        0x7fff8d5a8000 -     0x7fff8da6ffff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8e7a8000 -     0x7fff8e8affe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8e8b0000 -     0x7fff8e919fff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8e960000 -     0x7fff8e96bfff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8e96c000 -     0x7fff8e96dff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <8901B7EE-6CA0-31F3-BBFE-BB71C90B1E49> /usr/lib/system/libremovefile.dylib
        0x7fff8e9d0000 -     0x7fff8ea66ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <C06C0706-3462-3F24-A8BE-4DA8076DE59F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8ea67000 -     0x7fff8ea76fff  libxar-nossl.dylib (??? - ???) <518C0791-AB8D-3E8A-BB40-D4F312704FE2> /usr/lib/libxar-nossl.dylib
        0x7fff8ea77000 -     0x7fff8eaeafff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8eaeb000 -     0x7fff8eb1bff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3107DEB8-A19E-3C51-8F2D-67CCE49FD401> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8ebad000 -     0x7fff8ebb3fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8ec3c000 -     0x7fff8ec41fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8ec4f000 -     0x7fff8ecc5fff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
        0x7fff8edc8000 -     0x7fff8ee09fff  com.apple.QD (3.40 - ???) <05970F98-B752-37AF-B577-2B940DF020A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8ee0a000 -     0x7fff8ee45fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff8ee46000 -     0x7fff8ee9efff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8f564000 -     0x7fff8f58fff7  com.apple.CoreServicesInternal (113.17 - 113.17) <3D222F99-6155-363D-8B84-263B80500226> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8f590000 -     0x7fff8f5fbff7  com.apple.framework.IOKit (2.0 - ???) <BA8FC1EB-0360-394F-9D6C-1D58BB187466> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f690000 -     0x7fff8f830ff7  com.apple.QuartzCore (1.7 - 270.5) <E038F95C-B66D-3B04-AB32-5BB30FD7CB2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8f831000 -     0x7fff8f834ff7  com.apple.securityhi (4.0 - 1) <CA808DC8-7DCF-3B96-A6E8-C9A777C55DF9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8f835000 -     0x7fff8f852fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff8f853000 -     0x7fff8f858ff7  libsystem_network.dylib (??? - ???) <DD7492F9-39FB-3E73-9028-3E1027D012B9> /usr/lib/system/libsystem_network.dylib
        0x7fff8f859000 -     0x7fff8f86ffff  libGL.dylib (??? - ???) <E0183967-5EA6-3428-AC3B-0403A06F0E3F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8f870000 -     0x7fff8f89dfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <BD83ECD7-B044-364F-9392-9AE1FB3BBBD6> /usr/lib/libSystem.B.dylib
        0x7fff8f89e000 -     0x7fff8f8fefff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <1E3EEDA7-1DC6-3593-9DED-0BAFA0972A76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8f964000 -     0x7fff8fa59fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff8fa5a000 -     0x7fff8fa64ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
        0x7fff8fab3000 -     0x7fff8faf3fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8ffc6000 -     0x7fff8fffbfff  com.apple.securityinterface (5.0 - 55022.4) <DAAEC695-EB88-311E-B929-B4CD9073924E> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8fffc000 -     0x7fff90114fff  com.apple.DesktopServices (1.6.4 - 1.6.4) <E1A724B2-0DCD-338B-86E2-76AB498DBA2E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff90119000 -     0x7fff9011cfff  com.apple.help (1.3.2 - 42) <416BA8D2-9A2F-3F07-9E6B-E1231A92AAC0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff9011d000 -     0x7fff9011ffff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
        0x7fff90167000 -     0x7fff90b04b47  com.apple.CoreGraphics (1.600.0 - ???) <C08FBA1B-E6C0-3020-AD4D-3A041734577D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff90b05000 -     0x7fff90b2eff7  com.apple.framework.Apple80211 (7.4 - 740.2) <341665EC-C964-34E0-92E1-743A66F94A44> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff90be8000 -     0x7fff90bedfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff90bfa000 -     0x7fff90bfcfff  libCVMSPluginSupport.dylib (??? - ???) <CBAE2CCA-3B42-328E-8FA5-5EF22622EAEB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff90bfd000 -     0x7fff90bfdfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff90bfe000 -     0x7fff90c98ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C5585E08-76A0-34E0-B92C-22BA9D3E083C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff90ce0000 -     0x7fff90ce7ff7  com.apple.CommerceCore (1.0 - 17) <95285481-4162-308B-85E9-E0A47D4F3766> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff90ce8000 -     0x7fff90cfffff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff90d00000 -     0x7fff90d29fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff90d2a000 -     0x7fff90d6afe7  libGLImage.dylib (??? - ???) <11B7E8A0-F475-32BD-9234-1E245384F586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff90db4000 -     0x7fff90dcaff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff90dcb000 -     0x7fff90dd8fff  com.apple.CrashReporterSupport (10.7.4 - 352) <C806C4A3-25FE-3D62-BFF4-0DB41589CF83> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90dd9000 -     0x7fff90f40fff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff90f80000 -     0x7fff90f84ff7  com.apple.CommonPanels (1.2.5 - 94) <CA9C910D-E406-33E7-B8EE-C86EAA62AB68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff90f85000 -     0x7fff90f85fff  com.apple.CoreServices (53 - 53) <97E086D0-20B4-3BB4-BEE2-04EE5700D55B> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff910cf000 -     0x7fff912a3ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff912a4000 -     0x7fff912b3fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
        0x7fff912b4000 -     0x7fff912b4fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff914af000 -     0x7fff91593ed7  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <76082BBC-446B-3355-AED5-0DBCEE600CB2> /usr/lib/libobjc.A.dylib
        0x7fff91594000 -     0x7fff915f0ff7  com.apple.HIServices (1.21 - ???) <25FBDEA4-871F-3A58-A525-0E1799945522> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff91918000 -     0x7fff91918fff  com.apple.ApplicationServices (41 - 41) <E23F1CED-C0FB-35A8-9657-484C5E6A32AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff91919000 -     0x7fff91994ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <51681D6E-62D3-3B7D-9981-D3FC3568BAB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff91995000 -     0x7fff91a18fef  com.apple.Metadata (10.7.0 - 627.35) <6769AD6A-58D2-3D25-B289-15C65B82CF8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff92004000 -     0x7fff92028fff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9202e000 -     0x7fff92070fff  com.apple.corelocation (330.12 - 330.12) <61E65321-958C-3E89-9F02-05BD2B7D898D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff9209f000 -     0x7fff920a3fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff920a4000 -     0x7fff920edff7  com.apple.framework.CoreWLAN (2.1.2 - 212.2) <F8F7E96C-C256-329B-AAEE-3F770B79EE04> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff9212a000 -     0x7fff92207fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib
        0x7fff9270c000 -     0x7fff927adff7  com.apple.LaunchServices (480.34 - 480.34) <67D5B865-B4B6-3522-8652-654A4E3F4B6D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        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: 1311
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=186.8M resident=130.5M(70%) swapped_out_or_unallocated=56.4M(30%)
    Writable regions: Total=1.1G written=4280K(0%) resident=5508K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG shared images                       96K
    CoreServices                         1304K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    MALLOC                               44.2M
    MALLOC guard page                      64K
    SQLite page cache                     288K
    STACK GUARD                          56.0M
    Stack                                10.5M
    VM_ALLOCATE                            64K
    __CI_BITMAP                            80K
    __DATA                               17.4M
    __IMAGE                               528K
    __LINKEDIT                           61.0M
    __RC_CAMERAS                          248K
    __TEXT                              125.9M
    __UNICODE                             544K
    mapped file                          24.7M
    shared memory                         312K
    ===========                        =======
    TOTAL                                 1.3G
    TOTAL, minus reserved VM space      343.2M
    Model: MacBookPro9,1, BootROM MBP91.00D3.B06, 4 processors, Intel Core i7, 2.6 GHz, 8 GB, SMC 2.1f170
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.21)
    Bluetooth: Version 4.0.7f2, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS727575A9E362, 750.16 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 7s

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, copy the text on the line below into the box that opens, and press return:
    /System/Library/StagedFrameworks/Safari/WebKit.framework
    A Finder window will open with an item selected. Move the selected item, WebKit.framework, to the Desktop. You may be prompted for your login password.
    Run Software Update. If a Safari update is available, install it. Test.
    If no Safari update appears in Software Update, put back the item you moved to the Desktop, then launch Disk Utility and repair permissions. Post your results.

  • IMovie won't open and keeps unexpectedly quitting!!

    I am a Youtuber and film student. I have a lot of projects in the making and am panicking that they're gone for good because iMovie won't open anymore!! If anyone can help me solve this issue, I'd be eternally grateful!
    Process:         iMovie [617]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovieApp
    Version:         10.0.3 (245586)
    Build Info:      iMovieX-24558006035000000~1
    App Item ID:     408981434
    App External ID: 521012678
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [153]
    Responsible:     iMovie [617]
    User ID:         501
    Date/Time:       2015-04-09 23:33:54.938 -0400
    OS Version:      Mac OS X 10.9.5 (13F1077)
    Report Version:  11
    Anonymous UUID:  991026A5-0A11-3D0D-535C-519A185B5CF8
    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: '*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x62, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x30)'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff972ce25c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff992aee75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff972ce10c +[NSException raise:format:] + 204
    3   Foundation                          0x00007fff954456a7 -[NSKeyedUnarchiver initForReadingWithData:] + 3055
    4   Foundation                          0x00007fff95551322 +[NSKeyedUnarchiver unarchiveObjectWithFile:] + 124
    5   MotionEffect                        0x0000000116ae4c88 __33+[FFMotionEffect registerEffects]_block_invoke + 334
    6   libdispatch.dylib                   0x00007fff9a43a28d _dispatch_client_callout + 8
    7   libdispatch.dylib                   0x00007fff9a43a1fc dispatch_once_f + 79
    8   MotionEffect                        0x0000000116ae4b38 +[FFMotionEffect registerEffects] + 91
    9   Flexo                               0x000000010dd920d7 +[FFEffect(RuntimeBundleLoading) _registerEffectsInBundle:atPath:] + 135
    10  Flexo                               0x000000010df3b93d +[FFPluginDirectoryScanner _scanDirectory:withExtension:scanned:delegate:didLoadSelector:] + 653
    11  Flexo                               0x000000010df3bda1 +[FFPluginDirectoryScanner scanForPluginsInDirectory:withExtension:delegate:didLoadSelector:] + 961
    12  Flexo                               0x000000010dd9250c +[FFEffect(RuntimeBundleLoading) initEffectRegistry] + 284
    13  Flexo                               0x000000010dda84c5 FFInitializePart2 + 85
    14  Flexo                               0x000000010dd7e096 +[Flexo finishInit] + 22
    15  iMovie                              0x000000010d582ceb main + 1515
    16  libdyld.dylib                       0x00007fff8e42a5fd start + 1
    17  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8fe9e866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff93b4f35c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8f758b1a abort + 125
    3   libc++abi.dylib               0x00007fff8f0fdf31 abort_message + 257
    4   libc++abi.dylib               0x00007fff8f123952 default_terminate_handler() + 264
    5   libobjc.A.dylib               0x00007fff992af30d _objc_terminate() + 103
    6   libc++abi.dylib               0x00007fff8f1211d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x00007fff8f121246 std::terminate() + 54
    8   libobjc.A.dylib               0x00007fff992af0b0 objc_terminate + 9
    9   libdispatch.dylib             0x00007fff9a43a2a1 _dispatch_client_callout + 28
    10  libdispatch.dylib             0x00007fff9a43a1fc dispatch_once_f + 79
    11  com.apple.Motion.effect       0x0000000116ae4b38 +[FFMotionEffect registerEffects] + 91
    12  com.apple.Flexo               0x000000010dd920d7 +[FFEffect(RuntimeBundleLoading) _registerEffectsInBundle:atPath:] + 135
    13  com.apple.Flexo               0x000000010df3b93d +[FFPluginDirectoryScanner _scanDirectory:withExtension:scanned:delegate:didLoadSelector:] + 653
    14  com.apple.Flexo               0x000000010df3bda1 +[FFPluginDirectoryScanner scanForPluginsInDirectory:withExtension:delegate:didLoadSelector:] + 961
    15  com.apple.Flexo               0x000000010dd9250c +[FFEffect(RuntimeBundleLoading) initEffectRegistry] + 284
    16  com.apple.Flexo               0x000000010dda84c5 FFInitializePart2 + 85
    17  com.apple.Flexo               0x000000010dd7e096 +[Flexo finishInit] + 22
    18  com.apple.iMovieApp           0x000000010d582ceb main + 1515
    19  libdyld.dylib                 0x00007fff8e42a5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8fe9f662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff9a43c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff9a43c136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 5:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib         0x00007fff8fe9e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93b50c3b _pthread_cond_wait + 727
    2   com.apple.progl.framework     0x000000010fc66490 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework   0x000000010d7e219f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib       0x00007fff93b4e899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff93b4e72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff93b52fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7dfe7310  rcx: 0x00007fff526861e8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff52686210  rsp: 0x00007fff526861e8
       r8: 0x6e6f697470656378   r9: 0x00007fff8f7808d0  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff52686370  r13: 0x000000010f150b10  r14: 0x0000000000000006  r15: 0x00007fff52686250
      rip: 0x00007fff8fe9e866  rfl: 0x0000000000000206  cr2: 0x000000010fc5b000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10d579000 -        0x10d6d5fff  com.apple.iMovieApp (10.0.3 - 245586) <536C59CC-6708-35B7-BF0A-FB935024FDEB> /Applications/iMovie.app/Contents/MacOS/iMovie
           0x10d7c5000 -        0x10d8b6fff  com.apple.procore.framework (4.0.2 - 24389.9.34) <6D44FACB-D339-3CA3-AB5F-8EC73EADD589> /Applications/iMovie.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCo re
           0x10d922000 -        0x10d96bfff  com.apple.CoreMedia.ProAppsSupport (1.0 - 1273.26) <677412E1-C337-3EFA-B448-ADC6BF85CBC9> /Applications/iMovie.app/Contents/Frameworks/CoreMedia.framework/Versions/A/Cor eMedia
           0x10d99b000 -        0x10dbf5fff  com.apple.prokit (8.0 - 5015) <D20E8266-0AD5-34EA-96FF-F27DE5BCDBEC> /Applications/iMovie.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
           0x10dd75000 -        0x10ef50fff  com.apple.Flexo (1.0.0 - 24529.7.34) <764572B0-1FE8-3861-ACBD-DD0DC8DF32C8> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
           0x10f71c000 -        0x10f7e8fff  com.apple.proapps.MIO (2.0 - 24389.9.34) <1CBCF00B-C2D6-3601-A1C5-AC368ACC3DA7> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
           0x10f860000 -        0x10f8b0ff7  com.apple.pro.sharedstudio (1.0 - 24389.9.34) <8F16BE83-EFDE-3B46-BF66-D0AD9F65E2B8> /Applications/iMovie.app/Contents/Frameworks/StudioSharedResources.framework/Ve rsions/A/StudioSharedResources
           0x10f90f000 -        0x10fa7aff7  com.apple.TLKit (1.0 - 24505.3.34) <2CFD2B54-D41C-310B-86F3-FB2E9F2616BA> /Applications/iMovie.app/Contents/Frameworks/TLKit.framework/Versions/A/TLKit
           0x10fb30000 -        0x10fbcfff7  com.apple.LunaKit (1.0 - 24405.8.34) <A2093C47-2C18-3208-938F-4C899E625A68> /Applications/iMovie.app/Contents/Frameworks/LunaKit.framework/Versions/A/LunaK it
           0x10fc5c000 -        0x10fc92ff7  com.apple.progl.framework (1.0 - 24405.8.34) <1439B7CD-5DDE-3803-9B7E-BD4B286B81D0> /Applications/iMovie.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
           0x10fcd3000 -        0x10fdf1fef  com.apple.ProAppsFxSupport (4.0.0 - 24389.9.34) <8E629D07-DCE5-342F-9956-FA43743382D7> /Applications/iMovie.app/Contents/Frameworks/ProAppsFxSupport.framework/Version s/A/ProAppsFxSupport
           0x110109000 -        0x110126fff  com.apple.DeepSkyLite (0.6 - 24389.9.34) <F2456CCF-2E7E-37CC-B869-3EBB1B1C28C5> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/DeepSkyLite.framework/Versions/A/DeepSkyLite
           0x11013f000 -        0x11058dfe7  com.apple.VideoToolbox.ProAppsSupport (1.0 - 1273.26) <1D6925AF-267C-379C-B6F5-1EB0D334DD74> /Applications/iMovie.app/Contents/Frameworks/VideoToolbox.framework/Versions/A/ VideoToolbox
           0x1105ed000 -        0x110908fff  com.apple.MediaToolbox.ProAppsSupport (1.0 - 1273.26) <7BC30460-9936-3374-B9D7-AF880E17E414> /Applications/iMovie.app/Contents/Frameworks/MediaToolbox.framework/Versions/A/ MediaToolbox
           0x1109b3000 -        0x110af1ff7  com.apple.prochannel.framework (4.0.2 - 24389.9.34) <9AAC6C88-7B39-3355-99A7-999FF3D58358> /Applications/iMovie.app/Contents/Frameworks/ProChannel.framework/Versions/A/Pr oChannel
           0x110bf5000 -        0x110bf5ff7  com.apple.Helium (3.1.0 - 24433.4.34) <0B11349F-E175-39C8-ABF3-8598FF0046E5> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
           0x110c01000 -        0x110c73ff7  com.apple.proinspector.framework (4.0.2 - 24389.9.34) <8A2C0C99-1971-307D-BD54-ABB39BD67A11> /Applications/iMovie.app/Contents/Frameworks/ProInspector.framework/Versions/A/ ProInspector
           0x110cd5000 -        0x110cfcff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x110d1e000 -        0x110d6efef  com.apple.proshapes.framework (1.0 - 24389.9.34) <E914E2E6-1CEC-38FA-B9CB-8AA51D8229A2> /Applications/iMovie.app/Contents/Frameworks/ProShapes.framework/Versions/A/Pro Shapes
           0x110daa000 -        0x110ea2ff7  com.apple.proosc.framework (3.1.0 - 24389.9.34) <784BAD5F-5EDD-37EB-AD7F-A9A70289E83F> /Applications/iMovie.app/Contents/Frameworks/ProOSC.framework/Versions/A/ProOSC
           0x110f0c000 -        0x11133cff7  com.apple.vision.FaceCoreEmbedded (3.1.1 - 3.1.1) <29E7C039-062E-3B6D-BF61-F72FB8177625> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/FaceCoreEmbedded.framework/Versions/A/FaceCoreEmbedded
           0x111552000 -        0x1115c5fff  com.apple.procurveeditor.framework (3.1.0 - 24405.8.34) <E0F14562-1BC0-3F90-9ED1-709A76AEB672> /Applications/iMovie.app/Contents/Frameworks/ProCurveEditor.framework/Versions/ A/ProCurveEditor
           0x111612000 -        0x111625fff  com.apple.TLKEventDispatcher (1.0 - 24505.3.34) <AFE294FE-8C74-393B-AD9B-76DC057BC27A> /Applications/iMovie.app/Contents/Frameworks/TLKEventDispatcher.framework/Versi ons/A/TLKEventDispatcher
           0x111636000 -        0x111a78ff7  com.apple.Helium.HeliumRender (2.1.0 - 24433.4.34) <A40D71ED-0102-3472-9BA9-AB624CC5FE19> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
           0x111b90000 -        0x111cc8fe7  com.apple.Helium.Heliumfilters (2.1.0 - 24433.4.34) <E0EB1411-7963-381F-89DE-47E6C4B04F89> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
           0x112041000 -        0x112332fef  com.apple.Helium.HeliumSensoCore (2.0.2 - 24433.4.34) <0A9BBED2-91AD-3900-B5C5-791E25A7AD4D> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
           0x1123c4000 -        0x1123effff  com.apple.FWAVC (403.47 - 47) <20BAF98C-349A-38E1-ACE1-C0838546D248> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x112406000 -        0x112416fff  com.apple.PluginManager (1.7.4 - 24389.9.34) <63F54015-AB3C-3458-B30B-9D040D5D45CD> /Applications/iMovie.app/Contents/Frameworks/PluginManager.framework/Versions/B /PluginManager
           0x112429000 -        0x11244afff  com.apple.fxplugframework (2.4 - 24389.9.34) <CC72DDB2-6CD5-3DAF-927C-227266A16CE4> /Applications/iMovie.app/Contents/Frameworks/FxPlug.framework/Versions/A/FxPlug
           0x112c50000 -        0x112c9cfff  com.apple.CoreMediaIO.FCPX.Lion (407.0 - 4562) <43F074CB-7DA9-3572-A465-CAFA6342D268> /Applications/iMovie.app/Contents/Frameworks/CoreMediaIO.framework/Versions/Cur rent/CoreMediaIO
           0x11489d000 -        0x1148a0ffa  libCGXType.A.dylib (599.35.6) <7DAB1A62-D475-37F1-8234-07649906E234> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x116636000 -        0x11663eff3  libCGCMS.A.dylib (599.35.6) <09F33B9F-098A-340A-8717-E3BA6849470E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x116646000 -        0x116667fff  com.apple.QuartzComposer.ExtraPatches (4.1 - 319) <2CCE2845-2907-394B-9667-6CAE21D65636> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
           0x11667c000 -        0x1166b7ff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <D9D7F8A1-B30F-324D-AAFD-5DB9EECDAA48> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x1166df000 -        0x116703fff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x116715000 -        0x11671dff7  com.apple.Audio.provider (1.0.0 - 24529.7.34) <A59253AB-2F75-3B04-9744-A3FBC95E8595> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/AudioProvider.fxp/Contents/MacOS/AudioProvider
           0x116726000 -        0x116769fef  com.apple.proapps.AppleIntermediateCodec (1.0.2 - 6337.11) <7F48675F-1660-3334-A7BF-7A8C781211DF> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leIntermediateCodec.bundle/Contents/MacOS/AppleIntermediateCodec
           0x116775000 -        0x1167fcff7  com.apple.proapps.AppleMPEG2Codec (1.0.5 - 6472.33) <6297EC7E-9C70-3ABD-84F8-093601571434> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leMPEG2Codec.bundle/Contents/MacOS/AppleMPEG2Codec
           0x11680a000 -        0x116917fcf  com.apple.proapps.AppleProResCodecEmbedded (1.0.5 - 6522.35) <6E2F1C0E-9822-3A29-B7EB-7E31AF8F3F68> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leProResCodecEmbedded.bundle/Contents/MacOS/AppleProResCodecEmbedded
           0x116928000 -        0x11692dff7  com.apple.proapps.AppleCMQTAdapterCodec (1.0 - 1) <6942074A-7E60-343D-A74B-31188F474667> /Applications/iMovie.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/PlugIns/AppleCMQTAdapterCodec.bundle/Contents/MacOS/AppleCMQTAdapterCodec
           0x116935000 -        0x116a3cfff  com.apple.AECore (4.1.2 - 303) <7E7679D0-0F24-312A-AE64-707B3A83EBE5> /Applications/iMovie.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/Frameworks/AECore.framework/Versions/A/AECore
           0x116aae000 -        0x116ad0ff7  com.apple.FxPlug.provider (1.0.0 - 24529.7.34) <D36E1FEB-DC26-3C29-9D1E-F099AF3720E0> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/FxPlugProvider.fxp/Contents/MacOS/FxPlugProvider
           0x116ae0000 -        0x116d71fff  com.apple.Motion.effect (5.0.0 - 24529.7.34) <7EC11C76-4172-37B3-A2A6-D43F7ACB94BB> /Applications/iMovie.app/Contents/PlugIns/MediaProviders/MotionEffect.fxp/Conte nts/MacOS/MotionEffect
           0x116dc1000 -        0x11775bfe7  com.apple.ozone.framework (5.0.0 - 24529.7.34) <C475CFCB-D1CE-34BC-B51C-298973664535> /Applications/iMovie.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
           0x117c7e000 -        0x117cb2fff  com.apple.ProGraphics (5.0.0 - 24529.7.34) <D187D217-81E9-37E1-9F8F-9E83C5992AC0> /Applications/iMovie.app/Contents/Frameworks/ProGraphics.framework/Versions/A/P roGraphics
           0x117cd8000 -        0x1182d0fef  com.apple.motion.TextFramework (5.0.7 - 24529.7.34) <7AAEEBD3-C466-32EA-93E6-9911D7D6D281> /Applications/iMovie.app/Contents/Frameworks/TextFramework.framework/Versions/A /TextFramework
           0x118448000 -        0x118594ff7  com.apple.Lithium (5.0.0 - 24443.8.34) <44AC3F64-D41A-3FAE-80FA-ED0BCDAA3DCC> /Applications/iMovie.app/Contents/Frameworks/Lithium.framework/Versions/A/Lithi um
           0x118615000 -        0x1186f0ff7  org.python.python (2.6.8 - 2.6.8) <1A91D8F4-BF9E-36A6-85C4-A00166DD6268> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x118751000 -        0x118762fff  com.apple.RetimingMath (5.0.0 - 24529.7.34) <55C8DFD5-022A-3714-AA90-F2DA237259F1> /Applications/iMovie.app/Contents/Frameworks/RetimingMath.framework/Versions/A/ RetimingMath
           0x118777000 -        0x118826ff7  com.apple.ProMedia (5.0.0 - 24529.7.34) <42BDBF74-96FE-30A4-B5B5-534D5877F9C6> /Applications/iMovie.app/Contents/Frameworks/ProMedia.framework/Versions/A/ProM edia
           0x11889f000 -        0x11890dfff  com.apple.proapps.AudioMixEngine (2.0 - 68) <8403BADC-F1E4-3C60-8595-8AFC75C7104C> /Applications/iMovie.app/Contents/Frameworks/Ozone.framework/Versions/A/Framewo rks/AudioMixEngine.framework/Versions/A/AudioMixEngine
           0x118d4a000 -        0x118d57ff7  com.apple.pluginkit.framework (1.0 - 1) <8DC8FED5-37E9-3A35-B333-7379765D5D34> /Applications/iMovie.app/Contents/Frameworks/FxPlug.framework/Versions/A/Framew orks/PlugInKit.framework/PlugInKit
           0x118d69000 -        0x118ebffff  com.apple.motion.filtersLegacyPath (4.0.2 - 24389.9.34) <28D19888-DEFD-378E-9AEB-81EA3FBB9E29> /Applications/iMovie.app/Contents/PlugIns/FxPlug/FiltersLegacyPath.bundle/Conte nts/MacOS/FiltersLegacyPath
           0x118f3e000 -        0x118f45fff  com.apple.filter.PAECIAdaptor (1.0 - 24389.9.34) <54B83847-E23C-34EB-915D-B07DE37DF1CF> /Applications/iMovie.app/Contents/PlugIns/FxPlug/PAECIAdaptor.fxplug/Contents/M acOS/PAECIAdaptor
           0x119d8a000 -        0x11a036fef  com.apple.motion.filters (4.0.2 - 25022.5.38) <335DDC8B-A885-316F-BC64-A1ED670FF642> /Applications/Final Cut Pro Trial.app/Contents/PlugIns/FxPlug/InternalFilters.app/Contents/PlugIns/Internal FiltersXPC.pluginkit/Contents/PlugIns/Filters.bundle/Contents/MacOS/Filters
        0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.33 - 8.2.8) <96D2751D-553B-387D-80F9-EBD9F18B9C99> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff67ca1000 -     0x7fff67cd4817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
        0x7fff8cfc7000 -     0x7fff8cfc9fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8cfca000 -     0x7fff8db40ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8db41000 -     0x7fff8db4bfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8db4c000 -     0x7fff8db85ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8dcb5000 -     0x7fff8dd80fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8dd8e000 -     0x7fff8de0bfff  com.apple.iLifeMediaBrowser (2.8.3 - 637.9) <3634E777-814E-362D-B4F4-A197B39F50AC> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff8de0c000 -     0x7fff8de17fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8de5c000 -     0x7fff8de5cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8deba000 -     0x7fff8df1efff  com.apple.datadetectorscore (5.0 - 354.5) <C9FAB401-3FE2-3221-B60C-E4F1841CA5F1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8df1f000 -     0x7fff8df4eff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8df62000 -     0x7fff8df6dfff  libGPUSupportMercury.dylib (9.6.1) <91EA3F24-40FA-3B61-9FFC-F038CCD4079C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff8df6e000 -     0x7fff8df70ff7  com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8dfba000 -     0x7fff8dff5fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8dff6000 -     0x7fff8e164ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8e3fa000 -     0x7fff8e426fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8e427000 -     0x7fff8e42aff7  libdyld.dylib (239.4) <41077DD7-F909-3B8A-863E-72AE304EDE13> /usr/lib/system/libdyld.dylib
        0x7fff8e42b000 -     0x7fff8e5c6ff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8e5c7000 -     0x7fff8e5c8ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8e5c9000 -     0x7fff8e5d6ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8eade000 -     0x7fff8eb30fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8eb74000 -     0x7fff8eb78ff7  libGIF.dylib (1045) <19D047DC-5C76-314B-AE78-312C59EC4E75> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8eb79000 -     0x7fff8eb79ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8eb7a000 -     0x7fff8eb92ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8eb93000 -     0x7fff8edf4fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8edf5000 -     0x7fff8ee0eff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8ee0f000 -     0x7fff8ee1dfff  com.apple.opengl (9.6.1 - 9.6.1) <359D0ECB-D100-341B-B437-BDE56E27B74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ee1e000 -     0x7fff8efbaff3  com.apple.QuartzCore (1.8 - 332.4) <CFB972D1-FA37-380C-9A47-2A67A84B7442> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8efbb000 -     0x7fff8f0fcfff  com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8f0fd000 -     0x7fff8f126ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8f149000 -     0x7fff8f195ffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8f196000 -     0x7fff8f1cbffc  com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8f1cc000 -     0x7fff8f4a0fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8f4a1000 -     0x7fff8f4acff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8f4b6000 -     0x7fff8f5d8fff  com.apple.avfoundation (2.0 - 651.12.1) <F82271D8-7859-322C-8BDD-4818825525AE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8f5d9000 -     0x7fff8f6dfff7  com.apple.ImageIO.framework (3.3.0 - 1045) <F2E0F790-D159-3072-849F-524A47541742> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8f6e0000 -     0x7fff8f6eaff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8f6eb000 -     0x7fff8f6f0ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8f6f1000 -     0x7fff8f6fbff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
        0x7fff8f6fc000 -     0x7fff8f785ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8f786000 -     0x7fff8f788fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8f789000 -     0x7fff8f866fff  libcrypto.0.9.8.dylib (52.8.3) <8E9B64B9-5C9B-3F62-9678-F8FFEBCAEF3C> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8f867000 -     0x7fff8f878ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8f88c000 -     0x7fff8f895fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8f8c7000 -     0x7fff8f8c8fff  libffi.dylib (18.1) <FEB76C94-97BA-39BC-B713-D086B9757BA5> /usr/lib/libffi.dylib
        0x7fff8f8c9000 -     0x7fff8f993ff7  com.apple.LaunchServices (572.32 - 572.32) <A4699DED-5101-3068-94F8-8D0B7A84BC79> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8f994000 -     0x7fff8fafafff  libGLProgrammability.dylib (9.6.1) <49F2FEFE-CEA2-3C30-A669-F55CC813EEFF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8fb3c000 -     0x7fff8fdddff9  com.apple.VectorKit (1.0 - 716.20.2) <479C2699-AE6B-3309-A190-B1FA3A548B5C> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff8fdde000 -     0x7fff8fe39ffb  com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8fe3a000 -     0x7fff8fe88ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
        0x7fff8fe89000 -     0x7fff8fea5ff7  libsystem_kernel.dylib (2422.115.14) <8116098D-B3F1-3E50-A934-576DD6369234> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8fea6000 -     0x7fff8febdfff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8febe000 -     0x7fff8fed7ff3  liblzma.5.dylib (5) <6479DC70-3290-35A0-8EA0-056D366A13A2> /usr/lib/liblzma.5.dylib
        0x7fff8fee6000 -     0x7fff8fee6ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8fef0000 -     0x7fff8ff48ff7  com.apple.Symbolication (1.4 - 129.0.2) <78AE8B21-BF15-373F-88C6-73BF740BFFFB> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8ff49000 -     0x7fff8ff78fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8ffdc000 -     0x7fff9002dfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff9002e000 -     0x7fff90037ffd  com.apple.CommonAuth (4.0 - 2.0) <BD720379-757B-305C-A7BE-E00E680F8218> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff90043000 -     0x7fff9004afff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff9004b000 -     0x7fff9005ffff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff90060000 -     0x7fff90118ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff90119000 -     0x7fff90119fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff9011a000 -     0x7fff904f1fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff90522000 -     0x7fff90522fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff90523000 -     0x7fff90527ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff9057e000 -     0x7fff906adfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff908a0000 -     0x7fff908a7fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff908a8000 -     0x7fff908b4ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff908b5000 -     0x7fff908c7ff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff908c8000 -     0x7fff908c9ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff90935000 -     0x7fff90939fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff9099d000 -     0x7fff9099efff  libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff910ef000 -     0x7fff911d9fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff911da000 -     0x7fff911dbfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff911dc000 -     0x7fff911ddfff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff911de000 -     0x7fff91555ff6  com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff91570000 -     0x7fff918a6fff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff918b1000 -     0x7fff918cffff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff918e0000 -     0x7fff918f3ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff91a8b000 -     0x7fff91aa6ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff91aa7000 -     0x7fff91b00fff  libTIFF.dylib (1045) <13C610CF-62B0-3168-8E78-19FC409DADA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff91b01000 -     0x7fff91b1dfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff91b1e000 -     0x7fff91b6fff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff91b70000 -     0x7fff91fbefef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff91fbf000 -     0x7fff91ff4fff  libssl.0.9.8.dylib (52.8.3) <7E03E777-4127-3834-BBB8-ABBF1E0CB846> /usr/lib/libssl.0.9.8.dylib
        0x7fff91ff5000 -     0x7fff920c5ff7  com.apple.PubSub (1.0.5 - 65.36) <26189018-1C77-3C56-84E8-56C6A400187F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff920c6000 -     0x7fff92197ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff92198000 -     0x7fff92289ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff9228a000 -     0x7fff9229bff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9229c000 -     0x7fff922aefff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff922af000 -     0x7fff9234cfff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff9234d000 -     0x7fff9237bff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff9237f000 -     0x7fff923a4ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff923a5000 -     0x7fff923abfff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff92434000 -     0x7fff92523fff  libFontParser.dylib (111.1.3) <692CA36E-8E74-313E-8C40-42F1EE1BCB61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff92524000 -     0x7fff9252dfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff9252e000 -     0x7fff92531ffc  com.apple.IOSurface (91.2 - 91.2) <4B2308B5-3F40-33BB-851C-A2A168343F6D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff92532000 -     0x7fff925e7ffb  com.apple.MapKit (1.0 - 1205.7.4) <FC5F60F0-F2ED-35CA-A156-AA06A5E6D5EA> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
        0x7fff92635000 -     0x7fff92646fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff92694000 -     0x7fff926d9ff6  com.apple.HIServices (1.23 - 468) <A4E9E28B-95C3-3654-85C6-E6A1C53CACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff926da000 -     0x7fff926dcfff  libRadiance.dylib (1045) <5FC62534-2792-3A7C-8B65-EC51E65C808C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff926dd000 -     0x7fff9276dff7  com.apple.Metadata (10.7.0 - 800.29) <6310AE28-EB99-3BB4-92F1-0C8BE6DEAD48> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff927a4000 -     0x7fff927a6fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9283c000 -     0x7fff92863ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff92864000 -     0x7fff928c1fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff92d62000 -     0x7fff92e46ff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff92e74000 -     0x7fff92e7cff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff92e7d000 -     0x7fff92e84ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff92e85000 -     0x7fff92f0efff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff92f0f000 -     0x7fff92f18ff7  libcldcpuengine.dylib (2.3.58) <645ABD2F-C93B-3943-8B07-BBC08B904253> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff92f74000 -     0x7fff92f8cff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff92f8d000 -     0x7fff92f8eff7  libSystem.B.dylib (1197.1.1) <70B235FC-BCED-367B-BA6C-67C299BAE7D9> /usr/lib/libSystem.B.dylib
        0x7fff92f8f000 -     0x7fff92f91fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff92f92000 -     0x7fff92fd4ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff92fd5000 -     0x7fff92fd5fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92ffa000 -     0x7fff9302afff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff93052000 -     0x7fff93068fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff93078000 -     0x7fff93085fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff93086000 -     0x7fff93226ff7  GLEngine (9.6.1) <EC1A6BE4-30FF-3DC4-96B9-F7F07B1FBF28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff93228000 -     0x7fff93232ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff93233000 -     0x7fff93296ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff93297000 -     0x7fff93297fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff93298000 -     0x7fff933ecff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9342f000 -     0x7fff93438ffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
        0x7fff93464000 -     0x7fff9348cffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff9348d000 -     0x7fff934beff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff934bf000 -     0x7fff93512fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff93513000 -     0x7fff9355efff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff935f6000 -     0x7fff93603ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff93611000 -     0x7fff93619ffc  libGFXShared.dylib (9.6.1) <65BC4378-C023-30EC-8B80-60FB4EA0B036> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff9361a000 -     0x7fff939f5ffb  com.apple.Altitude (1.0 - 347.6.3) <F0AC2688-DF8E-389B-8F9E-ECCF22AD225B> /System/Library/PrivateFrameworks/Altitude.framework/Versions/A/Altitude
        0x7fff93a35000 -     0x7fff93a93ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff93aab000 -     0x7fff93aacfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff93aad000 -     0x7fff93b48ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <DF2CE219-6256-3A8A-BDB1-51EF556F5BC8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff93b49000 -     0x7fff93b4cfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff93b4d000 -     0x7fff93b54ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff93b55000 -     0x7fff93b5dfff  libsystem_dnssd.dylib (522.92.1) <3F8C6A07-3046-3E88-858F-D9CEFC43A405> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff93b5e000 -     0x7fff93c2ffff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff93d57000 -     0x7fff93d63ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff93d64000 -     0x7fff93dcafff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff93dcb000 -     0x7fff93dd6ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff93fee000 -     0x7fff94007ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff94008000 -     0x7fff94055fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <B28D0F5C-EEDD-3586-8986-33BC79E8DE56> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff94056000 -     0x7fff94085fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff94086000 -     0x7fff940cbfff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff940cc000 -     0x7fff9412bfff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff9412c000 -     0x7fff94213ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff94219000 -     0x7fff94268ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff94269000 -     0x7fff94427fff  com.apple.GeoServices (1.0 - 702.15.12) <850DC458-20CC-3E16-BB50-7C9FDBA308D3> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff94428000 -     0x7fff9527cff7  com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff9527d000 -     0x7fff952fefff  com.apple.CoreSymbolication (3.0.1 - 141.0.6) <B594EF34-A1A3-3631-914E-6FD129291983> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff952ff000 -     0x7fff952fffff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff95300000 -     0x7fff95373fff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff95374000 -     0x7fff95378ff7  libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
        0x7fff95379000 -     0x7fff9537efff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff9537f000 -     0x7fff9537ffff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff95380000 -     0x7fff9540bff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
        0x7fff9542f000 -     0x7fff9572fff7  com.apple.Foundation (6.9 - 1056.17) <E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff95749000 -     0x7fff957a9fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff957aa000 -     0x7fff957affff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff957b0000 -     0x7fff95838ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff95839000 -     0x7fff958e9ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff958ea000 -     0x7fff95914ff7  libsandbox.1.dylib (278.11.2) <3E875C8B-F18B-3176-887C-A298D0592AD2> /usr/lib/libsandbox.1.dylib
        0x7fff95915000 -     0x7fff95939fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff959cc000 -     0x7fff95a90ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff95a91000 -     0x7fff95aaeff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff95aaf000 -     0x7fff95ae7ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff95ae8000 -     0x7fff95aeaff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff95aeb000 -     0x7fff95b10ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff95b11000 -     0x7fff95c41ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff95cb7000 -     0x7fff95cb9ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff95cba000 -     0x7fff95d7cff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff95d7d000 -     0x7fff95de4ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff95de5000 -     0x7fff95de6fff  com.apple.AddressBook.ContactsData (8.0 - 1371.2) <5C8D3406-C4DE-305A-958F-53BCE7B179AA> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff95dec000 -     0x7fff95deffff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff95df0000 -     0x7fff95df1ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff95e19000 -     0x7fff95f07fff  libJP2.dylib (1045) <96EE2B8D-296A-3776-A49E-5559B4FB334F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff95f08000 -     0x7fff962a0fff  com.apple.SceneKit (4.0 - 197.3) <011E6589-E590-3253-B5C2-225964C4B409> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff962a1000 -     0x7fff962a7ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff962b2000 -     0x7fff962b6fff  com.apple.IOAccelerator (98.26 - 98.26) <FCF6626A-DCEC-3D87-84FE-E713385849D7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff962b7000 -     0x7fff962bcff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff9631f000 -     0x7fff96609fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff96611000 -     0x7fff96859ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff9685a000 -     0x7fff968b1fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff968b2000 -     0x7fff968f9ffb  libFontRegistry.dylib (127.0.1) <F267F500-6E4A-3BE3-97C1-08AAA649E02E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff968fa000 -     0x7fff96cdbffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9703f000 -     0x7fff97047ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff97048000 -     0x7fff97086ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff97087000 -     0x7fff970d0fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff970e1000 -     0x7fff97108ff7  libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
        0x7fff97109000 -     0x7fff97176fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff97177000 -     0x7fff9717ffff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff97180000 -     0x7fff97365fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff97366000 -     0x7fff97376fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff97377000 -     0x7fff973b6fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff97c7b000 -     0x7fff97cc9ff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versio

    Hi there-
    I had the same problem and same righteous panic attack. This worked flawlessly for me. Enjoy!

  • Safari wont open and says it 'quitting unexpectedly'

    I downloaded some thing in safari. One was VLC thing and another was unrarx from an installer.
    It then suddenly quitted and cannot be opened.
    Process:          
    Safari [787]
    Path:             
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:       
    com.apple.Safari
    Version:          
    8.0.2 (10600.2.5)
    Build Info:       
    WebBrowser-7600002005000000~1
    Code Type:        
    X86-64 (Native)
    Parent Process:   
    ??? [1]
    Responsible:      
    Safari [787]
    User ID:          
    501
    Date/Time:        
    2014-12-21 17:10:42.800 +0000
    OS Version:       
    Mac OS X 10.10.1 (14B25)
    Report Version:   
    11
    Anonymous UUID:   
    2881E875-95D8-0454-1DE1-80C84E0309D0
    Time Awake Since Boot: 1300 seconds
    Crashed Thread:   
    17
    Exception Type:   
    EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:  
    KERN_INVALID_ADDRESS at 0x0000000000000020
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x20:
    -->
    __TEXT            
    00000001023c9000-00000001023ca000 [
    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.spigot.safari.ebayshopassist-B652554955 (1.1 - 1.1) Ebay Shopping Assistant
    com.spigot.safari.searchme-B652554955 (1.3 - 1.3) Searchme
    com.spigot.safari.slicksavings-B652554955 (2.0 - 2.0) Slick Savings
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib         
    0x00007fff82025c1e search_method_list(method_list_t const*, objc_selector*) + 0
    1   libobjc.A.dylib         
    0x00007fff82035b7d getMethodNoSuper_nolock(objc_class*, objc_selector*) + 59
    2   libobjc.A.dylib         
    0x00007fff82035a84 lookUpImpOrForward + 409
    3   libobjc.A.dylib         
    0x00007fff820211ac objc_msgSend + 236
    4   com.apple.AppKit        
    0x00007fff85764f74 -[NSView _setSuperview:] + 1295
    5   com.apple.AppKit        
    0x00007fff85764618 -[NSView addSubview:] + 436
    6   com.apple.AppKit        
    0x00007fff85775b61 -[NSFrameView addSubview:] + 45
    7   com.apple.AppKit        
    0x00007fff85e10bc1 -[NSThemeFrame addSubview:] + 400
    8   com.apple.AppKit        
    0x00007fff857ffa3f -[NSView addSubview:positioned:relativeTo:] + 208
    9   com.apple.AppKit        
    0x00007fff85e10a20 -[NSThemeFrame _addKnownSubview:positioned:relativeTo:] + 60
    10  com.apple.AppKit        
    0x00007fff85e13f9a __49-[NSThemeFrame _floatTitlebarAndToolbarFromInit:]_block_invoke + 789
    11  com.apple.AppKit        
    0x00007fff857fd339 +[NSAnimationContext runAnimationGroup:completionHandler:] + 82
    12  com.apple.AppKit        
    0x00007fff85e13c41 -[NSThemeFrame _floatTitlebarAndToolbarFromInit:] + 104
    13  com.apple.AppKit        
    0x00007fff8576e74e -[NSThemeFrame initWithFrame:styleMask:owner:] + 243
    14  com.apple.AppKit        
    0x00007fff8576cc96 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 614
    15  com.apple.AppKit        
    0x00007fff8576c3fc -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1477
    16  com.apple.AppKit        
    0x00007fff859a340e -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 51
    17  com.apple.AppKit        
    0x00007fff8576be2a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
    18  com.apple.AppKit        
    0x00007fff859a33c1 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 78
    19  com.apple.AppKit        
    0x00007fff85769745 -[NSWindowTemplate nibInstantiate] + 567
    20  com.apple.AppKit        
    0x00007fff8573e73b -[NSIBObjectData instantiateObject:] + 309
    21  com.apple.AppKit        
    0x00007fff85c20d01 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
    22  com.apple.AppKit        
    0x00007fff85732f05 loadNib + 384
    23  com.apple.AppKit        
    0x00007fff85ca0f80 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    24  com.apple.AppKit        
    0x00007fff85ca167d +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
    25  com.apple.AppKit        
    0x00007fff85a433af _NXLoadNib + 196
    26  com.apple.AppKit        
    0x00007fff85a42d8f -[NSAlert init] + 95
    27  com.apple.AppKit        
    0x00007fff85a829f3 +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextW ithFormat:] + 131
    28  com.apple.AppKit        
    0x00007fff8575464d __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1021
    29  com.apple.AppKit        
    0x00007fff8575420e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    30  com.apple.AppKit        
    0x00007fff857541ad -[NSPersistentUIRestorer promptToIgnorePersistentState] + 247
    31  com.apple.AppKit        
    0x00007fff85753e9a -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 255
    32  com.apple.AppKit        
    0x00007fff85753c69 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    33  com.apple.AppKit        
    0x00007fff857536b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    34  com.apple.Foundation    
    0x00007fff870c4458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    35  com.apple.Foundation    
    0x00007fff870c42c9 _NSAppleEventManagerGenericHandler + 102
    36  com.apple.AE            
    0x00007fff889bd99c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    37  com.apple.AE            
    0x00007fff889bd719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    38  com.apple.AE            
    0x00007fff889bd623 aeProcessAppleEvent + 295
    39  com.apple.HIToolbox     
    0x00007fff8e21e37e AEProcessAppleEvent + 56
    40  com.apple.AppKit        
    0x00007fff8574fd76 _DPSNextEvent + 2665
    41  com.apple.AppKit        
    0x00007fff8574ee80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    42  com.apple.Safari.framework  
    0x000000010244aad0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    43  com.apple.AppKit        
    0x00007fff85742e23 -[NSApplication run] + 594
    44  com.apple.AppKit        
    0x00007fff8572e2d4 NSApplicationMain + 1832
    45  libdyld.dylib           
    0x00007fff82ee55c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff8f13c22e kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff8350fa6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 6:: WebCore: IconDatabase
    0   libsystem_kernel.dylib  
    0x00007fff8f13b132 __psynch_cvwait + 10
    1   com.apple.WebCore       
    0x0000000103fff88b WebCore::IconDatabase::syncThreadMainLoop() + 411
    2   com.apple.WebCore       
    0x0000000103ffc9d9 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3   com.apple.JavaScriptCore
    0x00000001031b8a9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib 
    0x00007fff8ee3c2fc _pthread_body + 131
    5   libsystem_pthread.dylib 
    0x00007fff8ee3c279 _pthread_start + 176
    6   libsystem_pthread.dylib 
    0x00007fff8ee3a4b1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib  
    0x00007fff8f13652e mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8f13569f mach_msg + 55
    2   com.apple.QuartzCore    
    0x00007fff826ecd63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore    
    0x00007fff826ecc96 thread_fun + 25
    4   libsystem_pthread.dylib 
    0x00007fff8ee3c2fc _pthread_body + 131
    5   libsystem_pthread.dylib 
    0x00007fff8ee3c279 _pthread_start + 176
    6   libsystem_pthread.dylib 
    0x00007fff8ee3a4b1 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib  
    0x00007fff8f13652e mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8f13569f mach_msg + 55
    2   com.apple.CoreFoundation
    0x00007fff91092b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation
    0x00007fff91091fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation
    0x00007fff91091838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork     
    0x00007fff8434cd20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation    
    0x00007fff8710ab7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib 
    0x00007fff8ee3c2fc _pthread_body + 131
    8   libsystem_pthread.dylib 
    0x00007fff8ee3c279 _pthread_start + 176
    9   libsystem_pthread.dylib 
    0x00007fff8ee3a4b1 thread_start + 13
    Thread 12:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib  
    0x00007fff8f13b132 __psynch_cvwait + 10
    1   libc++.1.dylib          
    0x00007fff8287dd2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2   com.apple.JavaScriptCore
    0x00000001033d43fa JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3   com.apple.JavaScriptCore
    0x00000001031c3244 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4   com.apple.JavaScriptCore
    0x00000001031b8a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8ee3c2fc _pthread_body + 131
    6   libsystem_pthread.dylib 
    0x00007fff8ee3c279 _pthread_start + 176
    7   libsystem_pthread.dylib 
    0x00007fff8ee3a4b1 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8f13b132 __psynch_cvwait + 10
    1   libc++.1.dylib          
    0x00007fff8287dc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore
    0x00000001031c386b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore
    0x00000001031c36c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00000001031b8a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8ee3c2fc _pthread_body + 131
    6   libsystem_pthread.dylib 
    0x00007fff8ee3c279 _pthread_start + 176
    7   libsystem_pthread.dylib 
    0x00007fff8ee3a4b1 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8f13b132 __psynch_cvwait + 10
    1   libc++.1.dylib          
    0x00007fff8287dc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore
    0x00000001031c386b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore
    0x00000001031c36c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00000001031b8a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8ee3c2fc _pthread_body + 131
    6   libsystem_pthread.dylib 
    0x00007fff8ee3c279 _pthread_start + 176
    7   libsystem_pthread.dylib 
    0x00007fff8ee3a4b1 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib  
    0x00007fff8f13b132 __psynch_cvwait + 10
    1   libc++.1.dylib          
    0x00007fff8287dc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore
    0x00000001031c386b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore
    0x00000001031c36c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00000001031b8a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib 
    0x00007fff8ee3c2fc _pthread_body + 131
    6   libsystem_pthread.dylib 
    0x00007fff8ee3c279 _pthread_start + 176
    7   libsystem_pthread.dylib 
    0x00007fff8ee3a4b1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib  
    0x00007fff8f13b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8ee3a4a1 start_wqthread + 13
    Thread 17 Crashed:
    0   libsystem_pthread.dylib 
    0x00007fff8ee3a695 _pthread_mutex_lock + 87
    1   libsystem_c.dylib       
    0x00007fff874feb78 vfprintf_l + 28
    2   libsystem_c.dylib       
    0x00007fff874f7620 fprintf + 186
    3   ???                     
    0x000000010adbe5dc 0 + 4477150684
    Thread 17 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff729451d8  rcx: 0x00007fff729451f0  rdx: 0x00000000000000a0
      rdi: 0x00007fff729451f0  rsi: 0x00007fff8ee3ab14  rbp: 0x000000010adbae30  rsp: 0x000000010adbadb0
       r8: 0x000000010adc2000   r9: 0x0000000000000054  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x00007fff729446b8  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff8ee3a695  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Logical CPU:
    2
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x1023c9000 -   
    0x1023c9fff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
    0x1023d4000 -   
    0x102d0dff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
    0x1031ae000 -   
    0x1036c1ff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
    0x103826000 -   
    0x103adafff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
    0x103db7000 -   
    0x103db7fff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
    0x103dc2000 -   
    0x103efeffb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
    0x103ff8000 -   
    0x104f9dff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
    0x10a431000 -   
    0x10a431ff7 +cl_kernels (???) <1FCE87AB-1EA6-4D0B-B5DD-3127BE78706E> cl_kernels
    0x10a4b9000 -   
    0x10a4b9fff +cl_kernels (???) <DEA9DEB3-D9EF-48B9-B298-6DBBCDEA737C> cl_kernels
    0x10ad41000 -   
    0x10ad69ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x10b83e000 -   
    0x10b924fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x7fff6a7dd000 -
    0x7fff6a813837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff81b9a000 -
    0x7fff81ba3ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff81ba4000 -
    0x7fff81c21fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff81c4a000 -
    0x7fff81c4cfff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff81c4d000 -
    0x7fff81c8aff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff81d01000 -
    0x7fff81d3cfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff81d3d000 -
    0x7fff81d5affb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff81eeb000 -
    0x7fff81eecfff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff81eed000 -
    0x7fff8201fff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x7fff82020000 -
    0x7fff82205267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff82206000 -
    0x7fff82214ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff82215000 -
    0x7fff82262ff3  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
    0x7fff82263000 -
    0x7fff8229bffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x7fff8229c000 -
    0x7fff822f7fff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8235e000 -
    0x7fff82379ff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff8237a000 -
    0x7fff823fbff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff823fc000 -
    0x7fff82676ff3  com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff82677000 -
    0x7fff826c4fff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff826c5000 -
    0x7fff82875ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82876000 -
    0x7fff828cafff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff828cb000 -
    0x7fff82db7fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff82db8000 -
    0x7fff82e41fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff82e42000 -
    0x7fff82ee1df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff82ee2000 -
    0x7fff82ee5ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
    0x7fff82ee6000 -
    0x7fff82f00ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff82f1b000 -
    0x7fff82f61ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff82f68000 -
    0x7fff830c6ff3  com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff830c7000 -
    0x7fff830d1fff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x7fff830d2000 -
    0x7fff830d2ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff830d3000 -
    0x7fff830eaff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x7fff830eb000 -
    0x7fff83102fff  com.apple.login (3.0 - 3.0) <95726FE9-E732-3A3C-A7A1-2566678967D3> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff83106000 -
    0x7fff8321effb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8321f000 -
    0x7fff83297ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff83298000 -
    0x7fff834d8ff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff834f4000 -
    0x7fff834f5ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff834f6000 -
    0x7fff8350aff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8350b000 -
    0x7fff83535ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff83536000 -
    0x7fff83541ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
    0x7fff83542000 -
    0x7fff83544fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff83545000 -
    0x7fff8354dffb  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
    0x7fff8354e000 -
    0x7fff8356ffff  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff83570000 -
    0x7fff835a9fff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
    0x7fff83e33000 -
    0x7fff83e36fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83e51000 -
    0x7fff83eb8ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff83eb9000 -
    0x7fff83ff6fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff842ac000 -
    0x7fff844afff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff844b0000 -
    0x7fff844d5ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff844da000 -
    0x7fff84523ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff84aa0000 -
    0x7fff84bc2ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff84bc3000 -
    0x7fff84bc5fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
    0x7fff84c3f000 -
    0x7fff84c63ff7  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
    0x7fff84c64000 -
    0x7fff84c68fff  com.apple.LoginUICore (3.0 - 3.0) <D76AB05B-B627-33EE-BA8A-515D85275DCD> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x7fff84c88000 -
    0x7fff84d7cff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff84d7d000 -
    0x7fff84ebffff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
    0x7fff8507a000 -
    0x7fff8508cff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
    0x7fff8508d000 -
    0x7fff8508ffff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff85090000 -
    0x7fff850aaff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff851b7000 -
    0x7fff851f9fff  com.apple.sociald.Social (87 - 87) <A32F7CCA-6D52-3F4E-8779-548E07A84738> /System/Library/Frameworks/Social.framework/Versions/A/Social
    0x7fff8520c000 -
    0x7fff85210fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
    0x7fff85212000 -
    0x7fff85213fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff85607000 -
    0x7fff85634fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff85635000 -
    0x7fff85658ff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff85659000 -
    0x7fff8566bfff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff8566c000 -
    0x7fff856adfff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff856ae000 -
    0x7fff856b6ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
    0x7fff85714000 -
    0x7fff8572aff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8572b000 -
    0x7fff8626cfff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8626d000 -
    0x7fff86271fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86272000 -
    0x7fff862d9ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff862da000 -
    0x7fff8632bff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8632c000 -
    0x7fff8641eff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8641f000 -
    0x7fff86450fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff86451000 -
    0x7fff8646fff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff86470000 -
    0x7fff8647bfdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff86eab000 -
    0x7fff86efeffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x7fff86eff000 -
    0x7fff86f12ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff86f13000 -
    0x7fff86fa4ff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
    0x7fff86fa5000 -
    0x7fff86ff1fff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff86ff2000 -
    0x7fff87007ff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x7fff87008000 -
    0x7fff8700afff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8700b000 -
    0x7fff870a1ffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff870a2000 -
    0x7fff873d0ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff873d1000 -
    0x7fff87417ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff87486000 -
    0x7fff8748bff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8748c000 -
    0x7fff87499ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff8749a000 -
    0x7fff874aeff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
    0x7fff874af000 -
    0x7fff874b9ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff874ba000 -
    0x7fff87546fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x7fff87547000 -
    0x7fff8754aff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8754b000 -
    0x7fff87553fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8755e000 -
    0x7fff87560ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff87561000 -
    0x7fff87db8ff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff87db9000 -
    0x7fff87df4fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff87df5000 -
    0x7fff87e96ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff87e97000 -
    0x7fff87f19fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff87f1a000 -
    0x7fff88184ff7  com.apple.imageKit (2.6 - 838) <DDFE019E-DF3E-37DA-AEC0-9182454B7312> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff88185000 -
    0x7fff8822bfff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8822e000 -
    0x7fff88757ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff88758000 -
    0x7fff887a9ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff887aa000 -
    0x7fff88887ff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff88888000 -
    0x7fff888b7fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff888b8000 -
    0x7fff888ddff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff889b0000 -
    0x7fff88a0fff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff88a10000 -
    0x7fff88a9eff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff88b1d000 -
    0x7fff88b21fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
    0x7fff88b22000 -
    0x7fff88b62ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff88b63000 -
    0x7fff88b6bfff  com.apple.xpcobjects (103 - 103) <A202ACEF-7A3D-303E-BB07-29FF49DE279D> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
    0x7fff88b6c000 -
    0x7fff88b77ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff88b78000 -
    0x7fff88b80fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff88b81000 -
    0x7fff88b82ff7  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
    0x7fff88b83000 -
    0x7fff88debffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff88eab000 -
    0x7fff88eacff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff88ead000 -
    0x7fff88f05ff7  com.apple.accounts.AccountsDaemon (113 - 113) <E0074FA1-1872-3F20-8445-3E2FEA290CFB> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon
    0x7fff88f06000 -
    0x7fff88f40ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff88fa5000 -
    0x7fff88fa5fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff88fa6000 -
    0x7fff88faafff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff88fab000 -
    0x7fff88fc7ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff88fc8000 -
    0x7fff88fc8fff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff88fc9000 -
    0x7fff88ff2ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff88ff3000 -
    0x7fff8904dff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x7fff89059000 -
    0x7fff8905aff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff89064000 -
    0x7fff890d5ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff890d6000 -
    0x7fff890d8ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff89252000 -
    0x7fff89254ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff89255000 -
    0x7fff8925aff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8953b000 -
    0x7fff8953cfff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8953d000 -
    0x7fff89557ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff89558000 -
    0x7fff89561fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff8a520000 -
    0x7fff8a5dbff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8a78c000 -
    0x7fff8a794fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff8a83f000 -
    0x7fff8a844ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x7fff8a850000 -
    0x7fff8a89cff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8a8d0000 -
    0x7fff8a964fff  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
    0x7fff8a965000 -
    0x7fff8aad0ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8aad1000 -
    0x7fff8aaedfff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8aafb000 -
    0x7fff8aba3ff7  com.apple.PackageKit (3.0 - 434) <B6C2831E-914D-3E5F-B0E9-A7079489A6FD> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff8b219000 -
    0x7fff8b232ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8b282000 -
    0x7fff8b283fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8b284000 -
    0x7fff8b28bfff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
    0x7fff8b28c000 -
    0x7fff8b293ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8b294000 -
    0x7fff8b2b3fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5

    There is no need to download anything to solve this problem.
    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • Mail keeps crashing and app store and terminal and wont open in Mavericks

    Help!
    Ever since I installed Mavericks last week, Mail keeps crashing with the following error message below. The App Store and Terminal also refuse to open, please can someone help?
    Process:         Mail [832]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.0 (1816)
    Build Info:      Mail-1816000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [143]
    Responsible:     Mail [832]
    User ID:         501
    Date/Time:       2013-10-26 19:09:16.302 +0100
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  1C21170D-FD0C-73AA-D36C-0A7DDD3092F3
    Sleep/Wake UUID: B7214CB9-92CE-4F2B-8D01-D47FE2EF1F97
    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 'NSInternalInconsistencyException', reason: '-[NSViewController loadView] could not load the "MessageView" nib.'
    abort() called
    terminating with uncaught exception of type NSException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8bbc441c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8a253e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8bbc42cc +[NSException raise:format:] + 204
    3   AppKit                              0x00007fff898b7507 -[NSViewController loadView] + 361
    4   AppKit                              0x00007fff897e5748 -[NSViewController view] + 41
    5   Mail                                0x000000010cb7264f Mail + 370255
    6   Mail                                0x000000010cb72512 Mail + 369938
    7   Mail                                0x000000010cb7214e Mail + 368974
    8   Mail                                0x000000010cb71e27 Mail + 368167
    9   Mail                                0x000000010cb7182d Mail + 366637
    10  AppKit                              0x00007fff898a526b -[NSView _updateSuggestedContentRect] + 774
    11  AppKit                              0x00007fff898b3df1 -[NSView _updateSuggestedContentRectForVisibleRectChange] + 219
    12  AppKit                              0x00007fff898b3c87 -[NSScrollView(NSRulerSupport) _handleBoundsChangeForSubview:] + 331
    13  AppKit                              0x00007fff898b3af4 -[NSView _postBoundsChangeNotification] + 136
    14  AppKit                              0x00007fff898b3938 -[NSView translateOriginToPoint:] + 294
    15  AppKit                              0x00007fff8975ac7f -[NSClipView _immediateScrollToPoint:] + 2659
    16  AppKit                              0x00007fff8975a1da -[NSClipView scrollToPoint:] + 237
    17  AppKit                              0x00007fff898b2d8e -[NSScrollView scrollClipView:toPoint:] + 203
    18  AppKit                              0x00007fff8975ee39 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1688
    19  AppKit                              0x00007fff8975e5bf -[NSClipView _reflectDocumentViewFrameChange] + 128
    20  AppKit                              0x00007fff89722f3c -[NSView _postFrameChangeNotification] + 203
    21  AppKit                              0x00007fff8972c712 -[NSView setFrameSize:] + 1586
    22  Mail                                0x000000010cb38ac4 Mail + 133828
    23  AppKit                              0x00007fff8972c099 -[NSView setFrame:] + 294
    24  Mail                                0x000000010cb6bc6a Mail + 343146
    25  Mail                                0x000000010cb71007 Mail + 364551
    26  Mail                                0x000000010cb70e36 Mail + 364086
    27  Mail                                0x000000010cb6fcfd Mail + 359677
    28  Mail                                0x000000010cb37db0 Mail + 130480
    29  Foundation                          0x00007fff8a676c18 NSKeyValueNotifyObserver + 387
    30  Foundation                          0x00007fff8a6b3e71 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1115
    31  AppKit                              0x00007fff8977dc48 -[NSController _notifyObserversForKeyPath:change:] + 209
    32  AppKit                              0x00007fff898af6a7 -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 53
    33  AppKit                              0x00007fff8977da88 -[NSArrayController setContent:] + 826
    34  Mail                                0x000000010cb359a3 Mail + 121251
    35  Foundation                          0x00007fff8a6b46ce -[NSObject(NSKeyValueCoding) setValue:forKey:] + 389
    36  AppKit                              0x00007fff89786f5d -[NSObjectParameterBinder _updateObject:observedController:observedKeyPath:context:] + 1298
    37  AppKit                              0x00007fff8977df68 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 652
    38  Mail                                0x000000010cb88d6e Mail + 462190
    39  CoreFoundation                      0x00007fff8bb92fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    40  CoreFoundation                      0x00007fff8ba86c5d _CFXNotificationPost + 2893
    41  Foundation                          0x00007fff8a6704aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    42  Foundation                          0x00007fff8a696055 -[NSBlockOperation main] + 75
    43  Foundation                          0x00007fff8a675591 -[__NSOperationInternal _start:] + 631
    44  Foundation                          0x00007fff8a67523b __NSOQSchedule_f + 64
    45  libdispatch.dylib                   0x00007fff8ac8e2ad _dispatch_client_callout + 8
    46  libdispatch.dylib                   0x00007fff8ac95f03 _dispatch_main_queue_callback_4CF + 333
    47  CoreFoundation                      0x00007fff8bb2b839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    48  CoreFoundation                      0x00007fff8bae6b14 __CFRunLoopRun + 1636
    49  CoreFoundation                      0x00007fff8bae6275 CFRunLoopRunSpecific + 309
    50  HIToolbox                           0x00007fff8f7fef0d RunCurrentEventLoopInMode + 226
    51  HIToolbox                           0x00007fff8f7fecb7 ReceiveNextEventCommon + 479
    52  HIToolbox                           0x00007fff8f7feabc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    53  AppKit                              0x00007fff896f528e _DPSNextEvent + 1434
    54  AppKit                              0x00007fff896f48db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    55  AppKit                              0x00007fff896e89cc -[NSApplication run] + 553
    56  AppKit                              0x00007fff896d3803 NSApplicationMain + 940
    57  libdyld.dylib                       0x00007fff8b9265fd start + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8efa9866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff9282635c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8af03bba abort + 125
    3   libc++abi.dylib                         0x00007fff8d3c9141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8d3eeabc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff8a25430d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff8d3ec3e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff8d3ec456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff8a2540b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff8ac8e2c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff8ac95f03 _dispatch_main_queue_callback_4CF + 333
    11  com.apple.CoreFoundation                0x00007fff8bb2b839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    12  com.apple.CoreFoundation                0x00007fff8bae6b14 __CFRunLoopRun + 1636
    13  com.apple.CoreFoundation                0x00007fff8bae6275 CFRunLoopRunSpecific + 309
    14  com.apple.HIToolbox                     0x00007fff8f7fef0d RunCurrentEventLoopInMode + 226
    15  com.apple.HIToolbox                     0x00007fff8f7fecb7 ReceiveNextEventCommon + 479
    16  com.apple.HIToolbox                     0x00007fff8f7feabc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    17  com.apple.AppKit                        0x00007fff896f528e _DPSNextEvent + 1434
    18  com.apple.AppKit                        0x00007fff896f48db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    19  com.apple.AppKit                        0x00007fff896e89cc -[NSApplication run] + 553
    20  com.apple.AppKit                        0x00007fff896d3803 NSApplicationMain + 940
    21  libdyld.dylib                           0x00007fff8b9265fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8efaa662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8ac9043d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8ac90152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_pthread.dylib                 0x00007fff92829fac start_wqthread + 0
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 8:: +[MFLibrary synchronouslyUpdateMessageFiles]  Dispatch queue: NSOperationQueue 0x6000002223c0
    0   libsystem_kernel.dylib                  0x00007fff8efaa9f2 read + 10
    1   com.apple.Foundation                    0x00007fff8a68118a _NSReadFromFileDescriptorWithProgress + 255
    2   com.apple.Foundation                    0x00007fff8a6deba4 -[NSConcreteFileHandle readDataOfLength:] + 257
    3   com.apple.Mail.framework                0x00007fff8e206d71 +[MFLibrary _emlxPListInFile:plistOffset:] + 51
    4   com.apple.Mail.framework                0x00007fff8e200c17 +[MFLibrary updateFileForMessage:] + 180
    5   com.apple.CoreFoundation                0x00007fff8bb0cd06 __53-[__NSArrayI enumerateObjectsWithOptions:usingBlock:]_block_invoke + 70
    6   com.apple.CoreFoundation                0x00007fff8bb0cc50 -[__NSArrayI enumerateObjectsWithOptions:usingBlock:] + 320
    7   com.apple.Mail.framework                0x00007fff8e1e3914 +[MFLibrary synchronouslyUpdateMessageFiles] + 503
    8   com.apple.CoreFoundation                0x00007fff8baafdec __invoking___ + 140
    9   com.apple.CoreFoundation                0x00007fff8baafc54 -[NSInvocation invoke] + 308
    10  com.apple.MailCore                      0x00007fff8b175b74 -[MCMonitoredInvocation invoke] + 211
    11  com.apple.MailCore                      0x00007fff8b198808 -[MCThrowingInvocationOperation main] + 40
    12  com.apple.MailCore                      0x00007fff8b13cf08 -[_MCInvocationOperation main] + 332
    13  com.apple.Foundation                    0x00007fff8a675591 -[__NSOperationInternal _start:] + 631
    14  com.apple.Foundation                    0x00007fff8a67523b __NSOQSchedule_f + 64
    15  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    16  libdispatch.dylib                       0x00007fff8ac927ff _dispatch_async_redirect_invoke + 154
    17  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    18  libdispatch.dylib                       0x00007fff8ac9009e _dispatch_root_queue_drain + 326
    19  libdispatch.dylib                       0x00007fff8ac91193 _dispatch_worker_thread2 + 40
    20  libsystem_pthread.dylib                 0x00007fff92826ef8 _pthread_wqthread + 314
    21  libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 10:: -[MFSnippetManager _calculateSnippetForMessages]  Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8efaa9f2 read + 10
    1   com.apple.Foundation                    0x00007fff8a68118a _NSReadFromFileDescriptorWithProgress + 255
    2   com.apple.Foundation                    0x00007fff8a680f3b _NSReadBytesFromFileWithExtendedAttributes + 888
    3   com.apple.Foundation                    0x00007fff8a680b37 -[NSData(NSData) initWithContentsOfFile:] + 91
    4   com.apple.Foundation                    0x00007fff8a6e3c6c +[NSData(NSData) dataWithContentsOfFile:] + 43
    5   com.apple.Mail.framework                0x00007fff8e206f16 +[MFLibrary bodyDataAtPath:headerData:] + 49
    6   com.apple.Mail.framework                0x00007fff8e20737d +[MFLibrary bodyDataForMessage:andHeaderDataIfReadilyAvailable:] + 58
    7   com.apple.Mail.framework                0x00007fff8e2940c0 -[MFMessageStore bodyDataForMessage:fetchIfNotAvailable:allowPartial:] + 287
    8   com.apple.MailCore                      0x00007fff8b16e901 -[MCMimePart(MessageSupport) parseMimeBodyFetchIfNotAvailable:allowPartial:] + 141
    9   com.apple.Mail.framework                0x00007fff8e2966be -[MFMessageStore _fetchBodyForMessage:fetchIfNotAvailable:updateFlags:allowPartial:] + 154
    10  com.apple.Mail.framework                0x00007fff8e294326 -[MFMessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:allowPartial:] + 156
    11  com.apple.Mail.framework                0x00007fff8e2de12d __48-[MFSnippetManager _calculateSnippetForMessages]_block_invoke + 363
    12  com.apple.CoreFoundation                0x00007fff8bb01a1f __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    13  com.apple.CoreFoundation                0x00007fff8bb0192e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    14  com.apple.Mail.framework                0x00007fff8e2ddfa2 -[MFSnippetManager _calculateSnippetForMessages] + 287
    15  com.apple.CoreFoundation                0x00007fff8baafdec __invoking___ + 140
    16  com.apple.CoreFoundation                0x00007fff8baafc54 -[NSInvocation invoke] + 308
    17  com.apple.MailCore                      0x00007fff8b198808 -[MCThrowingInvocationOperation main] + 40
    18  com.apple.MailCore                      0x00007fff8b13cf08 -[_MCInvocationOperation main] + 332
    19  com.apple.Foundation                    0x00007fff8a675591 -[__NSOperationInternal _start:] + 631
    20  com.apple.Foundation                    0x00007fff8a67523b __NSOQSchedule_f + 64
    21  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff8ac9068f _dispatch_queue_drain + 451
    23  libdispatch.dylib                       0x00007fff8ac919dd _dispatch_queue_invoke + 110
    24  libdispatch.dylib                       0x00007fff8ac8ffa3 _dispatch_root_queue_drain + 75
    25  libdispatch.dylib                       0x00007fff8ac91193 _dispatch_worker_thread2 + 40
    26  libsystem_pthread.dylib                 0x00007fff92826ef8 _pthread_wqthread + 314
    27  libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 14:: Dispatch queue: [MFLibrary writeQueue]
    0   libsystem_kernel.dylib                  0x00007fff8efaa962 pread + 10
    1   libsqlite3.dylib                        0x00007fff921cf1d4 unixRead + 100
    2   libsqlite3.dylib                        0x00007fff921f55ee readDbPage + 478
    3   libsqlite3.dylib                        0x00007fff921f418d sqlite3PagerAcquire + 349
    4   libsqlite3.dylib                        0x00007fff922298f7 sqlite3BtreeMovetoUnpacked + 1143
    5   libsqlite3.dylib                        0x00007fff9220f8c4 sqlite3VdbeExec + 5236
    6   libsqlite3.dylib                        0x00007fff9220d40a sqlite3_step + 666
    7   com.apple.Mail.framework                0x00007fff8e1e4392 setFlagsForMessage + 448
    8   com.apple.Mail.framework                0x00007fff8e1e4125 __83+[MFLibrary commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:]_block_i nvoke + 210
    9   com.apple.Mail.framework                0x00007fff8e2109e5 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1328
    10  com.apple.Mail.framework                0x00007fff8e1e3f16 +[MFLibrary commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:] + 644
    11  com.apple.Mail.framework                0x00007fff8e229303 __59-[MFLibraryStore async_setFlagsFromDictionary:forMessages:]_block_invoke + 435
    12  com.apple.Foundation                    0x00007fff8a696055 -[NSBlockOperation main] + 75
    13  com.apple.MailCore                      0x00007fff8b198564 -[MCTaskOperation main] + 642
    14  com.apple.Foundation                    0x00007fff8a675591 -[__NSOperationInternal _start:] + 631
    15  com.apple.Foundation                    0x00007fff8a67523b __NSOQSchedule_f + 64
    16  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    17  libdispatch.dylib                       0x00007fff8ac927ff _dispatch_async_redirect_invoke + 154
    18  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    19  libdispatch.dylib                       0x00007fff8ac9009e _dispatch_root_queue_drain + 326
    20  libdispatch.dylib                       0x00007fff8ac91193 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib                 0x00007fff92826ef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 18:: -[MFLibraryIMAPStore openSynchronously]  Dispatch queue: NSOperationQueue 0x60800023da00
    0   libsystem_kernel.dylib                  0x00007fff8efa9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff92827c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff8a6d7ae0 -[__NSOperationInternal _waitUntilFinishedOrTimeout:outer:] + 218
    3   com.apple.IMAP                          0x00007fff909d0fc0 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 228
    4   com.apple.IMAP                          0x00007fff909eafa1 -[IMAPGateway waitUntilClientOperationIsFinished:] + 184
    5   com.apple.IMAP                          0x00007fff909eaed7 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 397
    6   com.apple.IMAP                          0x00007fff909d9b3f -[IMAPConnection _authenticateWithAuthenticator:] + 136
    7   com.apple.MailCore                      0x00007fff8b12cd10 -[MCConnection authenticate] + 594
    8   com.apple.IMAP                          0x00007fff909d99e0 -[IMAPConnection authenticate] + 66
    9   com.apple.Mail.framework                0x00007fff8e1caa08 -[MFIMAPAccount connectAndAuthenticate:] + 1163
    10  com.apple.Mail.framework                0x00007fff8e1cba8b -[MFIMAPAccount _recoverFromConnectionlessStateHighPriority:] + 118
    11  com.apple.Mail.framework                0x00007fff8e1cb7ee -[MFIMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 168
    12  com.apple.Mail.framework                0x00007fff8e1cb486 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 272
    13  com.apple.Mail.framework                0x00007fff8e220e88 -[MFLibraryIMAPStore _gatewayCreateIfNeeded:options:] + 158
    14  com.apple.Mail.framework                0x00007fff8e2179ca -[MFLibraryIMAPStore _openSynchronouslyUpdatingMetadata:withOptions:] + 279
    15  com.apple.CoreFoundation                0x00007fff8baafdec __invoking___ + 140
    16  com.apple.CoreFoundation                0x00007fff8baafc54 -[NSInvocation invoke] + 308
    17  com.apple.MailCore                      0x00007fff8b175b74 -[MCMonitoredInvocation invoke] + 211
    18  com.apple.MailCore                      0x00007fff8b198808 -[MCThrowingInvocationOperation main] + 40
    19  com.apple.MailCore                      0x00007fff8b13cf08 -[_MCInvocationOperation main] + 332
    20  com.apple.Foundation                    0x00007fff8a675591 -[__NSOperationInternal _start:] + 631
    21  com.apple.Foundation                    0x00007fff8a67523b __NSOQSchedule_f + 64
    22  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x00007fff8ac927ff _dispatch_async_redirect_invoke + 154
    24  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    25  libdispatch.dylib                       0x00007fff8ac9009e _dispatch_root_queue_drain + 326
    26  libdispatch.dylib                       0x00007fff8ac91193 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib                 0x00007fff92826ef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 19:: -[MFLibraryIMAPStore openSynchronously]  Dispatch queue: NSOperationQueue 0x60800023da00
    0   libsystem_kernel.dylib                  0x00007fff8efa5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8efa4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8bae7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8bae6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8bae6275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8a6d6a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.MailCore                      0x00007fff8b1952cf -[MCSocket _waitForSecurityLayerNegotiationStreamsAreScheduled:] + 645
    7   com.apple.MailCore                      0x00007fff8b194a28 -[MCSocket connectToHost:withPort:isBackground:] + 1524
    8   com.apple.MailCore                      0x00007fff8b12bdd4 -[MCConnection connectDiscoveringBestSettings:] + 1115
    9   com.apple.Mail.framework                0x00007fff8e1ca923 -[MFIMAPAccount connectAndAuthenticate:] + 934
    10  com.apple.Mail.framework                0x00007fff8e1cba8b -[MFIMAPAccount _recoverFromConnectionlessStateHighPriority:] + 118
    11  com.apple.Mail.framework                0x00007fff8e1cb7ee -[MFIMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 168
    12  com.apple.Mail.framework                0x00007fff8e1cb486 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 272
    13  com.apple.Mail.framework                0x00007fff8e220e88 -[MFLibraryIMAPStore _gatewayCreateIfNeeded:options:] + 158
    14  com.apple.Mail.framework                0x00007fff8e2179ca -[MFLibraryIMAPStore _openSynchronouslyUpdatingMetadata:withOptions:] + 279
    15  com.apple.CoreFoundation                0x00007fff8baafdec __invoking___ + 140
    16  com.apple.CoreFoundation                0x00007fff8baafc54 -[NSInvocation invoke] + 308
    17  com.apple.MailCore                      0x00007fff8b175b74 -[MCMonitoredInvocation invoke] + 211
    18  com.apple.MailCore                      0x00007fff8b198808 -[MCThrowingInvocationOperation main] + 40
    19  com.apple.MailCore                      0x00007fff8b13cf08 -[_MCInvocationOperation main] + 332
    20  com.apple.Foundation                    0x00007fff8a675591 -[__NSOperationInternal _start:] + 631
    21  com.apple.Foundation                    0x00007fff8a67523b __NSOQSchedule_f + 64
    22  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x00007fff8ac927ff _dispatch_async_redirect_invoke + 154
    24  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    25  libdispatch.dylib                       0x00007fff8ac9009e _dispatch_root_queue_drain + 326
    26  libdispatch.dylib                       0x00007fff8ac91193 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib                 0x00007fff92826ef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 22:: Dispatch queue: NSOperationQueue 0x6000002c2840
    0   libsystem_kernel.dylib                  0x00007fff8efa5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8efa4d18 mach_msg + 64
    2   libsystem_kernel.dylib                  0x00007fff8efa03f4 semaphore_create + 99
    3   libdispatch.dylib                       0x00007fff8ac92a8f _dispatch_semaphore_create_port + 62
    4   libdispatch.dylib                       0x00007fff8ac9299e _dispatch_semaphore_wait_slow + 87
    5   libxpc.dylib                            0x00007fff86cad733 xpc_connection_send_message_with_reply_sync + 195
    6   com.apple.CoreFoundation                0x00007fff8bab8193 -[CFPrefsPlistSource copyReplyForDaemonMessage:toConnection:error:] + 243
    7   com.apple.CoreFoundation                0x00007fff8bc12820 __47-[CFPrefsPlistSource alreadylocked_synchronize]_block_invoke_2 + 352
    8   com.apple.CoreFoundation                0x00007fff8bab7a9b withDaemonConnection + 299
    9   com.apple.CoreFoundation                0x00007fff8bab74fb -[CFPrefsPlistSource alreadylocked_synchronize] + 587
    10  com.apple.CoreFoundation                0x00007fff8bab71f3 _copyValueForKey + 131
    11  com.apple.CoreFoundation                0x00007fff8bab7147 -[CFPrefsPlistSource copyValueForKey:] + 71
    12  com.apple.CoreFoundation                0x00007fff8badf730 ___CFPreferencesCopyValueWithContainer_block_invoke + 32
    13  com.apple.CoreFoundation                0x00007fff8bab6097 +[CFPrefsSource withSourceForIdentifier:user:byHost:container:perform:] + 839
    14  com.apple.CoreFoundation                0x00007fff8badf6c7 _CFPreferencesCopyValueWithContainer + 231
    15  com.apple.framework.internetaccounts          0x00007fff86587602 __IADebugLog_block_invoke + 49
    16  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    17  libdispatch.dylib                       0x00007fff8ac8e21c dispatch_once_f + 79
    18  com.apple.framework.internetaccounts          0x00007fff865875c7 IADebugLog + 407
    19  com.apple.framework.internetaccounts          0x00007fff86563719 -[IAGoogleAuthTokenManager init] + 182
    20  com.apple.framework.internetaccounts          0x00007fff8656361e __34+[IAGoogleAuthTokenManager shared]_block_invoke + 37
    21  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff8ac8e21c dispatch_once_f + 79
    23  com.apple.framework.internetaccounts          0x00007fff865635f7 +[IAGoogleAuthTokenManager shared] + 103
    24  com.apple.Mail.framework                0x00007fff8e24c8ee -[MFMailAccount googleClientToken] + 165
    25  com.apple.MailCore                      0x00007fff8b18cf8f -[_MCPlainClientTokenSaslClient initialResponse] + 82
    26  com.apple.IMAP                          0x00007fff909c84a6 -[IMAPClientAuthenticateOperation newCommandDataForLiteralPlus:] + 174
    27  com.apple.IMAP                          0x00007fff909d81a1 -[IMAPConnection _sendCommand:response:] + 1359
    28  com.apple.IMAP                          0x00007fff909d9f2c -[IMAPConnection executeAuthenticate:] + 294
    29  com.apple.IMAP                          0x00007fff909c8581 -[IMAPClientAuthenticateOperation executeOnConnection:] + 26
    30  com.apple.IMAP                          0x00007fff909d7ada -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1216
    31  com.apple.IMAP                          0x00007fff909eaafe -[IMAPGateway _allowClientOperationThrough:] + 910
    32  com.apple.IMAP                          0x00007fff909ea715 -[IMAPGateway allowClientOperationThrough:] + 385
    33  com.apple.IMAP                          0x00007fff909ce20b -[IMAPClientOperation main] + 57
    34  com.apple.Foundation                    0x00007fff8a675591 -[__NSOperationInternal _start:] + 631
    35  com.apple.Foundation                    0x00007fff8a67523b __NSOQSchedule_f + 64
    36  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    37  libdispatch.dylib                       0x00007fff8ac927ff _dispatch_async_redirect_invoke + 154
    38  libdispatch.dylib                       0x00007fff8ac8e2ad _dispatch_client_callout + 8
    39  libdispatch.dylib                       0x00007fff8ac9009e _dispatch_root_queue_drain + 326
    40  libdispatch.dylib                       0x00007fff8ac91193 _dispatch_worker_thread2 + 40
    41  libsystem_pthread.dylib                 0x00007fff92826ef8 _pthread_wqthread + 314
    42  libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8efa9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff92826f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff92829fb9 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8efa5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8efa4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8bae7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8bae6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8bae6275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff898951ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff92825899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9282572a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff92829fc9 thread_start + 13
    Thread 25:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8efa5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8efa4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8bae7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8bae6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8bae6275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8a6d4907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8a6d470b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff92825899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9282572a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff92829fc9 thread_start + 13
    Thread 26:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8efa99aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8bb32d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff92825899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff9282572a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff92829fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff78923310  rcx: 0x00007fff530e5ea8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff530e5ed0  rsp: 0x00007fff530e5ea8
       r8: 0x00007fff8d3efab4   r9: 0x00007fff8af2b900  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff530e6030  r13: 0x0000600000123160  r14: 0x0000000000000006  r15: 0x00007fff530e5f10
      rip: 0x00007fff8efa9866  rfl: 0x0000000000000206  cr2: 0x0000000113113000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10cb18000 -        0x10ce07fff  com.apple.mail (7.0 - 1816) <E8B5953C-FD5C-3D3B-B481-34F23E45730A> /Applications/Mail.app/Contents/MacOS/Mail
           0x10d264000 -        0x10d266fff  apop.so (170) <79E840B4-6D30-3CBB-99D3-345D6C77D5DF> /usr/lib/sasl2/apop.so
           0x10d26a000 -        0x10d27afff  dhx.so (170) <A9EBA1D4-8ED8-37BB-BA1E-263091EAF96E> /usr/lib/sasl2/dhx.so
           0x10d286000 -        0x10d28efff  digestmd5WebDAV.so (170) <9DBE65CE-9B5C-37A3-8112-40F39BE3B5F8> /usr/lib/sasl2/digestmd5WebDAV.so
           0x10d293000 -        0x10d295fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
           0x10d299000 -        0x10d29bfff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
           0x10d2a0000 -        0x10d2a8ff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
           0x10d2ad000 -        0x10d2b1fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
           0x10d2b6000 -        0x10d2b8fff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
           0x10d2bc000 -        0x10d2c1fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
           0x10d2c6000 -        0x10d2cdfff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
           0x10d2d6000 -        0x10d2d8fff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
           0x10d2dc000 -        0x10d2e0fff  libpps.so (170) <9BAB4F91-A2DF-3F11-A2E4-8E353562ECC8> /usr/lib/sasl2/libpps.so
           0x10d2e5000 -        0x10d2e8ff7  mschapv2.so (170) <7B006E8A-BEB7-3004-9C16-134D37C077A5> /usr/lib/sasl2/mschapv2.so
           0x10d2ed000 -        0x10d315ff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10d32b000 -        0x10d32dfff  smb_nt.so (170) <903A6BA5-5B1F-305A-98EA-27BE757A7CFF> /usr/lib/sasl2/smb_nt.so
           0x10d332000 -        0x10d334fff  pwauxprop.so (400) <924056F9-D203-3DAD-B78D-61439A2E6BE8> /usr/lib/sasl2/pwauxprop.so
           0x10d339000 -        0x10d33bfff  shadow_auxprop.so (170) <2E0153C3-9D36-3496-8885-DE8B91838036> /usr/lib/sasl2/shadow_auxprop.so
           0x10d340000 -        0x10d342fff  smb_ntlmv2.so (170) <15A0B3C1-DA72-3B4C-8234-EF24132FEB0B> /usr/lib/sasl2/smb_ntlmv2.so
           0x10eb61000 -        0x10eb68ff7  com.apple.SyncedDefaults (1.3 - 91.30) <FC5A4423-3D91-3A34-853A-C49971EEAE4E> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x11203f000 -        0x112042fff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x112198000 -        0x112199fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x1121ab000 -        0x1121afff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x112cae000 -        0x112caeff9 +cl_kernels (???) <8008097B-D4F3-450E-9BED-7029C8AFAEDB> cl_kernels
           0x112cc3000 -        0x112cc4ffa +cl_kernels (???) <B93AD5F8-3BA3-4DF4-97D6-9A5137048DAD> cl_kernels
           0x112cc8000 -        0x112cc8ffd +cl_kernels (???) <8059D9F9-4700-4237-B5F6-10270270F41D> cl_kernels
           0x112d3e000 -        0x112e24fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x112e76000 -        0x112f56ff7  unorm8_rgba.dylib (2.3.58) <DDD1AFEB-FD30-34D2-958A-823C3EFD649A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x112fa8000 -        0x112fa8fff +cl_kernels (???) <B57BB37D-07A8-4B44-9A8F-4BEB3395F62F> cl_kernels
           0x113048000 -        0x113048ffb +cl_kernels (???) <546122C5-B9C2-4A19-AD43-A811CB3F32FF> cl_kernels
           0x11305e000 -        0x11305fff2 +cl_kernels (???) <BDD50C1D-953E-4FF5-ADB7-53E484E19F72> cl_kernels
           0x113068000 -        0x113068ffe +cl_kernels (???) <ABA6783A-F44B-4959-98EB-7501AA205545> cl_kernels
           0x113071000 -        0x113071ff7 +cl_kernels (???) <7797CCA3-3341-43FC-B014-E29C2CC2B593> cl_kernels
           0x11307c000 -        0x11307cff7 +cl_kernels (???) <B46B5894-5999-4694-AC35-DC983EB41408> cl_kernels
           0x113293000 -        0x113294ff4 +cl_kernels (???) <B72DD580-7F28-41F5-A197-93E535A62AD0> cl_kernels
        0x7fff628d1000 -     0x7fff62904817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff864c6000 -     0x7fff864deff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff864df000 -     0x7fff86537ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff86538000 -     0x7fff86540ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff86541000 -     0x7fff8654cfff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff8654d000 -     0x7fff8659cff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8659d000 -     0x7fff868b7ff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff868b8000 -     0x7fff868c8ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff868c9000 -     0x7fff868d0ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff868d1000 -     0x7fff868d9ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff868da000 -     0x7fff86901ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff86902000 -     0x7fff8690affc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8690b000 -     0x7fff86969ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8696a000 -     0x7fff8696dfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8696e000 -     0x7fff8699cff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8699d000 -     0x7fff8699dffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8699e000 -     0x7fff869a3ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff869a4000 -     0x7fff86be7fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff86be8000 -     0x7fff86c45fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff86c46000 -     0x7fff86c88ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff86c8f000 -     0x7fff86ca2ff7  com.apple.AppContainer (3.0 - 1) <A90C058D-46E8-3BAB-AF17-AF9C7C273069> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff86ca3000 -     0x7fff86cc7fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff86d46000 -     0x7fff86d53ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff87632000 -     0x7fff87720fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8778c000 -     0x7fff877d3fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff877d4000 -     0x7fff877f1ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff877f2000 -     0x7fff87960ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff87961000 -     0x7fff87986ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff87987000 -     0x7fff887d3ff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff887d4000 -     0x7fff887f6fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff887f7000 -     0x7fff887f8fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff887f9000 -     0x7fff88a51ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff88fd2000 -     0x7fff8900efff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff8903a000 -     0x7fff8903bff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8903c000 -     0x7fff8930aff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8930b000 -     0x7fff89378fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff89379000 -     0x7fff893beff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff893bf000 -     0x7fff893c7fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff89410000 -     0x7fff894adfff  com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff894ae000 -     0x7fff894bdff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff894be000 -     0x7fff89587fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff89588000 -     0x7fff8959aff7  com.apple.addressbook.ContactsAutocomplete (8.0 - 1365) <9EF30F4C-2C3F-321C-8C32-1445395FD9C7> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete
        0x7fff8959b000 -     0x7fff8966cff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8966d000 -     0x7fff8967aff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff896cc000 -     0x7fff896d0fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff896d1000 -     0x7fff8a245ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8a246000 -     0x7fff8a3f3f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8a3f4000 -     0x7fff8a547ff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8a548000 -     0x7fff8a575ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8a576000 -     0x7fff8a594ff7  com.apple.CalendarFoundation (7.0 - 111) <D5CEE7AE-3325-3E7E-924B-12834AE7D218> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8a595000 -     0x7fff8a624ff7  com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8a625000 -     0x7fff8a66cff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib

    I am having the same problem. Any solution?? in my case so far is photo booth appstore terminal, facetime the built in camera is not working with skype

  • My safari won't open and keeps saying it quit unexpectedly. It started happening after I downloaded the update and when I went through a process to uninstall genieo. I also had to safe boot my computer. I don't know what did it and I cannot seem to fix it

    This is the message I keep getting. Help me please.
    Process:         Safari [354]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.3 (9537.75.14)
    Build Info:      WebBrowser-7537075014000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [163]
    Responsible:     Safari [354]
    User ID:         501
    Date/Time:       2014-04-16 22:58:20.708 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  DC8B7253-C74C-0BB5-779F-BD55E143A306
    Crashed Thread:  13
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010b874f9c
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x10b874f9c:
        __DATA                 000000010b1c3000-000000010b1c7000 [   16K] rw-/rwx SM=PRV  /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
    --> __LINKEDIT             000000010b1c7000-000000010b971000 [ 7848K] r--/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
        MALLOC (admin)         000000010b971000-000000010b972000 [    4K] ---/rwx SM=NUL 
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x0000000103619dcd CFEqual + 285
    1   com.apple.Safari.framework              0x0000000100123be0 Safari::BookmarkLeaf::retainIconForTopLevelDomainURL() + 118
    2   com.apple.Safari.framework              0x000000010011e9c8 Safari::BookmarkFolder::insertChildAtIndex(***::PassRefPtr<Safari::Bookmark>, unsigned long) + 228
    3   com.apple.Safari.framework              0x000000010011e138 Safari::BookmarkFolder::initFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 492
    4   com.apple.Safari.framework              0x00000001001101cb Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 91
    5   com.apple.Safari.framework              0x0000000100110a04 Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, Safari::BookmarkGroup*) + 22
    6   com.apple.Safari.framework              0x000000010011e0e7 Safari::BookmarkFolder::initFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 411
    7   com.apple.Safari.framework              0x00000001001101cb Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 91
    8   com.apple.Safari.framework              0x000000010011fa7e Safari::BookmarkGroup::loadBookmarkGroupGuts() + 84
    9   com.apple.Safari.framework              0x000000010011f3b0 Safari::BookmarkGroup::BookmarkGroup(NSString*) + 462
    10  com.apple.Safari.framework              0x000000010012a9ea Safari::BookmarksControllerOld::BookmarksControllerOld() + 104
    11  com.apple.Safari.framework              0x000000010012a958 Safari::BookmarksControllerOld::shared() + 46
    12  com.apple.Safari.framework              0x00000001001288a4 -[BookmarksController _initWithBookmarksMenu:] + 201
    13  com.apple.Safari.framework              0x0000000100124a4b +[BookmarksController sharedController] + 137
    14  com.apple.Safari.framework              0x000000010014040f -[BrowserApplication sendEvent:] + 253
    15  com.apple.AppKit                        0x00000001048a6ea5 -[NSApplication _realDoModalLoop:peek:] + 761
    16  com.apple.AppKit                        0x00000001048a554e -[NSApplication runModalForWindow:] + 117
    17  com.apple.AppKit                        0x00000001048a50fd -[NSAlert runModal] + 145
    18  com.apple.AppKit                        0x000000010454d2a9 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1054
    19  com.apple.AppKit                        0x000000010454ce4e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    20  com.apple.AppKit                        0x000000010454cdef -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    21  com.apple.AppKit                        0x000000010454cd13 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    22  com.apple.AppKit                        0x000000010454cb34 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 252
    23  com.apple.AppKit                        0x000000010454c909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    24  com.apple.AppKit                        0x000000010454c36b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    25  com.apple.Foundation                    0x0000000102aa4f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    26  com.apple.Foundation                    0x0000000102aa4d7d _NSAppleEventManagerGenericHandler + 106
    27  com.apple.AE                            0x0000000107598e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    28  com.apple.AE                            0x0000000107598c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    29  com.apple.AE                            0x0000000107598b36 aeProcessAppleEvent + 315
    30  com.apple.HIToolbox                     0x0000000106118161 AEProcessAppleEvent + 56
    31  com.apple.AppKit                        0x0000000104548246 _DPSNextEvent + 1026
    32  com.apple.AppKit                        0x0000000104547a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    33  com.apple.Safari.framework              0x0000000100140d00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    34  com.apple.AppKit                        0x000000010453bb2c -[NSApplication run] + 553
    35  com.apple.AppKit                        0x0000000104526913 NSApplicationMain + 940
    36  com.apple.Safari.framework              0x0000000100312c8d SafariMain + 267
    37  libdyld.dylib                           0x0000000106bcf5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000106d66662 kevent64 + 10
    1   libdispatch.dylib                       0x0000000106b9943d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x0000000106b99152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x0000000106d65716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000106e7cc3b _pthread_cond_wait + 727
    2   com.apple.WebCore                       0x000000010a1bb4cb WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore                       0x000000010a1b805f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore                0x0000000100bd153f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x0000000106d61a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000106d60d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x0000000101cc9377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x0000000101cc92ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x0000000106d61a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000106d60d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010366c155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010366b779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010366b0b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x0000000102aea967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x0000000102aea76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 12:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x0000000106d65a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x0000000106cb4dc0 nanosleep + 200
    2   libsystem_c.dylib                       0x0000000106cb4cb2 usleep + 54
    3   com.apple.AppKit                        0x00000001047ac21d -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x0000000102aea76b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 13 Crashed:
    0   ???                                     0x000000010b874f9c 0 + 4488384412
    Thread 13 crashed with X86 Thread State (64-bit):
      rax: 0x746e656d656c4568  rbx: 0x0000000000000054  rcx: 0x00000001023cf000  rdx: 0x0000000000000054
      rdi: 0x00000001023cf000  rsi: 0x00000001013e2000  rbp: 0x00000001023d0ff0  rsp: 0x00000001023d0f68
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x000000010b6c3420  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x00000001013e2000
      rip: 0x000000010b874f9c  rfl: 0x0000000000010206  cr2: 0x000000010b874f9c
    Logical CPU:     2
    Error Code:      0x00000014
    Trap Number:     14
    Binary Images:
           0x1000de000 -        0x1000deffd  com.apple.Safari (7.0.3 - 9537.75.14) <170ED2F7-108B-326D-96B6-D54CCA40AA85> /Applications/Safari.app/Contents/MacOS/Safari
           0x1000e4000 -        0x1005eaffb  com.apple.Safari.framework (9537 - 9537.75.14) <4803DE3D-4606-3B70-A537-6D12F172665A> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x1009d7000 -        0x1009d8ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
           0x1009e5000 -        0x100a03ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x100a26000 -        0x100a27fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
           0x100a30000 -        0x100a4dff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x100a5f000 -        0x100a5ffff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x100a64000 -        0x100a64fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x100a6d000 -        0x100acbff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x100b0e000 -        0x100b18ff7  com.apple.CrashReporterSupport (10.9 - 538) <DD7669BA-78A6-3BEA-8410-17F556ACAA18> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x100b26000 -        0x100b90ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x100bc8000 -        0x100f3fff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <8018AEEE-9FAB-34DE-AF60-97B2F221747A> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x10103a000 -        0x1011f2ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
           0x10129c000 -        0x101386fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10139e000 -        0x1013cfff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x1013e3000 -        0x1013f0ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x1013f9000 -        0x101407fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x101410000 -        0x101451fff  com.apple.PerformanceAnalysis (1.47 - 47) <B5B491F2-EF86-3382-B23B-EA78AC40AF25> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x101ca2000 -        0x101e3eff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x101f19000 -        0x102172ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1022bd000 -        0x102330fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x102373000 -        0x1023a1ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x1023d3000 -        0x102436ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x102476000 -        0x1025acffc  com.apple.WebKit (9537 - 9537.75.14) <CBAF76C6-E6F7-390A-A21D-CBCAF4A6896A> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x1026a6000 -        0x102897ff3  com.apple.WebKit2 (9537 - 9537.75.14) <B3511A1C-A7E7-3F81-9EDB-2602C4EFAF19> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x102a84000 -        0x102d82fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x102fc1000 -        0x10316ef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x103191000 -        0x1031e3fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x103242000 -        0x103304ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x103375000 -        0x103376ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10337c000 -        0x1034ecff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x1035f5000 -        0x1035f5fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x1035fb000 -        0x1037e0fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x103955000 -        0x103a5bff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x103ac9000 -        0x1043e8af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x104519000 -        0x104519fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x104524000 -        0x10509afff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x105821000 -        0x105850ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x105872000 -        0x105883ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x10588f000 -        0x105891fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x10589d000 -        0x1058d5ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x105913000 -        0x105a66ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x105b03000 -        0x105b03ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x105b10000 -        0x105d58ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x105e87000 -        0x105eebfff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x105f2c000 -        0x10605cff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x1060dd000 -        0x106387ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x1064e4000 -        0x1064ecff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x1064f8000 -        0x10653aff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x106554000 -        0x10663bff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x106677000 -        0x10675bfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x106824000 -        0x106875ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10689c000 -        0x1068a1fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1068b0000 -        0x1068b1fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x1068b9000 -        0x1068cbff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <4A5857F9-E249-3FA6-ADBB-410606AEC8CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x1068da000 -        0x1068f2ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x106909000 -        0x106916fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x10692c000 -        0x1069f0ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x106a7a000 -        0x106a95ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x106aa6000 -        0x106acfff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x106ae2000 -        0x106ae6ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x106aef000 -        0x106af9fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x106b0c000 -        0x106b13fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x106b23000 -        0x106b2aff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x106b34000 -        0x106b82fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x106b96000 -        0x106bb0fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
           0x106bcc000 -        0x106bcfff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
           0x106bdc000 -        0x106bdcff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x106be3000 -        0x106beaff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
           0x106bf8000 -        0x106bfdfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x106c06000 -        0x106c08ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x106c10000 -        0x106c11ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x106c18000 -        0x106c29ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x106c33000 -        0x106c34ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x106c39000 -        0x106cc2ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x106cf0000 -        0x106cf2ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
           0x106cfa000 -        0x106d02fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
           0x106d0f000 -        0x106d36ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x106d50000 -        0x106d6cff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
           0x106d92000 -        0x106dc1fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x106dd1000 -        0x106decff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x106dfd000 -        0x106e24ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x106e43000 -        0x106e4cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x106e59000 -        0x106e5fff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x106e79000 -        0x106e80ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x106e93000 -        0x106e94ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
           0x106e9d000 -        0x106ea1ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
           0x106eae000 -        0x106eaffff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x106eb9000 -        0x106ebeff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x106ec7000 -        0x106eebfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x106f0a000 -        0x106f1afff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x106f25000 -        0x106f29fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x106f2f000 -        0x106f2fffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x106f3a000 -        0x106f47ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x106f4d000 -        0x107237fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1072ba000 -        0x10734afff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x1073b5000 -        0x10742cfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <DAF9AF17-0AC5-364C-B0BF-B1AF3FB4A07F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x1074d3000 -        0x107540fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10758b000 -        0x1075e6ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10761a000 -        0x1076e3fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10775b000 -        0x107784fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x1077aa000 -        0x1077b1fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x1077bb000 -        0x1077c6fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
           0x1077cd000 -        0x1077d8ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x1077ea000 -        0x1077edfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x1077f7000 -        0x10780eff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10782c000 -        0x107836ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x107842000 -        0x10786affb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x10787d000 -        0x107909ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x10793c000 -        0x1079abff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x1079d9000 -        0x107a62fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x107aaa000 -        0x107aefffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x107b29000 -        0x107b38ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x107b47000 -        0x107b94ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x107bc8000 -        0x107c01ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x107c21000 -        0x107c2afff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x107c40000 -        0x107c43ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x107c4d000 -        0x107c4dfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x107c54000 -        0x107f28fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x107f70000 -        0x107f70fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x107f76000 -        0x108041fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x108053000 -        0x108103ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x108114000 -        0x1084f5ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10855a000 -        0x1086c8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x1086f5000 -        0x1087e4fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x10885f000 -        0x1088a6fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x1088cc000 -        0x1088f0ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x1088fc000 -        0x108955fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10896b000 -        0x108986ff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10898f000 -        0x108993ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10899a000 -        0x108a88fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x108ab8000 -        0x108abafff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x108ac3000 -        0x108b0aff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
           0x108b25000 -        0x108b3eff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x108b5b000 -        0x108b77fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x108b83000 -        0x108c74ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x108c8b000 -        0x108cf0ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x108d21000 -        0x108d22fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x108d28000 -        0x108d2cff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
           0x108d36000 -        0x108d42ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x108d5a000 -        0x108d63ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x108d6e000 -        0x108da9fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x108dbe000 -        0x108de3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x108e00000 -        0x1090d0ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x1091cb000 -        0x10921efff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x109247000 -        0x109286fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x109296000 -        0x10929effc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1092a7000 -        0x1092b2fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x1092c8000 -        0x109306ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x109310000 -        0x109312fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x109318000 -        0x10931bfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x109326000 -        0x109759ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x109975000 -        0x1099c3fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x1099e1000 -        0x1099edff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x1099f5000 -        0x109a0eff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x109a25000 -        0x109a55fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x109a81000 -        0x109aa6ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x109ab9000 -        0x109b39fff  com.apple.CoreSymbolication (3.0 - 141) <DC9F84AA-9BD0-322B-83C3-FDC1FA771F37> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x109b57000 -        0x109bafff7  com.apple.Symbolication (1.4 - 129) <6D47983E-9B8E-38A0-9503-099601CF118E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x109bfa000 -        0x109c29fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x109c47000 -        0x109ca6fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x109ce7000 -        0x109d11ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x109d24000 -        0x109d8afff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x109def000 -        0x109df3fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x109e01000 -        0x109e04fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x109e0d000 -        0x109e1ffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x109e40000 -        0x109e58ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x109e6a000 -        0x109e6bff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x109e72000 -        0x109e74ff7  com.apple.securityhi (9.0 - 55005) <38784C88-AA07-350E-97A3-FCC24C97FC82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x109e7d000 -        0x10a03bfff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x10a198000 -        0x10a1a2ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
           0x10a1b2000 -        0x10b004ffb  com.apple.WebCore (9537 - 9537.75.14) <99715507-9651-3DCE-831B-BF815FB3DE44> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x10d527000 -        0x10d553fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x10d5c5000 -        0x10d5d2ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
           0x10d5ee000 -        0x10d5f6ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10e467000 -        0x10e48fffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10e49f000 -        0x10e4a2ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x110002000 -        0x110293fff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff61224000 -     0x7fff61257817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 1
        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: 591
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=161.7M resident=86.2M(53%) swapped_out_or_unallocated=75.5M(47%)
    Writable regions: Total=1.1G written=10.2M(1%) resident=13.1M(1%) swapped_out=0K(0%) unallocated=1.1G(99%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG backing stores                     452K
    CG image                               12K
    CG raster data                         12K
    CG shared images                      180K
    Image IO                               16K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    Kernel Alloc Once                       8K
    MALLOC                               48.4M
    MALLOC (admin)                         32K
    Memory Tag 242                         12K
    Memory Tag 251                         36K
    SQLite page cache                     640K
    STACK GUARD                          56.0M
    Stack                                13.7M
    VM_ALLOCATE                          16.4M
    WebKit Malloc                        1232K
    __DATA                               23.5M
    __IMAGE                               528K
    __LINKEDIT                           41.9M
    __TEXT                              119.9M
    __UNICODE                             544K
    mapped file                          49.8M
    shared memory                           4K
    ===========                        =======
    TOTAL                                 1.4G
    TOTAL, minus reserved VM space      373.3M

    You installed the "Genieo" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client/u/usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

Maybe you are looking for

  • I have lost all of my changes -- How can I get them back?

    I have made changes to many files in many folders.  I have successfully moved several of those folders from my laptop to a USB external hard drive (as my laptop just cannot hold all photos). This week, I purchased an installed a Network Attached Stor

  • What frame rate timeline should I use for 1080p 60fps premiere pro

    When using 1080p 60fps clips what sequence should I use when creating a timeline that would work the best for slow mo application? I read that you should use a 24 fps timeline but i'm not sure? Also I have a few 720 @ 120 fps, should I create a separ

  • Urgent SQL query help

    Hello, I need help with SQL... My database version is Oracle 10g Release 1.2. I have two table with the exact same structure as follows... create table t1(cust_id number(5), zone_number number(2), part_number varchar2(10)) create table t2(cust_id num

  • Run two application sessions at once: Networking

    Hello, I'm working on a collectable card game where there are two Flash clients and a Java server.  This is a straightforward situation. I want debugging to be as streamlined as possible so there isn't headaches of me trying to fight against the user

  • When Firefox 5.0 starts, it automatically adds a new blank tab. How can I stop that?

    When I launch Firefax 5.0, a second blank tab automatically launches. How can I stop that from happening, as it reduces visible display area and I then have to close the tab?