Keeping information after a person leaves

I have a PERSON table which is our list of people in the college. It's my main list and all other databases relate to it's ID column.
I am creating a list of grants and want to relate it to the PEOPLE table and have done so (see two table descriptions below). Now, when I need the first and last name of the person with the grant, I just include the PEOPLE table in the query and have the information.
SELECT
g.g_c_id,g.start_date,g.end_date,g.title,
p.id,p.fname,p.lname
FROM grants_contracts g, people p
WHERE g.id = p.id
The problem is that when people leave the college, we delete them from the PEOPLE table. While I don't have it cascade the delete to the GRANTS_CONTRACTS table so the information will still stay after they leave, I no longer will properly receive the first and last name and other info in the PEOPLE table. In fact, I bet I receive 0 records returned since the person no longer is in there.
So, to cure this, should I populate the GRANTS_CONTRACTS table with the information that I know that I'll need long term? I suppose we never know what we'll need long term. Or should I just make the person in the PEOPLE table 'inactive', keeping their information forever and always.
Or is there another solution?
create table PEOPLE (
id NUMBER Primary Key,
type VARCHAR2(50),
fname VARCHAR2(100),
lname VARCHAR2(100),
title VARCHAR2(100),
dept VARCHAR2(50),
create table GRANTS_CONTRACTS (
     g_c_id NUMBER Primary Key,
     id NUMBER REFERENCES people(id),
date_added date,
     start_date date,
     end_date date,
title VARCHAR2(300),
funding_agency VARCHAR2(300),
     funding NUMBER,
     abstract VARCHAR2(3000),
     related_file VARCHAR2(100),
     status VARCHAR2(50)
thanks all.
daniel

I would just keep the person table intact, and add a status column to show that they are inactive, terminated or whatever. There are several disadvantages with duplicating the data into the grants table. What happens when someone changes their last name? What if you later decide you need another column from person but have not replicated it?
John

Similar Messages

  • How do I create a custom screen to show after a person logs in we are using windows 7

    I have been asked to create a custom welcome screen that would load after a person logs into their computer. This screen is to have links to applications.  But I need this to show after they log in and before they see their desktop. and I
    need it to be full screen size.
    this is mandatory:
    I need this to show up AFTER people have logged in, and b4 they see their Desktop.  auto adjustment to fill the screen  and the screen will have multiple images with them being hyperlinks to the various applications. The kicker is we
    are running windows 7.  Of course one of the links will go to the desktop.(basically shut down the window screen)
    I seem to recall there is a way of doing this using group policy to trigger a screen and possible using HTA or VB6 method or a scripted page but I'm not sure how to accomplish this...
    This is coming from upper upper management  and they have it mocked up in access 2013.
    How do I do this or even accomplish this screen for windows 7.
    PS:
    I realize that windows 8/8.1 has this type of thing built in, but the company is NOT ready for windows 8/8.1

    I built a System Message HTA for my previous employer that was used in a computer lab setting. It was a nice way to inform the users about things happening in the lab, as well as a nice way to ensure people knew who to contact if there were problems.
    The HTA lived on a network UNC and each computer had a shortcut to the HTA in their All Users Startup folder (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup). While you could push the shortcut with GPP, likes the others recommended, that's
    about all you should do with Group Policy. This was neat - I had the HTA run custom .cmd files (in a hidden window) when it loaded (the Windows_onLoad subroutine) and then when it was closed by the user (button press that called an ExitProgram subroutine).
    This allow me to capture who was logged on, how long the HTA was open, and what computer they were using. In a computer lab such as that one, it was nice to have additional way to track who was using what computer and when. Good luck and let us know if there
    are any more questions - I really enjoyed that project.
    Edit: Added additional info.

  • Ipod touch 4th gen needed a new screen and sleep/wake switch.  So, I replace them.  I was able to get to settings and do "erase all content and settings".  I am not able to totally shut this device off as it keeps restarting after a few seconds.

    Ipod touch 4th gen needed a new screen and sleep/wake switch.  So, I replace them.  I was able to get to settings and do "erase all content and settings".  I am not able to totally shut this device off as it keeps restarting after a few seconds.  I have used itunes to restore and also recover.  Device will actually shut off and stay shut off if I leave it connected to the computer.  The moment I unplug (3 seconds) the apple logo appears, it boots, unlock screen appears, I can unlock and operate normally, unplugged or not.  Just cant get it to completely shut down unplugged.  Any thoughts?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
      - If still not successful that usually indicates a hardware problem. Maybe you installed a bad component or damaged something during the repair/replacement.
    Apple will not help since you worked on the iPod yourself.

  • 4G iPod touch KEEPS CRASHING AFTER 6.1.3 UPDATE

    Okay, so I live in an area with rural internet. Because of this I have only just downloaded the 6.1.3 iOS update this week for my 4G iPod touch. I have only just discovered how bad an idea that was.
    Safari crashes every half-minute, the iPod is now INCREDIBLY slow, Twitter, YouTube and almost every app I have keeps crashing after a minute or so...
    I have gone over all the 'fixes' that google has presented to me.
    Clearing the multitasking bar doesn't change jack and I can't roll back my iPod to the backup on iTunes because I just got a new computer. And the first thing I did was move all my music over and SYNC THE IPOD AFTER IT HAD BEEN UPDATED.
    So what am I supposed to do? My iPod is USELESS to me now as an internet-capable device OR music player, and no matter where I look the only help anyone can offer is "Apple doesn't support downgrading"???
    So Apple updates the OS with a faulty patch and I have to deal with the failure?
    Is there anyone who can actually HELP me? What do I do? Jailbreak the **** thing? I've never jailbroken anything before, but surely it can't render my iPod any more useless than it already is! It's not like the thing is covered under warranty anymore! (Really convinient, that...)
    Can some please help me get my iPod WORKING again?! I paid $300 dollars for a music player with internet access, not a paperweight!
    Either way, I'm officially done with Apple devices after this nonsense. I hear Galaxy Tabs actually work! Imagine!

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • Keeping information in apps

    I am going to get the next software update for my second generation iPod touch. I'm very particular and have OCD over what is in my touch. So I have heard many stories where it is likely that I will have to restore my iPod (and lose everything!) to get the update going.
    I'm wondering if I update and restoring the iPod deletes everything, will I be able to keep information that was in the apps when I put it back on my iPod again. Things like my text plus app number people text to (instead of the number and username), my high score boards in various games (because I'm strangely proud of some of them), play counts on songs and tv shows etc
    And any other tips to the new ipod though update you can give me. Thanks. I hope this is a successful and smooth update. A little nervous about it because I heard if it doesn't go well you have a $400 brick.
    Message was edited by: wildw00dflower

    All 3rd party data is stored in the backup you make. So after you upgraded your firmware you should be able to use the backup to restore. Make sure that all apps support the new firmware and transfer your purchases and backup manually before you start. Don't forget to include the backup folder into your backup routine of your computer. For more info about the content of your backup see this article: http://support.apple.com/kb/HT1766

  • How would I create a screen with links after a person logs into their computer?

    I have been asked to create a custom welcome screen that would load after a person logs into their computer . This screen is to have links to a couple of items.
    but I need this to show after they log in and before they see their desktop.
    How do I do this or even accomplish this? 

    According to your description, it really seems like a start screen in Windows 8\8.1, after user logs on to the system, he will first see a "start screen" with tiles (links to an App) on the screen, then he can manually swith to the classic desktop if he
    want.
    But in Windows 7, I never saw this kind of settings, for VB6 and HTA page, seems more related with development, if so, I suggest you post in this forum
    Scripting Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?category=scripting
    and VB Forumhttp://social.msdn.microsoft.com/Forums/en-US/home?forum=vbgeneral
    Regarding to a trigger when a user logs on, you can refer to the following link
    http://www.grouppolicy.biz/2010/01/how-to-schedule-a-delayed-start-logon-script-with-group-policy/
    or
    http://technet.microsoft.com/en-us/library/cc758918(v=ws.10).aspx
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Safari keeps crashing after memory update

    I updated the memory on my macbook pro 13" from 4gb to 8gb.
    It is the late 2011 model and i used the memory suggested on the apple website.
    The system did pick it up and now my mac shows 8GB 1333 MHz DDR3.
    I have two browsers installed, Safari & Firefox.  both of them keep crashing after i updated the memory. why????
    This is what i got from it.
    Process:         WebProcess [9753]
    Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         7536 (7536.25)
    Build Info:      WebKit2-7536025000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Date/Time:       2012-08-27 13:41:32.211 -0700
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          169735 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  79897 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      B0A77A7B-AA18-46C1-BB90-59A47D2A7E63
    Crashed Thread:  7  JavaScriptCore::Marking
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010e493000-000000010e494000 [    4K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Application Specific Information:
    objc[9753]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x000000010ea8a676 JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 54
    1   com.apple.JavaScriptCore                0x000000010eabb12e JSC::SlotVisitor::drain() + 286
    2   com.apple.JavaScriptCore                0x000000010eabaa06 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    3   com.apple.JavaScriptCore                0x000000010ea66fb2 JSC::Heap::markRoots(bool) + 1602
    4   com.apple.JavaScriptCore                0x000000010ea665f8 JSC::Heap::collect(JSC::Heap::SweepToggle) + 168
    5   com.apple.JavaScriptCore                0x000000010ea654db JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 219
    6   com.apple.CoreFoundation                0x00007fff8f498934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    7   com.apple.CoreFoundation                0x00007fff8f498486 __CFRunLoopDoTimer + 534
    8   com.apple.CoreFoundation                0x00007fff8f478e11 __CFRunLoopRun + 1617
    9   com.apple.CoreFoundation                0x00007fff8f478486 CFRunLoopRunSpecific + 230
    10  com.apple.HIToolbox                     0x00007fff8a1a44d3 RunCurrentEventLoopInMode + 277
    11  com.apple.HIToolbox                     0x00007fff8a1ab781 ReceiveNextEventCommon + 355
    12  com.apple.HIToolbox                     0x00007fff8a1ab60e BlockUntilNextEventMatchingListInMode + 62
    13  com.apple.AppKit                        0x00007fff8661ae31 _DPSNextEvent + 659
    14  com.apple.AppKit                        0x00007fff8661a735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    15  com.apple.AppKit                        0x00007fff86617071 -[NSApplication run] + 470
    16  com.apple.WebCore                       0x000000010f6f84af WebCore::RunLoop::run() + 63
    17  com.apple.WebKit2                       0x000000010e6f8bd0 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2516
    18  com.apple.WebKit2                       0x000000010e6c4b47 WebKitMain + 285
    19  com.apple.WebProcess                    0x000000010e493e5f 0x10e493000 + 3679
    20  com.apple.WebProcess                    0x000000010e493d7c 0x10e493000 + 3452
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8cabd7e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff91c3978a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff91c3831a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8cabd192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85c66594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85c67b85 start_wqthread + 13
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8cabb67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cabad71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8f47050c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8f478c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8f478486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff91121fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff9111672a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff911166a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8cabd192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85c66594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85c67b85 start_wqthread + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8cabcdf2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8f4c1c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010e93efa6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010eb55a1a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 7 Crashed:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore                0x000000010eabb391 JSC::SlotVisitor::allocateNewSpace(void*, unsigned long) + 65
    1   com.apple.JavaScriptCore                0x000000010eabb4fc JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 44
    2   com.apple.JavaScriptCore                0x000000010ea91890 JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 416
    3   com.apple.JavaScriptCore                0x000000010eabb10d JSC::SlotVisitor::drain() + 253
    4   com.apple.JavaScriptCore                0x000000010eabaa06 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    5   com.apple.JavaScriptCore                0x000000010eaba896 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    6   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    7   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010eaba9b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010eaba896 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010eaba9b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010eaba896 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 10:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010e93ef6d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x000000010f72f4d1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010ec91daa WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 11:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010e93ef6d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x000000010f72f4d1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010ec91daa WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 7 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00008001164d0000  rcx: 0x00008001164d4b40  rdx: 0x0000000000000020
      rdi: 0x0000000113aa2e78  rsi: 0x00008001164d4b40  rbp: 0x0000000113aa2d30  rsp: 0x0000000113aa2cf0
       r8: 0x0000000000000003   r9: 0x0000000113aa2da8  r10: 0x0000000000000081  r11: 0x0000000116fb2058
      r12: 0x0000000113aa2e78  r13: 0xffff000000000002  r14: 0x0000000000000020  r15: 0x0000000113aa2e78
      rip: 0x000000010eabb391  rfl: 0x0000000000010246  cr2: 0x000000011dcbf000
    Logical CPU: 3
    Binary Images:
           0x10e493000 -        0x10e493fff  com.apple.WebProcess (7536 - 7536.25) <D475D24F-050F-35C6-8539-198B5FDF2D6D> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x10e498000 -        0x10e498fff  WebProcessShim.dylib (536.25.0 - compatibility 1.0.0) <D0641C15-BDAE-35D2-8D4D-3F09BF51D57D> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x10e600000 -        0x10e7d9fff  com.apple.WebKit2 (7536 - 7536.25) <15991DAF-D0C9-3D65-A96B-AF7428ADCC4E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10e938000 -        0x10ebc7fff  com.apple.JavaScriptCore (7536 - 7536.24) <C613502E-BC98-3269-A25C-4BDB2D87590B> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10ec74000 -        0x10fc19ff7  com.apple.WebCore (7536 - 7536.24) <F2C26660-05D7-34A7-9158-9C3D21BEB32F> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x11194d000 -        0x111963fff  com.apple.WebInspector (7536 - 7536.24) <73C3CE53-713B-34BC-9689-4A3FD56BE294> /System/Library/StagedFrameworks/Safari/WebInspector.framework/Versions/A/WebIn spector
           0x112b7d000 -        0x113017ff7  com.apple.Safari.framework (7536 - 7536.25) <C95F0D4E-6984-3D2F-B0BA-5D12A164EAC8> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x113333000 -        0x1134b5ff7  com.apple.WebKit (7536 - 7536.25) <8D171955-A1CA-31AA-B701-B9D4F760B10B> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
        0x7fff6e093000 -     0x7fff6e0c7baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff84cc1000 -     0x7fff84cc1fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff850fc000 -     0x7fff85127ff7  com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff85128000 -     0x7fff8518aff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8518b000 -     0x7fff85194ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8519d000 -     0x7fff851faff7  com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8520c000 -     0x7fff8520dfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff85237000 -     0x7fff85245fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8528d000 -     0x7fff85796ff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff85797000 -     0x7fff859c1fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff859c7000 -     0x7fff859c7fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff859c8000 -     0x7fff85bcafff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
        0x7fff85c10000 -     0x7fff85c15fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff85c16000 -     0x7fff85cf3fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff85e15000 -     0x7fff85e99ff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff85e9a000 -     0x7fff85f79ff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff85f7a000 -     0x7fff860d3fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff860d4000 -     0x7fff860f8fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff860f9000 -     0x7fff86104ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff86105000 -     0x7fff86132ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86133000 -     0x7fff8619cfff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff861a5000 -     0x7fff861b4ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff861b5000 -     0x7fff861b6fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff861b7000 -     0x7fff862acfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff862ad000 -     0x7fff862adfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff862ae000 -     0x7fff862cefff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8638a000 -     0x7fff86400fff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
        0x7fff86421000 -     0x7fff8642cff7  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
        0x7fff86528000 -     0x7fff8656afff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8656b000 -     0x7fff865bfff7  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
        0x7fff86612000 -     0x7fff87218ff7  com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff87283000 -     0x7fff87295ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff874ea000 -     0x7fff87513fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87514000 -     0x7fff8754dfe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff8754e000 -     0x7fff87552fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87553000 -     0x7fff87593ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
        0x7fff884a1000 -     0x7fff88526ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88574000 -     0x7fff88615ff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff88aa7000 -     0x7fff88acffff  libsandbox.1.dylib (??? - ???) <0D46379D-BCD1-3888-9ED7-513F79D3970A> /usr/lib/libsandbox.1.dylib
        0x7fff88ae6000 -     0x7fff89483c9f  com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff89484000 -     0x7fff894c3fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff894c4000 -     0x7fff894cafff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff894cb000 -     0x7fff8950aff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8950d000 -     0x7fff89524fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89715000 -     0x7fff8974ffe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff89750000 -     0x7fff89750fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff89751000 -     0x7fff89754fff  libMatch.1.dylib (??? - ???) <42305BB6-25F9-355A-9076-FED38B21A7F9> /usr/lib/libMatch.1.dylib
        0x7fff89755000 -     0x7fff89768ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff89769000 -     0x7fff898d0fff  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
        0x7fff898d1000 -     0x7fff898e0fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
        0x7fff898e1000 -     0x7fff898e7ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff89926000 -     0x7fff899c8fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff899c9000 -     0x7fff89ce5fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff89ce6000 -     0x7fff89f59fff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff89f78000 -     0x7fff89f92fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff89f93000 -     0x7fff89f97fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
        0x7fff89f98000 -     0x7fff89f98fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89f99000 -     0x7fff89fa6fff  com.apple.CrashReporterSupport (10.7.4 - 352) <9C16B49C-CF02-38F9-A7CD-969C140D3961> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89fa7000 -     0x7fff89fabfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff89fb5000 -     0x7fff8a099e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff8a09a000 -     0x7fff8a09dfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8a09e000 -     0x7fff8a09fff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff8a0a0000 -     0x7fff8a0aaff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
        0x7fff8a0ab000 -     0x7fff8a0dbff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8a0dc000 -     0x7fff8a0dfff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8a0e0000 -     0x7fff8a163fef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8a164000 -     0x7fff8a164fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff8a165000 -     0x7fff8a166fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff8a167000 -     0x7fff8a169ff7  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
        0x7fff8a16a000 -     0x7fff8a190fff  com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a1a2000 -     0x7fff8a4ceff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8a4cf000 -     0x7fff8a520ff7  com.apple.CoreMediaIO (212.0 - 3199.1.1) <D8C364AF-A1E8-3215-ABF5-188B50A80B18> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8a524000 -     0x7fff8a5beff7  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
        0x7fff8a5bf000 -     0x7fff8a5cafff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a5cb000 -     0x7fff8a5d8fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8a5d9000 -     0x7fff8a606fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8a607000 -     0x7fff8a647fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8a648000 -     0x7fff8a648fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8a649000 -     0x7fff8a671fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8a672000 -     0x7fff8a677fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8a678000 -     0x7fff8a67dfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8a67e000 -     0x7fff8a685fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8a68a000 -     0x7fff8a6b1fff  com.apple.framework.internetaccounts (1.2 - 3) <483427CA-8140-355D-B668-78F5A5F1A1D6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8a6f8000 -     0x7fff8a6fdff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8a6fe000 -     0x7fff8a71afff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8a71b000 -     0x7fff8a75cfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8a75d000 -     0x7fff8a7b5fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8a7cb000 -     0x7fff8a827ff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8af43000 -     0x7fff8afd5ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8afe1000 -     0x7fff8afe3fff  libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8afe4000 -     0x7fff8afebfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff8afec000 -     0x7fff8afeffff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8b00f000 -     0x7fff8b03afff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8b06c000 -     0x7fff8b0ccfff  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
        0x7fff8b0cf000 -     0x7fff8b111ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8b16d000 -     0x7fff8b1bfff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8b1c0000 -     0x7fff8b4a9ff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b680000 -     0x7fff8b686ff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8b687000 -     0x7fff8b7bdfff  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
        0x7fff8b7be000 -     0x7fff8bae2fff  com.apple.AddressBook.framework (6.1.2 - 1090) <65FE6A36-F3F8-37FE-8B88-50F20F278779> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8bae3000 -     0x7fff8bf10fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8bf11000 -     0x7fff8bfd8ff7  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
        0x7fff8bfd9000 -     0x7fff8c3f6ff7  com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8c3f7000 -     0x7fff8c422ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff8c42a000 -     0x7fff8c52cfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8c5aa000 -     0x7fff8c5bcff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff8c5bd000 -     0x7fff8c5c3fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff8c7c9000 -     0x7fff8c8b3fff  com.apple.backup.framework (1.3.3 - 1.3.3) <6C49FBCF-D6AF-3351-BBBF-A98A622CA517> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8c8b4000 -     0x7fff8c8c1ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff8c8c2000 -     0x7fff8c9cffff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8ca32000 -     0x7fff8ca51fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8ca52000 -     0x7fff8ca52fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ca53000 -     0x7fff8ca63ff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ca64000 -     0x7fff8ca9ffff  com.apple.LDAPFramework (3.2 - 120.2) <A2675243-9122-308D-A5C8-9C1C4FE7639D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8caa5000 -     0x7fff8caa5fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8caa6000 -     0x7fff8cac6fff  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8cac7000 -     0x7fff8cb5dff7  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
        0x7fff8cb5e000 -     0x7fff8cb64fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8cb65000 -     0x7fff8cbaeff7  com.apple.framework.CoreWLAN (2.1.2 - 212.2) <5E421E2D-50EA-340E-A5EE-C848DD6FC34F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8cbaf000 -     0x7fff8cf58fef  com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff8cf59000 -     0x7fff8cf5cfff  libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8cf5d000 -     0x7fff8cf72fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8cf73000 -     0x7fff8d3a6ff7  com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff8d3a7000 -     0x7fff8d3c4ff7  com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8d3c5000 -     0x7fff8d633ff7  com.apple.QuartzComposer (5.0 - 236.7) <D556126B-3D67-3E37-82E0-D06532DE0C89> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8d634000 -     0x7fff8d74dfff  com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8d789000 -     0x7fff8d7befff  com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d935000 -     0x7fff8da3cfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8da3d000 -     0x7fff8da44ff7  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
        0x7fff8da45000 -     0x7fff8da47fff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
        0x7fff8da57000 -     0x7fff8e03bfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8e03c000 -     0x7fff8e0b7ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8e1bb000 -     0x7fff8e2bbfff  com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8e3d6000 -     0x7fff8e489ff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8e48a000 -     0x7fff8e48eff7  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
        0x7fff8e4e0000 -     0x7fff8e5ddff7  com.apple.avfoundation (2.0 - 180.40) <ED3DCB15-7E88-34FD-9E56-4ECAD10A6E7E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8e5de000 -     0x7fff8e649ff7  com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8e6b1000 -     0x7fff8e6cefff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff8e6cf000 -     0x7fff8e6e1ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8e8c7000 -     0x7fff8e8ddfff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8e8de000 -     0x7fff8e925ff7  com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8e939000 -     0x7fff8e9defff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8e9df000 -     0x7fff8ea08fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8ea09000 -     0x7fff8ea7ffff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8eaaa000 -     0x7fff8ec34fff  com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ec35000 -     0x7fff8ec36ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8ec37000 -     0x7fff8ed1bfff  com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8ed9f000 -     0x7fff8eda4fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8eda5000 -     0x7fff8ee1bfff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8ee1c000 -     0x7fff8ee1ffff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8ee20000 -     0x7fff8ee90fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8f1e5000 -     0x7fff8f24dff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8f24e000 -     0x7fff8f29aff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8f29b000 -     0x7fff8f2a9ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
        0x7fff8f2aa000 -     0x7fff8f2abff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8f3ef000 -     0x7fff8f42afff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff8f42b000 -     0x7fff8f43fff7  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
        0x7fff8f440000 -     0x7fff8f614ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8f615000 -     0x7fff8f61afff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff8f61b000 -     0x7fff8f627fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8f63a000 -     0x7fff8f651fff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8f6ed000 -     0x7fff8f709ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8f70a000 -     0x7fff8f79dff7  com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8f79e000 -     0x7fff8f7f2fff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8f7f3000 -     0x7fff8f7fbfff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8f7fc000 -     0x7fff8f86ffff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8f8b9000 -     0x7fff8f8ddfff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8f8de000 -     0x7fff8fb53ff7  com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8fb54000 -     0x7fff8fb54fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8fe7a000 -     0x7fff8fed4ff7  com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <12C722EE-3A13-3937-ABDF-EDC922F4C299> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8fed5000 -     0x7fff8ff23fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff90667000 -     0x7fff906bafff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff906d8000 -     0x7fff906eeff7  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
        0x7fff906ef000 -     0x7fff906f1fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff906f2000 -     0x7fff907f7fff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff907f8000 -     0x7fff90825fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff90826000 -     0x7fff90cedfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff90cee000 -     0x7fff90cf9ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff90cfa000 -     0x7fff90cfbfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff90d62000 -     0x7fff90f01ff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff90f10000 -     0x7fff90f54ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff90f85000 -     0x7fff91091fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff91092000 -     0x7fff910bbff7  com.apple.framework.Apple80211 (7.2.1 - 721.3) <4BA49D6F-373B-3F4E-A2B3-453C2ED66318> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff910bc000 -     0x7fff913d5fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff913d6000 -     0x7fff91b6afef  com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff91bc3000 -     0x7fff91bf6ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff91c36000 -     0x7fff91c44fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
        0x7fff91c45000 -     0x7fff91c4bfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff91c4c000 -     0x7fff91c81fff  libTrueTypeScaler.dylib (??? - ???) <24B2CA56-309F-316E-ACAD-3355F8A5FDC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    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: 13394
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=223.0M resident=167.4M(75%) swapped_out_or_unallocated=55.6M(25%)
    Writable regions: Total=1.2G written=74.4M(6%) resident=102.8M(9%) swapped_out=0K(0%) unallocated=1.1G(91%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG image                                4K
    CG raster data                       2432K
    CG shared images                     3384K
    CoreAnimation                           4K
    CoreGraphics                           16K
    CoreServices                         1956K
    JS JIT generated code               256.0M
    JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
    JS VM register file                  4096K
    JS garbage collector                 9272K
    MALLOC                              108.1M
    MALLOC guard page                      48K
    Memory tag=242                         12K
    Memory tag=251                         24K
    SQLite page cache                    1440K
    STACK GUARD                          56.0M
    Stack                                13.1M
    VM_ALLOCATE                          16.4M
    WebCore purgeable data                172K
    __CI_BITMAP                            80K
    __DATA                               20.5M
    __IMAGE                               528K
    __LINKEDIT                           59.8M
    __RC_CAMERAS                          248K
    __TEXT                              163.2M
    __UNICODE                             544K
    mapped file                         124.4M
    shared memory                        5472K
    ===========                        =======
    TOTAL                                 1.6G
    TOTAL, minus reserved VM space      846.7M
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.68f98
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034362E4130304C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034362E4130304C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST9500325ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: USB 2.0 Hub, 0x1a40  (TERMINUS TECHNOLOGY INC.), 0x0101, 0xfa130000 / 6
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52f, 0xfa132000 / 7
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4
    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

    i just got it again 3 consecutive times back to back.
    Process:         WebProcess [9753]
    Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         7536 (7536.25)
    Build Info:      WebKit2-7536025000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Date/Time:       2012-08-27 13:41:32.211 -0700
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          169735 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  79897 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      B0A77A7B-AA18-46C1-BB90-59A47D2A7E63
    Crashed Thread:  7  JavaScriptCore::Marking
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010e493000-000000010e494000 [    4K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Application Specific Information:
    objc[9753]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x000000010ea8a676 JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 54
    1   com.apple.JavaScriptCore                0x000000010eabb12e JSC::SlotVisitor::drain() + 286
    2   com.apple.JavaScriptCore                0x000000010eabaa06 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    3   com.apple.JavaScriptCore                0x000000010ea66fb2 JSC::Heap::markRoots(bool) + 1602
    4   com.apple.JavaScriptCore                0x000000010ea665f8 JSC::Heap::collect(JSC::Heap::SweepToggle) + 168
    5   com.apple.JavaScriptCore                0x000000010ea654db JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 219
    6   com.apple.CoreFoundation                0x00007fff8f498934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    7   com.apple.CoreFoundation                0x00007fff8f498486 __CFRunLoopDoTimer + 534
    8   com.apple.CoreFoundation                0x00007fff8f478e11 __CFRunLoopRun + 1617
    9   com.apple.CoreFoundation                0x00007fff8f478486 CFRunLoopRunSpecific + 230
    10  com.apple.HIToolbox                     0x00007fff8a1a44d3 RunCurrentEventLoopInMode + 277
    11  com.apple.HIToolbox                     0x00007fff8a1ab781 ReceiveNextEventCommon + 355
    12  com.apple.HIToolbox                     0x00007fff8a1ab60e BlockUntilNextEventMatchingListInMode + 62
    13  com.apple.AppKit                        0x00007fff8661ae31 _DPSNextEvent + 659
    14  com.apple.AppKit                        0x00007fff8661a735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    15  com.apple.AppKit                        0x00007fff86617071 -[NSApplication run] + 470
    16  com.apple.WebCore                       0x000000010f6f84af WebCore::RunLoop::run() + 63
    17  com.apple.WebKit2                       0x000000010e6f8bd0 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2516
    18  com.apple.WebKit2                       0x000000010e6c4b47 WebKitMain + 285
    19  com.apple.WebProcess                    0x000000010e493e5f 0x10e493000 + 3679
    20  com.apple.WebProcess                    0x000000010e493d7c 0x10e493000 + 3452
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8cabd7e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff91c3978a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff91c3831a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8cabd192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85c66594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85c67b85 start_wqthread + 13
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8cabb67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cabad71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8f47050c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8f478c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8f478486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff91121fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff9111672a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff911166a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8cabd192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85c66594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff85c67b85 start_wqthread + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8cabcdf2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8f4c1c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010e93efa6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010eb55a1a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 7 Crashed:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore                0x000000010eabb391 JSC::SlotVisitor::allocateNewSpace(void*, unsigned long) + 65
    1   com.apple.JavaScriptCore                0x000000010eabb4fc JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 44
    2   com.apple.JavaScriptCore                0x000000010ea91890 JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 416
    3   com.apple.JavaScriptCore                0x000000010eabb10d JSC::SlotVisitor::drain() + 253
    4   com.apple.JavaScriptCore                0x000000010eabaa06 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
    5   com.apple.JavaScriptCore                0x000000010eaba896 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    6   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    7   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010eaba9b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010eaba896 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010eaba9b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010eaba896 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 10:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010e93ef6d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x000000010f72f4d1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010ec91daa WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 11:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8cabcbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85c68274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010e93ef6d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x000000010f72f4d1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010ec91daa WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010eb6b11f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib                       0x00007fff85c648bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff85c67b75 thread_start + 13
    Thread 7 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00008001164d0000  rcx: 0x00008001164d4b40  rdx: 0x0000000000000020
      rdi: 0x0000000113aa2e78  rsi: 0x00008001164d4b40  rbp: 0x0000000113aa2d30  rsp: 0x0000000113aa2cf0
       r8: 0x0000000000000003   r9: 0x0000000113aa2da8  r10: 0x0000000000000081  r11: 0x0000000116fb2058
      r12: 0x0000000113aa2e78  r13: 0xffff000000000002  r14: 0x0000000000000020  r15: 0x0000000113aa2e78
      rip: 0x000000010eabb391  rfl: 0x0000000000010246  cr2: 0x000000011dcbf000
    Logical CPU: 3
    Binary Images:
           0x10e493000 -        0x10e493fff  com.apple.WebProcess (7536 - 7536.25) <D475D24F-050F-35C6-8539-198B5FDF2D6D> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x10e498000 -        0x10e498fff  WebProcessShim.dylib (536.25.0 - compatibility 1.0.0) <D0641C15-BDAE-35D2-8D4D-3F09BF51D57D> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x10e600000 -        0x10e7d9fff  com.apple.WebKit2 (7536 - 7536.25) <15991DAF-D0C9-3D65-A96B-AF7428ADCC4E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10e938000 -        0x10ebc7fff  com.apple.JavaScriptCore (7536 - 7536.24) <C613502E-BC98-3269-A25C-4BDB2D87590B> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10ec74000 -        0x10fc19ff7  com.apple.WebCore (7536 - 7536.24) <F2C26660-05D7-34A7-9158-9C3D21BEB32F> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x11194d000 -        0x111963fff  com.apple.WebInspector (7536 - 7536.24) <73C3CE53-713B-34BC-9689-4A3FD56BE294> /System/Library/StagedFrameworks/Safari/WebInspector.framework/Versions/A/WebIn spector
           0x112b7d000 -        0x113017ff7  com.apple.Safari.framework (7536 - 7536.25) <C95F0D4E-6984-3D2F-B0BA-5D12A164EAC8> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x113333000 -        0x1134b5ff7  com.apple.WebKit (7536 - 7536.25) <8D171955-A1CA-31AA-B701-B9D4F760B10B> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
        0x7fff6e093000 -     0x7fff6e0c7baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff84cc1000 -     0x7fff84cc1fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff850fc000 -     0x7fff85127ff7  com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff85128000 -     0x7fff8518aff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8518b000 -     0x7fff85194ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8519d000 -     0x7fff851faff7  com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8520c000 -     0x7fff8520dfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff85237000 -     0x7fff85245fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8528d000 -     0x7fff85796ff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff85797000 -     0x7fff859c1fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff859c7000 -     0x7fff859c7fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff859c8000 -     0x7fff85bcafff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
        0x7fff85c10000 -     0x7fff85c15fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff85c16000 -     0x7fff85cf3fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff85e15000 -     0x7fff85e99ff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff85e9a000 -     0x7fff85f79ff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff85f7a000 -     0x7fff860d3fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff860d4000 -     0x7fff860f8fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff860f9000 -     0x7fff86104ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff86105000 -     0x7fff86132ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86133000 -     0x7fff8619cfff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff861a5000 -     0x7fff861b4ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff861b5000 -     0x7fff861b6fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff861b7000 -     0x7fff862acfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff862ad000 -     0x7fff862adfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff862ae000 -     0x7fff862cefff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8638a000 -     0x7fff86400fff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
        0x7fff86421000 -     0x7fff8642cff7  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
        0x7fff86528000 -     0x7fff8656afff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8656b000 -     0x7fff865bfff7  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
        0x7fff86612000 -     0x7fff87218ff7  com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff87283000 -     0x7fff87295ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff874ea000 -     0x7fff87513fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87514000 -     0x7fff8754dfe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff8754e000 -     0x7fff87552fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87553000 -     0x7fff87593ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
        0x7fff884a1000 -     0x7fff88526ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88574000 -     0x7fff88615ff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff88aa7000 -     0x7fff88acffff  libsandbox.1.dylib (??? - ???) <0D46379D-BCD1-3888-9ED7-513F79D3970A> /usr/lib/libsandbox.1.dylib
        0x7fff88ae6000 -     0x7fff89483c9f  com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff89484000 -     0x7fff894c3fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff894c4000 -     0x7fff894cafff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff894cb000 -     0x7fff8950aff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8950d000 -     0x7fff89524fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89715000 -     0x7fff8974ffe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff89750000 -     0x7fff89750fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff89751000 -     0x7fff89754fff  libMatch.1.dylib (??? - ???) <42305BB6-25F9-355A-9076-FED38B21A7F9> /usr/lib/libMatch.1.dylib
        0x7fff89755000 -     0x7fff89768ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff89769000 -     0x7fff898d0fff  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
        0x7fff898d1000 -     0x7fff898e0fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
        0x7fff898e1000 -     0x7fff898e7ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff89926000 -     0x7fff899c8fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff899c9000 -     0x7fff89ce5fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff89ce6000 -     0x7fff89f59fff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff89f78000 -     0x7fff89f92fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff89f93000 -     0x7fff89f97fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
        0x7fff89f98000 -     0x7fff89f98fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89f99000 -     0x7fff89fa6fff  com.apple.CrashReporterSupport (10.7.4 - 352) <9C16B49C-CF02-38F9-A7CD-969C140D3961> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89fa7000 -     0x7fff89fabfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff89fb5000 -     0x7fff8a099e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff8a09a000 -     0x7fff8a09dfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8a09e000 -     0x7fff8a09fff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff8a0a0000 -     0x7fff8a0aaff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
        0x7fff8a0ab000 -     0x7fff8a0dbff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8a0dc000 -     0x7fff8a0dfff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8a0e0000 -     0x7fff8a163fef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8a164000 -     0x7fff8a164fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff8a165000 -     0x7fff8a166fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff8a167000 -     0x7fff8a169ff7  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
        0x7fff8a16a000 -     0x7fff8a190fff  com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a1a2000 -     0x7fff8a4ceff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8a4cf000 -     0x7fff8a520ff7  com.apple.CoreMediaIO (212.0 - 3199.1.1) <D8C364AF-A1E8-3215-ABF5-188B50A80B18> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8a524000 -     0x7fff8a5beff7  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
        0x7fff8a5bf000 -     0x7fff8a5cafff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a5cb000 -     0x7fff8a5d8fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8a5d9000 -     0x7fff8a606fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8a607000 -     0x7fff8a647fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8a648000 -     0x7fff8a648fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8a649000 -     0x7fff8a671fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8a672000 -     0x7fff8a677fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8a678000 -     0x7fff8a67dfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8a67e000 -     0x7fff8a685fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8a68a000 -     0x7fff8a6b1fff  com.apple.framework.internetaccounts (1.2 - 3) <483427CA-8140-355D-B668-78F5A5F1A1D6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8a6f8000 -     0x7fff8a6fdff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8a6fe000 -     0x7fff8a71afff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8a71b000 -     0x7fff8a75cfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8a75d000 -     0x7fff8a7b5fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8a7cb000 -     0x7fff8a827ff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8af43000 -     0x7fff8afd5ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8afe1000 -     0x7fff8afe3fff  libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8afe4000 -     0x7fff8afebfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff8afec000 -     0x7fff8afeffff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8b00f000 -     0x7fff8b03afff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8b06c000 -     0x7fff8b0ccfff  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
        0x7fff8b0cf000 -     0x7fff8b111ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8b16d000 -     0x7fff8b1bfff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8b1c0000 -     0x7fff8b4a9ff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b680000 -     0x7fff8b686ff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8b687000 -     0x7fff8b7bdfff  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
        0x7fff8b7be000 -     0x7fff8bae2fff  com.apple.AddressBook.framework (6.1.2 - 1090) <65FE6A36-F3F8-37FE-8B88-50F20F278779> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8bae3000 -     0x7fff8bf10fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8bf11000 -     0x7fff8bfd8ff7  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
        0x7fff8bfd9000 -     0x7fff8c3f6ff7  com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8c3f7000 -     0x7fff8c422ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff8c42a000 -     0x7fff8c52cfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8c5aa000 -     0x7fff8c5bcff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff8c5bd000 -     0x7fff8c5c3fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff8c7c9000 -     0x7fff8c8b3fff  com.apple.backup.framework (1.3.3 - 1.3.3) <6C49FBCF-D6AF-3351-BBBF-A98A622CA517> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8c8b4000 -     0x7fff8c8c1ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff8c8c2000 -     0x7fff8c9cffff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8ca32000 -     0x7fff8ca51fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8ca52000 -     0x7fff8ca52fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ca53000 -     0x7fff8ca63ff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ca64000 -     0x7fff8ca9ffff  com.apple.LDAPFramework (3.2 - 120.2) <A2675243-9122-308D-A5C8-9C1C4FE7639D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8caa5000 -     0x7fff8caa5fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8caa6000 -     0x7fff8cac6fff  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8cac7000 -     0x7fff8cb5dff7  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
        0x7fff8cb5e000 -     0x7fff8cb64fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8cb65000 -     0x7fff8cbaeff7  com.apple.framework.CoreWLAN (2.1.2 - 212.2) <5E421E2D-50EA-340E-A5EE-C848DD6FC34F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8cbaf000 -     0x7fff8cf58fef  com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff8cf59000 -     0x7fff8cf5cfff  libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8cf5d000 -     0x7fff8cf72fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8cf73000 -     0x7fff8d3a6ff7  com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff8d3a7000 -     0x7fff8d3c4ff7  com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8d3c5000 -     0x7fff8d633ff7  com.apple.QuartzComposer (5.0 - 236.7) <D556126B-3D67-3E37-82E0-D06532DE0C89> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8d634000 -     0x7fff8d74dfff  com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8d789000 -     0x7fff8d7befff  com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d935000 -     0x7fff8da3cfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8da3d000 -     0x7fff8da44ff7  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
        0x7fff8da45000 -     0x7fff8da47fff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
        0x7fff8da57000 -     0x7fff8e03bfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8e03c000 -     0x7fff8e0b7ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8e1bb000 -     0x7fff8e2bbfff  com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8e3d6000 -     0x7fff8e489ff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8e48a000 -     0x7fff8e48eff7  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
        0x7fff8e4e0000 -     0x7fff8e5ddff7  com.apple.avfoundation (2.0 - 180.40) <ED3DCB15-7E88-34FD-9E56-4ECAD10A6E7E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8e5de000 -     0x7fff8e649ff7  com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8e6b1000 -     0x7fff8e6cefff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff8e6cf000 -     0x7fff8e6e1ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8e8c7000 -     0x7fff8e8ddfff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8e8de000 -     0x7fff8e925ff7  com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8e939000 -     0x7fff8e9defff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8e9df000 -     0x7fff8ea08fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8ea09000 -     0x7fff8ea7ffff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8eaaa000 -     0x7fff8ec34fff  com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ec35000 -     0x7fff8ec36ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8ec37000 -     0x7fff8ed1bfff  com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8ed9f000 -     0x7fff8eda4fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8eda5000 -     0x7fff8ee1bfff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8ee1c000 -     0x7fff8ee1ffff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8ee20000 -     0x7fff8ee90fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8f1e5000 -     0x7fff8f24dff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8f24e000 -     0x7fff8f29aff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8f29b000 -     0x7fff8f2a9ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
        0x7fff8f2aa000 -     0x7fff8f2abff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8f3ef000 -     0x7fff8f42afff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff8f42b000 -     0x7fff8f43fff7  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
        0x7fff8f440000 -     0x7fff8f614ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8f615000 -     0x7fff8f61afff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff8f61b000 -     0x7fff8f627fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8f63a000 -     0x7fff8f651fff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8f6ed000 -     0x7fff8f709ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8f70a000 -     0x7fff8f79dff7  com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8f79e000 -     0x7fff8f7f2fff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8f7f3000 -     0x7fff8f7fbfff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8f7fc000 -     0x7fff8f86ffff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8f8b9000 -     0x7fff8f8ddfff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8f8de000 -     0x7fff8fb53ff7  com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8fb54000 -     0x7fff8fb54fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8fe7a000 -     0x7fff8fed4ff7  com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <12C722EE-3A13-3937-ABDF-EDC922F4C299> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8fed5000 -     0x7fff8ff23fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff90667000 -     0x7fff906bafff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff906d8000 -     0x7fff906eeff7  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
        0x7fff906ef000 -     0x7fff906f1fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff906f2000 -     0x7fff907f7fff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff907f8000 -     0x7fff90825fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff90826000 -     0x7fff90cedfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff90cee000 -     0x7fff90cf9ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff90cfa000 -     0x7fff90cfbfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff90d62000 -     0x7fff90f01ff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff90f10000 -     0x7fff90f54ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff90f85000 -     0x7fff91091fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff91092000 -     0x7fff910bbff7  com.apple.framework.Apple80211 (7.2.1 - 721.3) <4BA49D6F-373B-3F4E-A2B3-453C2ED66318> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff910bc000 -     0x7fff913d5fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff913d6000 -     0x7fff91b6afef  com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff91bc3000 -     0x7fff91bf6ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff91c36000 -     0x7fff91c44fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
        0x7fff91c45000 -     0x7fff91c4bfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff91c4c000 -     0x7fff91c81fff  libTrueTypeScaler.dylib (??? - ???) <24B2CA56-309F-316E-ACAD-3355F8A5FDC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    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: 13394
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=223.0M resident=167.4M(75%) swapped_out_or_unallocated=55.6M(25%)
    Writable regions: Total=1.2G written=74.4M(6%) resident=102.8M(9%) swapped_out=0K(0%) unallocated=1.1G(91%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG image                                4K
    CG raster data                       2432K
    CG shared images                     3384K
    CoreAnimation                           4K
    CoreGraphics                           16K
    CoreServices                         1956K
    JS JIT generated code               256.0M
    JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
    JS VM register file                  4096K
    JS garbage collector                 9272K
    MALLOC                              108.1M
    MALLOC guard page                      48K
    Memory tag=242                         12K
    Memory tag=251                         24K
    SQLite page cache                    1440K
    STACK GUARD                          56.0M
    Stack                                13.1M
    VM_ALLOCATE                          16.4M
    WebCore purgeable data                172K
    __CI_BITMAP                            80K
    __DATA                               20.5M
    __IMAGE                               528K
    __LINKEDIT                           59.8M
    __RC_CAMERAS                          248K
    __TEXT                              163.2M
    __UNICODE                             544K
    mapped file                         124.4M
    shared memory                        5472K
    ===========                        =======
    TOTAL                                 1.6G
    TOTAL, minus reserved VM space      846.7M
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.68f98
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034362E4130304C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034362E4130304C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST9500325ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: USB 2.0 Hub, 0x1a40  (TERMINUS TECHNOLOGY INC.), 0x0101, 0xfa130000 / 6
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52f, 0xfa132000 / 7
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4
    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

  • Computer keeps restarting after installing windows 8

    Can you help my computer keeps restarting after I installed Windows 8?  I have the minidump file zipped

    We do need the actual DMP file as it contains the only record of the sequence of events leading up
    to the crash, what drivers were loaded, and what was responsible.
    You may be able to get the DMP files without crashing by booting into safe mode (F8) with networking.
    If you are overclocking stop.  (chances are if you dont know if you are, you are not)a
    To enable us to assist you with your computer's BSOD symptoms, upload the contents of your "\Windows\Minidump" folder.
    The procedure:
    * Copy the contents of \Windows\Minidump to another (temporary) location somewhere on your machine.
    * Zip up the copy.
    * Attach the ZIP archive to your post using the "paperclip" (file attachments) button. (if available on  your site, MS doesnt have this)
     *Please upload them to a file sharing service like Skydrive or"Rapidshare" and put a link to them in your reply.
    Link for how to  upload below.
    http://www.wikihow.com/Use-SkyDrive
    To ensure minidumps are enabled:
    * Go to Start, in the Search Box type: sysdm.cpl, press Enter.
    * Under the Advanced tab, click on the Startup and Recovery Settings... button.
    * Ensure that Automatically restart is unchecked.
    * Under the Write Debugging Information header select Small memory dump (256 kB) in the dropdown box (the 256kb varies).
    * Ensure that the Small Dump Directory is listed as %systemroot%\Minidump.
    * OK your way out.
    * Reboot if changes have been made.
    Please also run MSinfo32 and upload the output as well.
    To run MSinfo32 please go to start>run>MSinfo32
    Go to "file" "save" and upload the saved file with the DMPS
    (Instructions for XP, Vista, Win 7, Win 8)
    System specs are often useful so include whatever you know
    Dyami & Wanikiya ...Team ZigZag.

  • Safari keeps crashing after a few minutes of use

    Safair keeps crashing after a few minutes of use.  it's crashed 3 times as i type this in.
    Process:         WebProcess [2689]
    Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         7536 (7536.26.17)
    Build Info:      WebKit2-7536026017000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  Safari [2687]
    Date/Time:       2013-01-23 14:43:34.390 -0500
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          13591 sec
    Crashes Since Last Report:           82
    Per-App Interval Since Last Report:  8451 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      106A4CA9-52DE-423C-98D1-720D484111EE
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000028
    VM Regions Near 0x28:
    -->
        __TEXT                 000000010428b000-000000010428c000 [    4K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Application Specific Information:
    objc[2689]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                       0x00000001054c2784 WebCore::RenderObject::destroyAndCleanupAnonymousWrappers() + 20
    1   com.apple.WebCore                       0x0000000104ae0043 WebCore::Node::detach() + 35
    2   com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    3   com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    4   com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    5   com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    6   com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    7   com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    8   com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    9   com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    10  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    11  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    12  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    13  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    14  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    15  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    16  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    17  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    18  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    19  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    20  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    21  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    22  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    23  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    24  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    25  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    26  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    27  com.apple.WebCore                       0x0000000104adfffc WebCore::ContainerNode::detach() + 28
    28  com.apple.WebCore                       0x0000000104adff38 WebCore::Element::detach() + 376
    29  com.apple.WebCore                       0x0000000104adf0cf WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 575
    30  com.apple.WebCore                       0x0000000104adf445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    31  com.apple.WebCore                       0x0000000104adf445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    32  com.apple.WebCore                       0x0000000104adf445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    33  com.apple.WebCore                       0x0000000104adf445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    34  com.apple.WebCore                       0x0000000104adf445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    35  com.apple.WebCore                       0x0000000104adf445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    36  com.apple.WebCore                       0x0000000104aaea0f WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 559
    37  com.apple.WebCore                       0x0000000104ad8cf3 WebCore::Document::updateStyleIfNeeded() + 67
    38  com.apple.WebCore                       0x0000000104ae4917 WebCore::Document::updateLayout() + 55
    39  com.apple.WebCore                       0x0000000104ae48cb WebCore::Document::updateLayoutIgnorePendingStylesheets() + 123
    40  com.apple.WebCore                       0x000000010501e697 WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue(WebCore::CSSPropertyI D, WebCore::EUpdateLayout) const + 71
    41  com.apple.WebCore                       0x0000000105031e09 WebCore::CSSComputedStyleDeclaration::getPropertyValue(***::String const&) + 57
    42  com.apple.WebCore                       0x0000000104c410ea WebCore::jsCSSStyleDeclarationPrototypeFunctionGetPropertyValue(JSC::ExecState* ) + 298
    43  ???                                     0x000000010645e265 0 + 4400210533
    44  com.apple.JavaScriptCore                0x0000000104753f50 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 912
    45  com.apple.JavaScriptCore                0x0000000104753bb4 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 52
    46  com.apple.WebCore                       0x0000000104b36b32 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 898
    47  com.apple.WebCore                       0x0000000104b36654 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 212
    48  com.apple.WebCore                       0x0000000104ab6e05 WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 69
    49  com.apple.WebCore                       0x0000000104ab6eda WebCore::Node::handleLocalEvents(WebCore::Event*) + 170
    50  com.apple.WebCore                       0x0000000104b41d06 WebCore::EventContext::handleLocalEvents(WebCore::Event*) const + 86
    51  com.apple.WebCore                       0x0000000104ab669b WebCore::EventDispatcher::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 939
    52  com.apple.WebCore                       0x0000000104bc386c WebCore::MouseEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 220
    53  com.apple.WebCore                       0x00000001051697ab WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, ***::PassRefPtr<WebCore::EventDispatchMediator>) + 139
    54  com.apple.WebCore                       0x0000000104bc34c6 WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, ***::AtomicString const&, int, WebCore::Node*) + 134
    55  com.apple.WebCore                       0x0000000104bc29e9 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 105
    56  com.apple.WebCore                       0x0000000104bc85fb WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 1147
    57  com.apple.WebKit2                       0x00000001044cd34e _ZN6WebKitL16handleMouseEventERKNS_13WebMouseEventEPNS_7WebPageEb + 407
    58  com.apple.WebKit2                       0x00000001044cd189 WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 127
    59  com.apple.WebKit2                       0x00000001044d956f void CoreIPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(CoreIPC::ArgumentDecoder*, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 83
    60  com.apple.WebKit2                       0x00000001044a4751 WebKit::WebConnectionToUIProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) + 179
    61  com.apple.WebKit2                       0x0000000104414cad CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::Argu mentDecoder>&) + 175
    62  com.apple.WebKit2                       0x0000000104457ab3 CoreIPC::Connection::dispatchOneMessage() + 139
    63  com.apple.WebCore                       0x000000010550557c WebCore::RunLoop::performWork() + 156
    64  com.apple.WebCore                       0x0000000105505c17 WebCore::RunLoop::performWork(void*) + 71
    65  com.apple.CoreFoundation                0x00007fff967074f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    66  com.apple.CoreFoundation                0x00007fff96706d5d __CFRunLoopDoSources0 + 253
    67  com.apple.CoreFoundation                0x00007fff9672db49 __CFRunLoopRun + 905
    68  com.apple.CoreFoundation                0x00007fff9672d486 CFRunLoopRunSpecific + 230
    69  com.apple.HIToolbox                     0x00007fff93f792bf RunCurrentEventLoopInMode + 277
    70  com.apple.HIToolbox                     0x00007fff93f8056d ReceiveNextEventCommon + 355
    71  com.apple.HIToolbox                     0x00007fff93f803fa BlockUntilNextEventMatchingListInMode + 62
    72  com.apple.AppKit                        0x00007fff8deb5779 _DPSNextEvent + 659
    73  com.apple.AppKit                        0x00007fff8deb507d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    74  com.apple.AppKit                        0x00007fff8deb19b9 -[NSApplication run] + 470
    75  com.apple.WebCore                       0x0000000105505fef WebCore::RunLoop::run() + 63
    76  com.apple.WebKit2                       0x00000001044fa054 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    77  com.apple.WebKit2                       0x00000001044c4ac5 WebKitMain + 285
    78  com.apple.WebProcess                    0x000000010428be5e 0x10428b000 + 3678
    79  com.apple.WebProcess                    0x000000010428bd80 0x10428b000 + 3456
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8f5e67e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff92c76786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff92c75316 _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8f5e5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c2a274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010473dfb6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010495fd9a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010497538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8f5e5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c2a274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00000001048c27b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00000001048c2696 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010497538f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8f5e467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f5e3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff9672550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff9672dc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff9672d486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8fa5cfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff8fa5172a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8fa516a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8f5e5df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff96776c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8f5e6192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c28594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff91c29b85 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8f5e6192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c28594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff91c29b85 start_wqthread + 13
    Thread 8:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib                  0x00007fff8f5e467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f5e3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff9672550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff9672dc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff9672d486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff9673d19f CFRunLoopRun + 95
    6   com.apple.CoreMedia                     0x00007fff8da0e0ba FigThreadGlobalNetworkBufferingRunloop + 119
    7   com.apple.CoreMedia                     0x00007fff8da109f2 figThreadMain + 385
    8   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 9:: com.apple.coremedia.asyncio
    0   libsystem_kernel.dylib                  0x00007fff8f5e5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c2a274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8da0fa5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8da0fc55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff95fab8b6 0x7fff95f9d000 + 59574
    5   com.apple.CoreMedia                     0x00007fff8da109f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 10:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff8f5e5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c2a274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8da0fa5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8da0fc55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff95fdd33e 0x7fff95f9d000 + 262974
    5   com.apple.CoreMedia                     0x00007fff8da109f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 11:: AQClient
    0   libsystem_kernel.dylib                  0x00007fff8f5e467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f5e3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff9672550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff9672dc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff9672d486 CFRunLoopRunSpecific + 230
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a345c74 GenericRunLoopThread::RunLoop() + 50
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a3460a7 GenericRunLoopThread::Run() + 145
    7   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a345db0 TRunLoop<AQClient>::Entry(void*) + 9
    8   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a30e61e CAPThread::Entry(CAPThread*) + 98
    9   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8f5e467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8f5e3d71 mach_msg + 73
    2   ???                                     0x00000001465fecd7 0 + 5475658967
    3   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 13:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib                  0x00007fff8f5e5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c2a274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8da0fa5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8da0fc55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff95fbe519 0x7fff95f9d000 + 136473
    5   com.apple.CoreMedia                     0x00007fff8da109f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 14:: com.apple.coremedia.audiomentor
    0   libsystem_kernel.dylib                  0x00007fff8f5e5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c2a274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8da0fa5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8da0fc55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff95ff8bc4 0x7fff95f9d000 + 375748
    5   com.apple.CoreMedia                     0x00007fff8da109f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8f5e5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c2a274 _pthread_cond_wait + 840
    2   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a30e259 CAGuard::Wait() + 93
    3   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a3262a5 AQConverterManager::AQConverterThread::Run() + 249
    4   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a32098b AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 25
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff8a30e61e CAPThread::Entry(CAPThread*) + 98
    6   libsystem_c.dylib                       0x00007fff91c268bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff91c29b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000014c0a00d0  rcx: 0x0000000150908850  rdx: 0x0000000150908a88
      rdi: 0x00000001409088b0  rsi: 0x0000000000000019  rbp: 0x00007fff63e87020  rsp: 0x00007fff63e87000
       r8: 0x0000000000000000   r9: 0x0000000000000132  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x000000014bed5840  r13: 0x000000015090ca28  r14: 0x00000001409088b0  r15: 0x000000014bb1cd80
      rip: 0x00000001054c2784  rfl: 0x0000000000010202  cr2: 0x0000000000000028
    Logical CPU: 1
    Binary Images:
           0x10428b000 -        0x10428bfff  com.apple.WebProcess (7536 - 7536.26.17) <2188CE7D-394B-344E-8C8D-10B6E7147DCC> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x104290000 -        0x104290fff  WebProcessShim.dylib (536.26.17 - compatibility 1.0.0) <E951FB41-1358-32EF-9002-80DE9160AC12> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x104400000 -        0x1045daff7  com.apple.WebKit2 (7536 - 7536.26.17) <581B0D94-3749-3DFC-B15B-68E026AF5942> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x104737000 -        0x1049d1ff7  com.apple.JavaScriptCore (7536 - 7536.26.15) <DE475475-D66E-3BF3-9AA6-422601989CF6> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x104a7d000 -        0x105a23ff7  com.apple.WebCore (7536 - 7536.26.15) <BB07086A-227A-3817-BFED-4DF34E04CD56> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x148af0000 -        0x148f92fff  com.apple.Safari.framework (7536 - 7536.26.17) <8C9589AE-EA24-3360-812B-DBAE560FBE7F> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x1492b1000 -        0x149435fff  com.apple.WebKit (7536 - 7536.26.17) <8FC2CDD6-82DB-3ECE-A5C1-5CDA0E0575F1> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x149a28000 -        0x149a3efff  com.apple.WebInspector (7536 - 7536.26.7) <0A8DB0C8-6526-33AF-91BB-910D2B4E3AE8> /System/Library/StagedFrameworks/Safari/WebInspector.framework/Versions/A/WebIn spector
           0x14af4d000 -        0x14af4efff  ATSHI.dylib (??? - ???) <4761FD60-26EE-30C6-89FB-A3149852477F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x14b781000 -        0x14b785fff  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
           0x150820000 -        0x150825fff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x152443000 -        0x15258eff7  com.apple.audio.units.Components (1.7.3 - 1.7.3) <CAC75CC0-DAD7-3DD3-91CF-DDE8B19DEBDD> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
        0x7fff63e8b000 -     0x7fff63ebfbaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff89dec000 -     0x7fff89e12fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff89e13000 -     0x7fff89e25ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff89e26000 -     0x7fff89e26fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff89f94000 -     0x7fff8a219ff7  com.apple.RawCamera.bundle (4.03 - 676) <21D098D4-35EC-3495-9227-2DA19B9BD640> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8a21a000 -     0x7fff8a2b0ff7  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
        0x7fff8a2b1000 -     0x7fff8a40efff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8a40f000 -     0x7fff8a41efff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
        0x7fff8a68c000 -     0x7fff8a76bfff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8a77b000 -     0x7fff8a7f1ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff8a846000 -     0x7fff8a84bfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff8b6e9000 -     0x7fff8b715ff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8b716000 -     0x7fff8b743fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff8b744000 -     0x7fff8b8cfff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8b8d0000 -     0x7fff8b8e3ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff8b8e4000 -     0x7fff8ba84ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8badc000 -     0x7fff8bae0fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8baf5000 -     0x7fff8bb11fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8bcf7000 -     0x7fff8be2dfff  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
        0x7fff8be2e000 -     0x7fff8bee1ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8bee2000 -     0x7fff8bf0afff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8bf28000 -     0x7fff8bf69fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8bf6a000 -     0x7fff8bf78ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
        0x7fff8bf79000 -     0x7fff8c07afff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8c07b000 -     0x7fff8c188fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c189000 -     0x7fff8c1b6fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8c1b7000 -     0x7fff8c1c4fff  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
        0x7fff8c1c5000 -     0x7fff8c1f0fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8c1f1000 -     0x7fff8c21aff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8c21b000 -     0x7fff8c48cfff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8c4a5000 -     0x7fff8c4b0ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8c51d000 -     0x7fff8c524fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8c525000 -     0x7fff8c526ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8d17c000 -     0x7fff8d760fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8d761000 -     0x7fff8d7ccff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d7f7000 -     0x7fff8d7f9fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff8d7fa000 -     0x7fff8d8dee5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff8d8f5000 -     0x7fff8d8f5fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8d8f6000 -     0x7fff8d96cfff  com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8d96d000 -     0x7fff8d99dff7  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
        0x7fff8d99e000 -     0x7fff8d9f1fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8d9f2000 -     0x7fff8da39ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8db19000 -     0x7fff8db62ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8db6f000 -     0x7fff8db6ffff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8dcfb000 -     0x7fff8dd11ff7  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
        0x7fff8dd50000 -     0x7fff8ddc0fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8ddc1000 -     0x7fff8ddc3fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8dddd000 -     0x7fff8de12fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8de13000 -     0x7fff8de19fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff8de20000 -     0x7fff8de27ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8de28000 -     0x7fff8de28fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8de29000 -     0x7fff8deacfef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8dead000 -     0x7fff8eab3fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ec0c000 -     0x7fff8eca6ff7  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
        0x7fff8ed91000 -     0x7fff8f1afff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8f1b0000 -     0x7fff8f2c9fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8f2ca000 -     0x7fff8f345ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8f346000 -     0x7fff8f386fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8f387000 -     0x7fff8f39dfff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8f5ca000 -     0x7fff8f5ceff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8f5cf000 -     0x7fff8f5effff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8f5f4000 -     0x7fff8f633fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8f634000 -     0x7fff8f729fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff8f72a000 -     0x7fff8f737fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8f764000 -     0x7fff8f767fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8f776000 -     0x7fff8f78bfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8f78c000 -     0x7fff8f78ffff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8f790000 -     0x7fff8f7b7fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8f7bc000 -     0x7fff8f923fff  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
        0x7fff8f963000 -     0x7fff8f982fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8f983000 -     0x7fff8f9defff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8f9df000 -     0x7fff8f9eeff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff8f9f7000 -     0x7fff8fd10fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8fd11000 -     0x7fff8fd2efff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff8fd42000 -     0x7fff8fd66fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8fd98000 -     0x7fff8fda3fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8fda4000 -     0x7fff8fde4fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8fde5000 -     0x7fff8feeafff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8feeb000 -     0x7fff8ff3cff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8ff3d000 -     0x7fff9013ffff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff90140000 -     0x7fff90152ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff904ae000 -     0x7fff904b3fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff904b4000 -     0x7fff904cbfff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9052b000 -     0x7fff905d0fff  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
        0x7fff905d1000 -     0x7fff905d7fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff905d8000 -     0x7fff905d9fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff905da000 -     0x7fff905e4ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
        0x7fff905e5000 -     0x7fff905e5fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff905e6000 -     0x7fff906edfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff90730000 -     0x7fff9073dff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff9073e000 -     0x7fff90777fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff90778000 -     0x7fff90779fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff907fd000 -     0x7fff907fdfff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff907fe000 -     0x7fff90827fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff90828000 -     0x7fff9082cfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff9082d000 -     0x7fff90836ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff90837000 -     0x7fff90b2cff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff90b2f000 -     0x7fff90bd0fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff90bd1000 -     0x7fff90cddfff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff90cde000 -     0x7fff90cfaff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff90d0e000 -     0x7fff90d37fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff90d38000 -     0x7fff916d6a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff916d7000 -     0x7fff916defff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
        0x7fff91873000 -     0x7fff918aefff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff918af000 -     0x7fff91933ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff919b8000 -     0x7fff919c4fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff919c5000 -     0x7fff919f0ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff919f1000 -     0x7fff91a45ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff91a46000 -     0x7fff91aaeff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff91aaf000 -     0x7fff91b51fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff91b52000 -     0x7fff91b94ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff91b95000 -     0x7fff91bd7fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff91bd8000 -     0x7fff91cb5fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff9237b000 -     0x7fff9237ffff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff92380000 -     0x7fff923ccff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff923cd000 -     0x7fff923dfff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff923e2000 -     0x7fff92467ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff92470000 -     0x7fff924abfff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff924cc000 -     0x7fff924f0fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff924f1000 -     0x7fff92769fff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff927b1000 -     0x7fff92811fff  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
        0x7fff92812000 -     0x7fff9283afff  libsandbox.1.dylib (??? - ???) <7C97EBDB-1351-3939-B2A1-68E0F24D79FB> /usr/lib/libsandbox.1.dylib
        0x7fff9283b000 -     0x7fff9283efff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff9283f000 -     0x7fff92c72ff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff92c73000 -     0x7fff92c81fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
        0x7fff92c8f000 -     0x7fff92c95fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff92e42000 -     0x7fff93167ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff93168000 -     0x7fff93168fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff931bb000 -     0x7fff931d2fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff931d3000 -     0x7fff932bfff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff932c0000 -     0x7fff93328ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff93329000 -     0x7fff9337bff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff93418000 -     0x7fff9344bff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff934c6000 -     0x7fff93528ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff93529000 -     0x7fff93563fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff93564000 -     0x7fff93567fff  libMatch.1.dylib (??? - ???) <B5F68196-AB9D-3899-8A0A-76001720C479> /usr/lib/libMatch.1.dylib
        0x7fff93568000 -     0x7fff935defff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff935df000 -     0x7fff935e4fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff935e5000 -     0x7fff935ecfff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff935ed000 -     0x7fff9364aff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff9364b000 -     0x7fff93650fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff93651000 -     0x7fff9396dfff  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
        0x7fff9396e000 -     0x7fff93979ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff9397a000 -     0x7fff93beefff  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
        0x7fff93bef000 -     0x7fff93beffff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93bf5000 -     0x7fff93c51ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff93c6e000 -     0x7fff93d00ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff93d55000 -     0x7fff93d64fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff93d65000 -     0x7fff93d66fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93d67000 -     0x7fff93d88fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff93db1000 -     0x7fff93eb3fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff93f29000 -     0x7fff93f46ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .fr

    That didn't help.  It's still doing it..
    Thanks

  • Just updated my Mac and Thunderbird now keeps crashing after a minute or so of running. Please help me fix this!

    I just downloaded the most recent updates for Mac OSX 10.10.2, and now Thunderbird keeps crashing after only a minute of running. The crash reporter comes up each time, and when I check for details it gives me this:
    AdapterDeviceID: 0x 166
    AdapterVendorID: 0x8086
    Add-ons: %7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:31.5.0
    BuildID: 20150222233048
    CrashTime: 1425949536
    EMCheckCompatibility: true
    Email: [email protected]
    EventLoopNestingLevel: 1
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1425948453
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x 166GL Layers! GL Context? GL Context+ GL Layers+
    ProductID: {3550f703-e582-4d05-9a08-453d09bdfdc6}
    ProductName: Thunderbird
    ReleaseChannel: release
    SecondsSinceLastCrash: 458
    StartupTime: 1425949415
    Theme: classic/1.0
    Throttleable: 1
    Vendor:
    Version: 31.5.0
    useragent_locale: en-US
    This report also contains technical information about the state of the application when it crashed.
    Would really appreciate it if someone could help me fix this.

    Hello Meg, the phone allowed me to stay on long enough to download a new app but then shut down the app centre and returned to the home screen.
    Was there a specific "fix App" for this?

  • Logic keeps crashing after 9.1.5 update

    Hello everyone! Logic keeps crashing after ive updated to 9.1.5 on Lion. I couldnt find the PriviteFrameworks folder, so I just tried the ProKit update, but it says Im running a new version. Heres the crash info
    Process:         Logic Pro [864]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.5 (1700.9)
    Build Info:      Logic-17000900~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [140]
    Date/Time:       2011-11-27 21:01:27.907 +0000
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          521002 sec
    Crashes Since Last Report:           7
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      402CEECA-0A7B-45EE-97E4-E8C4ED9CF459
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      Referenced from: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      Reason: image not found
    Binary Images:
        0x1000 -   0xc21ffb  com.apple.logic.pro (9.1.5 - 1700.9) <F00822F3-B0E3-A103-D000-94A480D42E4F> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xed9000 -   0xf0cfe7  com.apple.music.apps.MAAudioUnitSupport (9.1.5 - 231.72) <4159C943-E7D4-DC49-EB5B-676EF6646A1E> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xf21000 -   0xf52ff3 +MAAssetSharing (250.44.0 - compatibility 1.0.0) <4EE28810-719F-63AD-8CC6-D0F184458579> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf66000 -   0xf68fff  com.apple.ExceptionHandling (1.5 - 10) <7C514CC4-7951-31CA-AEB3-D4AF49F44AE7> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xf6e000 -   0xfccfff  com.apple.music.apps.MALoopManagement (9.1.5 - 218.46) <8B54019F-3BE7-4787-5FBD-AD8A00E9D378> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfe9000 -  0x120fff7  com.apple.prokit (7.1.1 - 1511) <498819A4-1BDD-3671-8796-E11865BCFBCE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x131a000 -  0x1395fff  com.apple.music.apps.MACore (9.1.5 - 475.86) <8BB9AB4A-994F-ED6F-4DDB-7B4DEA160C9A> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x13cb000 -  0x1417ffb  com.apple.audio.midi.CoreMIDI (1.8 - 42) <67FE17BA-C921-3D2D-AAC5-B5E9083CE004> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x143a000 -  0x1490fe3  com.apple.music.apps.MAHarmony (9.1.5 - 198.46) <BF3F602E-3244-7360-8FEE-AACC1300F7D6> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x14ac000 -  0x18c5fe7  com.apple.music.apps.MAPlugInGUI (9.1.5 - 423.58) <B6F81574-1DDC-FD63-6CCD-6EBAF0460D18> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1bd4000 -  0x1cb6ff7  com.apple.music.apps.OMF (9.1.5 - 108.45) <32CB0246-EB2B-E5C4-2228-9489E0F0E2C8> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1ccd000 -  0x231cff3  com.apple.music.apps.MADSP (9.1.5 - 586.83) <F3D06A99-8963-EAE4-DD9A-45FE9B7DA5B4> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x2a67000 -  0x2a88ff7  com.apple.music.apps.LogicFileBrowser (9.1.5 - 1700.9) <104A0DAA-EC6C-AB63-C1D1-4EFCCFC8A788> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2a96000 -  0x2b0fff7  com.apple.music.apps.LogicLoopBrowser (9.1.5 - 1700.9) <72F5776E-A00A-04EA-9AE1-E941AC5A77F5> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2b35000 -  0x2b56ff7  com.apple.music.apps.MAApogeeSupport (9.1.5 - 311.46) <3FC6B74D-649C-8799-E17E-27019CE5FC6B> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2b5f000 -  0x2b64ff7  com.apple.music.apps.MAResources (9.1.5 - 211.47) <9436217C-A3F1-7E61-BC79-1BAF03413FFB> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2b68000 -  0x2b94ff3  com.apple.audio.CoreAudioKit (1.6.2 - 1.6.2) <9376552A-AFDD-368A-AF35-65A2D6F5DF8E> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2ba7000 -  0x2bafff7  com.apple.AEProfiling (1.2 - 23) <08001933-8C1F-0B91-D119-FDABB48BADF3> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2bb8000 -  0x2bc8ff7  com.apple.AERegistration (1.2 - 401) <5BA99914-4A2B-2610-CCFE-152C3FA2B49C> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2bdc000 -  0x2be8ff3  com.apple.music.apps.MAUnitTest (9.1.5 - 95.46) <C567948B-8C92-0EA0-6FA8-C3C7402EB979> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2bf2000 -  0x2ca9ff3  com.apple.music.apps.MAFiles (9.1.5 - 143.61) <56A40785-8A07-ABB4-33EB-E12CC695FA7C> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2cc9000 -  0x2d3ffe3  com.apple.music.apps.MAAudioEngine (9.1.5 - 156.84) <38A3129A-FAEA-E69E-5285-04D2BF6FB169> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2daf000 -  0x2dbaff7  com.apple.music.apps.MAToolKit (9.1.5 - 357.50) <06879ECC-7EEE-9E95-981D-34C80AE1557B> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x8fece000 - 0x8ff009c7  dyld (195.5 - ???) <BCC83F99-7244-3DBA-867D-6226D53DD9F2> /usr/lib/dyld
    0x908bf000 - 0x909a0fff  com.apple.DiscRecording (6.0 - 6000.4.1) <6BD9120F-8128-3B85-8ACB-0924615425DD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x909df000 - 0x909e7fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x910e4000 - 0x9112bfff  com.apple.SystemConfiguration (1.11.1 - 1.11) <CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91fd0000 - 0x92031ffb  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <089D78E0-46A6-38DB-9545-7F35CC815939> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92943000 - 0x929a7fff  com.apple.framework.IOKit (2.0 - ???) <D14460ED-2B6C-375D-B3A4-B8C82E922666> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9473b000 - 0x94911fe3  com.apple.CoreFoundation (6.7.1 - 635.15) <AC9F6462-6315-3D89-8075-D048DB4DBF7E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96174000 - 0x96423ff7  com.apple.AddressBook.framework (6.1 - 1062) <8992D5C7-DC3C-3009-8A9E-A6937B91BB4D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9775a000 - 0x978acfff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <7646E131-08EE-3D72-ADA2-4A61C562B36E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97bba000 - 0x97e6cff7  com.apple.security (7.0 - 55010) <BE0350C5-5221-3BFF-B674-646AB1BA0F2E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97e6d000 - 0x97e6dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97e6e000 - 0x97e7cfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x97f0c000 - 0x97f3afe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
    0x98644000 - 0x98644fff  com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x98a61000 - 0x994efffe  com.apple.AppKit (6.7.2 - 1138.23) <ADFA8D70-601E-3B5C-96FD-F45F52055CC8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9a25b000 - 0x9a25bfff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9a92e000 - 0x9ab17ff7  com.apple.CoreData (104 - 358.12) <F8AD7990-2C30-31A4-8E78-FA8DD5CF03CC> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9ab33000 - 0x9ab33fff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9acfc000 - 0x9acfcff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9b178000 - 0x9b2dafff  com.apple.QTKit (7.7.1 - 2306) <5A7E5ED0-C4DC-3CEC-ABE0-24899134ACE1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9c8c2000 - 0x9cb47fe3  com.apple.QuickTime (7.7.1 - 2306) <F8C64DC4-3FE4-3A06-B10B-59E7F3BA6FDD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    Model: iMac12,2, BootROM IM121.0047.B1D, 4 processors, Intel Core i5, 2.7 GHz, 4 GB, SMC 1.72f2
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.58.4-P2P
    Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: WDC WD1001FALS-403AA0, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5690H
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 5
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    FireWire Device: My Book, WD, 800mbit_speed

    The following file is missing: /Library/Frameworks/XSKey.framework - it normally gets installed with Logic Studio.

  • Tool for keep information performance db

    Hi all,
    Is there any tool for keep information about performance of db?because i want to keep any information such as space,buffer cache,log ,sga etc. and after i will take this value into grap for my manager (dayly,weekly,monthly).or Is there any way to do it?
    thks for advance
    Chara

    As others suggested, I would also recommend you to schedule statspack every15min or 30min, so that you can comapre the performance as well take the statspack report for analysis.
    Jaffar

  • My iPhone 6 keep restarting after I open a few apps!!!!!

    My iPhone 6 keep restarting after I open a few apps!!! Sometimes during a call

    Hi kaiserleung,
    Thank you for using Apple Support Communities.
    Please see the information in the article below on troubleshooting this issue where your iPhone is unexpectedly restarting.
    If your iOS device restarts, displays the Apple logo, or powers off while you're using it - Apple Support
    Cheers,
    Alex H.

  • HP Pavilian m7050y & Monitor HP vs 19c keeps crashing after installing windows 7

    Hi Forum Experts, hope all is well.  Hopefully someone will be able to help me with this problem.  
    My HP Pavilian m7050y & Monitor HP vs 19c keeps crashing after installing windows 7.   
    I knew there was a problem when I first installed windows, because the windows logo was not centered on the monitor after intial startups.  I did adjust it a little by pressing auto/select on my monitor, and that helped with the centering a bit but it is not perfectly centered. 
    The screen goes blue and this is the message I get when it crashes and restarts.
        Problem has been detected and windows has been shut down to prevent damage
    to your computer.
    attempt to reset the display driver and recover from timeout failed.
    if this is the first time you've seen this stop error screen,
    restart your computer, if this screen appears again, follow
    these steps:
    Check to make sure any new hardware or software is properly installed.
    If this is a new installation, ask your hardware or software manufacturer
    for any windows updates you might need.
    If problems continue, disable or remove any newly installed hardware
    or software.  Disable BIOS memory options such as caching or shadowing.
    If you need to use safe mode to remove or disable components, restart
    your computer, press F8 to select Advanced Startup Options, and then
    select safe mode.
    Technical Information
    *** STOP: OX00000116 (0X85E75330, 0X9303C5BC, OX00000000, 0X00000002)
    *** atikmdag.sys - Address 9303C5BC base at 9302C000, DateStamp 49f1996c
    Collecting data for crash dump ...
    Initializing disk for crash dump ...
    Beginning dump of physical memory.
    Dumping physical memory to disk: 
    the message is also slightly of to the left it really reads like this.
    Problem has been detected and windows has been shut down to prevent damage
    o your computer.
    ttempt to reset the display driver and recover from timeout failed.
    f this is the first time you've seen this stop error screen,
    estart your computer, if this screen appears again, follow
    hese steps:
    heck to make sure any new hardware or software is properly installed.
    f this is a new installation, ask your hardware or software manufacturer
    or any windows updates you might need.
    f problems continue, disable or remove any newly installed hardware
    r software.  Disable BIOS memory options such as caching or shadowing.
    f you need to use safe mode to remove or disable components, restart
    our computer, press F8 to select Advanced Startup Options, and then
    elect safe mode.
    echnical Information
    ** STOP: OX00000116 (0X85E75330, 0X9303C5BC, OX00000000, 0X00000002)
    ** atikmdag.sys - Address 9303C5BC base at 9302C000, DateStamp 49f1996c
    ollecting data for crash dump ...
    nitializing disk for crash dump ...
    eginning dump of physical memory.
    umping physical memory to disk: 
    Once windows is fully rebooted all pages, and the display look ok, until it crashes again.   I searched for updated drivers on the HP and Windows site but could not find any.  The one that is currently installed is called (Generic Pnp Monitor).
    Thanks in advance for your expert advice.
    Juan.

    Thank you for the additional information.
    Did you run the Win 7 Upgrade Advisor to assure that your computer is compatible?  There may be a problem with compatibility.  Also, which version of Win 7 are you running; 32-bit or 64-bit?
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Save information after close .exe

    hello. I have a form with a TextInput in a .swf or .exe.
    After i exit the program, all my information are lost. I don't know
    how to do to keep the information after i exit the program. I
    belive i have to make an xml or something.
    Can anybody help me with a simple code to connect an
    textinput to a xml ? Or something to save the information after i
    complete the form. Pls help

    use the sharedobject.

Maybe you are looking for

  • .PS file generating a blank PDF after upgrade from Acrobat Pro 7 to 9

    Hi All, I've searched for this in vain so I'm comming to you now in desperation. My boss has tasked me with tracking down this error and I have to be honest, I'm a little bit green with Acrobat Pro. So coming into the situation I know this. My depart

  • ALL music files lost on 4G/20 gig iPod today - help?

    Had the iPod since February of this year. No problems. Recently updated to the latest version of iTunes. Everything's updated. Today, went to turn it on and every single file was gone. The menu settings were completely reset. Plug it into the pc and

  • Missing external compliler support libraries

    I'm trying to use Measurement Studio 8.1.2 for Visual Studio 6.0 to import a CVI project so I can use a partner's C++ DLLs. As an starting point I'm tyring to use the File->New to open the Measurement Studio Wizzard to convert and existing CVI projec

  • Popup for several choices

    Hi all. I need a popup quite similar to POPUP_TO_DECIDE_LIST, but I need to be able to choose more than one item from the list. Does anyone have a suggestion which popup to use? Thanks in advance!

  • Web.py + FastCGI + Lighttpd?

    So, I'm trying to make an extremely simple page that simply says "Hello World!" with fastcgi, web.py, etc. as I'm trying desperately to migrate from openshift to linode due to speed constraints, etc. I have a working python application, but currently