Logged out several times an hour

Is it just me?
I am being logged out several times an hour and needing multiple attempts to log back in.
Is there some maintenance going on?
Should I give up until tomorrow?

John,
Was happening to me, with greater and greater regularity. It got so bad that I would log-in, just to get a reply screen, and then have to log-in to post it, and maybe 2-3 times.
Finally, it spiraled to the point that every forum would throw me to the main forum page, and clicking on anything there would bring up Server Not Found.
The speed also ground to a halt.
About 1:00 PM (PDT/AZT), things got back to normal.
Sun spots?
Hunt

Similar Messages

  • Help! my MacBookPro (Dual core Intel 2.6ghz) has begun to emulate a Windows device. Crashes serveral times a day ... sometimes several times an hour. Running 10.6.8. Any ideas?

    Help! My MacBookPro (Intel dual-core 2.6ghz) running MacOS 10.6.8 has decided to emulate a Windows device ... crashes several times a day ... sometimes even several times an hour. Also seems to be running significantly hotter. Any ideas?

    Heat can be a big problem.
    Check the S.M.A.R.T. status of the drive in Disk Utilty by highlighting the Drive & looking at the bottom of the window.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    Have you blown the dust out lately? Let it cool for an hour & see if you can get these...
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    Also, open console in Applications>Utilities, check the system log for the date/time of the last problem for clues.
    Open Activity Monitor, Show:>All Processes, sort on CPU%, see if anything using too much CPU% when this happens, click on Memory tab, do you have many Pageouts?
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.

  • Outlook disconnects from Exchange 2013 several times an hour.

    [Edit: I did figure out a little more of the issue. I have figured out that what is causing this is the IIS Application Poll that The Exchange 2013 installer creates by default when installing called "MSExchangeRpcProxyAppPool". The server is recycling
    the RPC Application Pool every 20 - 30 minutes or so. I have recycling completely turned off  on this pool yet it still restarts which leads me to believe it may be a code problem since it only should recycle if the poll crashes. Short of a bug in the
    code somewhere, I for the life of me can not find why the Application Pool keeps restarting. This is the only pool out of all the ones Exchange created during installation that is recycling constantly. It is frustrating because our Outlook Anywhere clients
    keep getting disconnection messages several times an hour because of this. The event logs I listed below are the only event logs I can find that trigger when the pool recycles, so as you can see, they give me no useful information in debugging the
    problem.]
    This problem only applies to outlook clients using RPC over HTTP. ActiveSync, OWA and EWS are working fine.
    There is a problem with the RPC over HTTP tunnel on our server. Every 20-30 minutes, sometimes more sometimes less, but usually with in that 20-30 minute timeframe, the RPC over HTTP tunnel drops and all Outlook Anywhere clients get immediately disconnected.
    IT comes back up very fast and all clients reconnect with in a matter of seconds. Not a huge deal for people using cached mode outlook but all the non-cached mode people (Thin clients are an example are not using cached mode to save diskspace). People using
    non-cached mode would get a couple errors pop up and outlook stopped working.
    The only relevant entries I have found in the exchange server event log are here. These same grouping of events show up everytime the RPC over HTTP tunnel shuts down and restarts. I just can't figure out why its doing it:
    1-23-2013 9:21:18 AM RPC Proxy 4 (1)
    -- RPC Proxy successfully loaded in Internet Information Services (IIS).
    1/23/2013 9:22:41 AM WAS 5138 None
    --- A worker process '75832' serving application pool 'MSExchangeRpcProxyAppPool' failed to stop a listener channel for protocol 'http' in the allotted time.  The data field contains the error number.
    1/23/2013 9:22:41 AM WAS 5013 None
    --- A process serving application pool 'MSExchangeRpcProxyAppPool' exceeded time limits during shut down. The process id was '75832'.
    I have been searching for weeks on the problem and all I really have found is that the problem can sometimes be caused by RPC timeouts so I set the RPC timeout on the server to 120 seconds via the registry. That actually helped for about 5 days and then the
    problem mysteriously came back and I can not get it to go away even though the registry value is still set to 120 seconds on that RPC time out.
    Does anyone else know of any thing else that causes this? Its Exchange 2013 on Server 2012 and is a pretty fresh install. Was setup in mid-December.
    --Trent W.

    Hello,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Thanks,
    Simon Wu
    TechNet Community Support
    Have you had any luck diagnosing the problem?

  • My creative cloud will not let me sign in. it keeps saying you have been logged out every time i sign in

    my creative cloud will not let me sign in. it keeps saying you have been logged out every time i sign in

    Hi,
    Please follow the below steps to remove the error message of "You have been signed out".
              1: Open Activity monitor from spotlight and end all Adobe related processes. You may find processes like AAMupdater, AAMupdater notifier, Adobe Crash demon process.
              2: Open a Finder window, select Go>Go to folder option, type in ~/Library and hit enter.
                             (Windows:  [System drive]:\Users\[user name]\AppData\Local\Adobe\OOBE)
              3: Now navigate to Application Support/Adobe/OOBE/.. folder.
              4: Delete opm file under OOBE.
              5: Rename OOBE to OOBEold.
              6: Check if you have AAMupdater in the same location.
              7: Please rename it to AAMupdaterold.
              8: Click on gear icon on Creative Cloud desktop app and choose Quit Creative Cloud.
              9: Then launch it, sign-in and click on Apps tab.
    The error message will be removed.

  • [svn:fx-trunk] 21141: Bug: 2780176 - Logging and logging out multiple times in LCDS can cause duplicate session detected errors .

    Revision: 21141
    Revision: 21141
    Author:   [email protected]
    Date:     2011-04-26 06:40:39 -0700 (Tue, 26 Apr 2011)
    Log Message:
    Bug: 2780176 - Logging and logging out multiple times in LCDS can cause duplicate session detected errors.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: When a logout was followed by an immediate login, sometimes the server would throw duplicate session detected errors. This was because when logout happened, a fire-and-forget disconnect message was sent to the server that established a new session, and if the subsequent login happened before disconnect ACK returned from the server, that would establish another session and hence the error. The fix is to insert a slight delay between disconnect and ResultEvent dispatching. This way, disconnect has a chance to return before a login is performed.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    You've got an  incompatible Logitech driver and java was incompletely uninstalled.
    You may have a problem with the Wacom driver.
    I don't know if fixing those things will help.
    There also a few window server errors, but I don't know if they are causal.
    If you can note the time of the hangs, that might help narrow it down in the logs.

  • Why does CC now sign out several times a day and applications revert to trial mode almost instantly?

    Since the last update my Creative Cloud connection signs itself out several times a day. Applications continuously revert to trial mode and need to be relicensed. I cannot stress how annoying it is to be reading a PDF only for Acrobat to close and then be invited to start my "trial". Whilst this doesn't actually stop my use of the Adobe applications it is very disruptive to my normal work flow. What I struggle to understand is why the appliactions so quickly revert to trial mode. Surely even if the CC connection is lost they should remain licensed for days?
    Running Windows 7 and the main apps I use are Illustrator CS6, Illustrator CC, Photoshop CS6, Photoshop CC & Acrobat XI Pro.
    Richard

    Jo: hello
    Jagadish: Hi Jo .
    Jo: Since I last updated Photoshop some weeks ago, connection signs itself out several times a day. Applications continuously revert to trial mode and need to be re-licensed.
    Jo: I can see this was mentioned in a forum a couple of years ago but can't see there was a definate solution
    Jo: I spoke to someone here yesterday, they had me sign out of creative cloud and back in, but that froze my computer, as all adobe programs do at the moment, and the chat window disappeared
    Jo: I have tried the things suggested on this page https://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    Jo: except for Download the IMSLib Replacer, because the link is broken
    Jo: which i mentioned yesterday, but it would appear it has not been fixed
    Jagadish: I understand that you wish to activate software .
    Jo Wickham: Oh my gosh no

  • MacBook Pro logs out before Time Capsule has finished backing up

    I can't seem to get the initial back-up done, my MacBook Pro logs out before Time Capsule has a chance to finish backing up, approximately 95GB to complete and it only gets to 12 or 15GB. Any ideas?

    See # C 12 in Pondini's excellent support document.....Time Machine - Troubleshooting.
    http://pondini.org/TM/Troubleshooting.html

  • Any recent change? Logged out many times a day

    Starting today at some indeterminate time, I have been logged out of the forums in less that one hour periods. Firefox/Mac, Safari/Vista, Explorer/Vista.

    Claudio González wrote on 12/16/2009 11:46 AM:
    Well, if I am not the only case, mayge it is no longer considered a low priority one:
    http://forums.adobe.com/message/2440544#2440544
    Why would people being logged out have any bearing on the priority I
    give to you being logged into another account after 24 hours?
    The priority I give to issues is pretty much linearly related to the
    estimated return on investment.
    The return I am looking for is when I learn something or when I get
    something. I estimate that neither will be the case, so the only return
    is that somebody else gets something (with a high probability that I
    will be able to identify the issue, but a low probability I will be able
    to fix it). Whether that somebody is you or 3 three people does not
    significantly affect what the return to me is.
    On the investment side it is just too much work. For pretty much all
    your issues you post huge numbers of messages that each contain a tiny
    bit of information (if any). You are leaving it up to the reader to go
    wade through all those messages and extract the useful bits out of them.
    I do that for paying customers, not on a forum.
    If you want me to look into it you are going to have to rebalance that
    equation for me. Provide a nice table or something with the columns
    date, time, RMID, JSESSIONID, AUID and observation. Some dozen data
    points (especially from events such as 'first authenticated request',
    'last request before logout' etc.) from one browser should provide a
    good starting point for an analysis.
    That is what would get me interested. I do not know what would get Adobe
    or Jive interested.

  • SMS 2008 Server time out same time every hour

    Our server times out at the same time every hour. Any computer connected to our network at exactly xx:53, any program or anything you are attempted to do goes to the loading circle and says not responding. It stays that way until xx:54. Every hour, every
    day. However, nothing shows up on the error reports.

    Hi MNQWolfe,
    Based on your description, I suggest that you should firstly check if there any program or feature (such as antivirus program, update, backup and so on) started
    working at that time. Also, please monitor the Task Manager or Resource Monitor to check if any process was started at that time.
    In addition, it seems to be a network issue. Please run a sniffer on the server. You can use Microsoft Network Monitor 3.4 to monitor and then check ARP messages
    and so on.
    Microsoft Network Monitor 3.4
    http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=4865
    Hope this helps.
    Best regards,
    Justin Gu

  • Anyone else with Macbook Pro that keeps logging out in Time Machine, stopping the backup?

    Okay
    My backup drive bit the dust, big time, so I got a fresh external, but cannot get Time Machine to work.
    13" Macbook Pro keeps terminating Time Machine and logging out when on power cord when going to screen saver.
    I've set the screen saver to start after NEVER, the computer and display sleep to NEVER in Energy Saver, as I have it on an external monitor.
    Still does not stay logged in.
    Any other ideas?
    I seriously need to back up.
    MacBook Pro
    MacBookPro8,1
    Intel Core i7
    2.7 GHz
    Processors:1
    Cores:2
    L2 Cache (per Core):256 KB
    L3 Cache:4 MB
    Memory:4 GB

    From the menu bar, select
               ▹ System Preferences... ▹ Security & Privacy
    If there's a closed padlock icon in the lower left corner of the preference pane, click it and enter your login password when prompted.
    Click the Advanced button and, in the sheet that opens, uncheck the box marked
              Log out after … minutes of inactivity

  • Safari Crashing Several Times per Hour

    Having problems with Safari crashing about 5 - 6 times an hour.  The first thing I noticed when examining the console messages is that every time I load safari I get 10 messages that pop into the log :
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100b21600 of class NSCFArray autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e014b0 of class NSCFString autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e01760 of class NSCFString autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e006d0 of class NSPathStore2 autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e006d0 of class NSPathStore2 autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e00740 of class NSPathStore2 autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e015d0 of class NSCFArray autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e01510 of class NSCFString autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e00100 of class NSCFString autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e01980 of class NSCFString autoreleased with no pool in place - just leaking
    6/18/11 12:54:41 PM Safari[3440] *** __NSAutoreleaseNoPool(): Object 0x100e00e60 of class NSCFData autoreleased with no pool in place - just leaking
    Safari will run for about 10 minutes and will crash, regardless of what I am doing.  Here is a copy of the latest crash report:
    Process:         Safari [3375]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [133]
    Date/Time:       2011-06-18 12:54:34.686 -0400
    OS Version:      Mac OS X 10.6.7 (10J4138)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff8127f553 JSC::RegExpObject::~RegExpObject() + 243
    1   com.apple.JavaScriptCore                0x00007fff811c38ce JSC::Heap::allocate(unsigned long) + 142
    2   com.apple.JavaScriptCore                0x00007fff81288ab6 cti_op_create_arguments_no_params + 38
    3   ???                                     0x000030d08a53c100 0 + 53672232075520
    4   com.apple.JavaScriptCore                0x00007fff8131606f JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 511
    5   ???                                     0x0000000128c13840 0 + 4978718784
    6   ???                                     0x000000011f43ecd0 0 + 4819512528
    7   com.apple.WebCore                       0x00007fff845d0a40 WebCore::JSXMLHttpRequest::~JSXMLHttpRequest() + 0
    8   ???                                     0x9090909090900000 0 + 10416984888683003904
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff85fcd652 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff85fa30e7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff85fa2cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff85fa27fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff85fa2128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff85fa1fc5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff85fc2f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85fc6da1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff83c990f9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff83c951fc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 3:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87157932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87156dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff85f89e8e open$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff85f9c681 fopen + 84
    2   com.lastpass                            0x0000000117a9e7c4 pipe_thread + 260
    3   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87157932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87156dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff80514f67 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff80495f28 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff85fcbe52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff87179498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 7:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff85fc2f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85fc6da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff811b9a40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be5bd 0x100000000 + 1828285
    4   com.apple.Safari                        0x00000001000470a7 0x100000000 + 290983
    5   com.apple.Safari                        0x0000000100046f25 0x100000000 + 290597
    6   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff80d8d38a CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff80d8d2ca thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 9:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff85fc2f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85fc6da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff811b9a40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff83fe9fb1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff85fa1f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff85fa235c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff85fa1fc5 start_wqthread + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff85f882fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff85fc6c92 _pthread_cond_wait + 1015
    2   com.apple.CoreVideo                     0x00007fff80005de6 CVDisplayLink::waitUntil(unsigned long long) + 252
    3   com.apple.CoreVideo                     0x00007fff800052a2 CVDisplayLink::runIOThread() + 644
    4   com.apple.CoreVideo                     0x00007fff80004fe3 startIOThread(void*) + 139
    5   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff702345d0  rbx: 0x000000011fc0c798  rcx: 0x000000000000000d  rdx: 0x000000000000007e
      rdi: 0x0000000128bff340  rsi: 0x000000000003f340  rbp: 0x0000000128bff340  rsp: 0x00007fff5fbfdd40
       r8: 0x0000000000000033   r9: 0x0000000125d58000  r10: 0x0000000000000008  r11: 0x00007fff81288a90
      r12: 0x0037003300320036  r13: 0x000000011a8f6868  r14: 0xffff000000000000  r15: 0x00007fff5fbfddf0
      rip: 0x00007fff8127f553  rfl: 0x0000000000010206  cr2: 0x0000000019124004
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
           0x11620d000 -        0x116233fff  GLRendererFloat ??? (???) <AB5DE3EE-E41C-A52E-82DA-641EEA980EFE> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x117a00000 -        0x117a03ff7 +net.culater.SIMBL.osax 0.9.9 (0.9.9) <F0F26DED-2BF8-C0BF-8D26-30D50D989095> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
           0x117a08000 -        0x117b98fe3 +com.lastpass 1.73.0 (1.73.0) <B7E4CB73-860C-797A-977E-2F94D633EB31> /Library/Application Support/SIMBL/Plugins/LastPass.bundle/Contents/MacOS/LastPass
           0x117cfc000 -        0x117cfcfff  com.apple.JavaPluginCocoa 13.4.0 (13.4.0) <00AF9559-29EA-5E25-42CF-BE2447F9EBC5> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x11cca0000 -        0x11cca5ff7  JavaLaunching ??? (???) <E859D1E8-3E9D-5432-DCFA-684A9B1EDD2C> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
           0x120280000 -        0x1202a4ff7  libPDFRIP.A.dylib 545.0.0 (compatibility 64.0.0) <BDBC5EDB-40A4-A5C3-AFC6-7207C80273B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x1213cb000 -        0x12155efe7  GLEngine ??? (???) <B916C403-119F-3E1E-0814-E1D91C429C21> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x12158f000 -        0x121981fff  com.apple.ATIRadeonX3000GLDriver 1.6.34 (6.3.4) <042F2B53-7B98-6A1A-C95F-6C97181CDC2A> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x1219c8000 -        0x122a3afe7  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.34 (6.3.4) <18C49739-A59C-7AC3-9044-313D58C38EE1> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
        0x7fff80003000 -     0x7fff80028ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff80045000 -     0x7fff8015cfef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff8015d000 -     0x7fff80169fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff8016a000 -     0x7fff80223fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff80224000 -     0x7fff80225ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff80247000 -     0x7fff803c5ff7  com.apple.WebKit 6533.21 (6533.21.1) <E954BB9E-51DC-9B68-5312-E1507329A9B3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff803c6000 -     0x7fff8041bff7  com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8041c000 -     0x7fff80484fff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff80485000 -     0x7fff80708fe7  com.apple.Foundation 6.6.6 (751.53) <265F0D38-F228-9A1F-9A3D-AAEF3C4E8E67> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff80709000 -     0x7fff80991fef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff809a0000 -     0x7fff809cbff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <6589F0FC-41DB-8494-CA8B-487F4E328EB9> /usr/lib/libxslt.1.dylib
        0x7fff80a84000 -     0x7fff80ac7ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <C846410B-B360-F3C2-FD2B-17C0EF653A95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff80d3a000 -     0x7fff810d7fe7  com.apple.QuartzCore 1.6.3 (227.36) <BB6BB0AD-4E77-C284-9514-F91CE0F9A8CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff811a3000 -     0x7fff811a7ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <2829DEB2-D713-2279-1613-4513BEE9588D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff811a8000 -     0x7fff81398fef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff813be000 -     0x7fff813cdfef  com.apple.opengl 1.6.13 (1.6.13) <5430C8B3-3A18-F97A-97F4-B8054AC4BC80> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff81406000 -     0x7fff81417ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff81418000 -     0x7fff8165afe7  com.apple.AddressBook.framework 5.0.4 (883) <2192ED27-0C79-748F-E590-E1D08845A0D5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8165b000 -     0x7fff8169efef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff8169f000 -     0x7fff816e0fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <604973D9-F61B-994B-4D35-7BF8C46ECF33> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8172f000 -     0x7fff8173aff7  com.apple.HelpData 2.0.5 (34.1.1) <495A70E4-4614-04F9-6CB1-B2B1A65A2B2F> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8173b000 -     0x7fff81f45fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff81f46000 -     0x7fff81fd6fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8200c000 -     0x7fff82098fef  SecurityFoundation ??? (???) <92FAC546-34A0-E65F-05DE-8883D7FECBA4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff82099000 -     0x7fff821a3ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff821a4000 -     0x7fff8225afff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <1960E662-D35C-5D98-EB16-D43166AE6A22> /usr/lib/libobjc.A.dylib
        0x7fff822bc000 -     0x7fff82301fff  com.apple.CoreMediaIOServices 140.0 (1493) <298AEE5E-1301-6F37-3ADD-95B3488D8D63> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff8230a000 -     0x7fff823bffe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8240b000 -     0x7fff825c3fef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <8B6B8A48-44E8-21C9-750E-FA616BCE816D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff825c4000 -     0x7fff8260eff7  com.apple.Metadata 10.6.3 (507.15) <229F5EBE-210F-F397-109B-95F3060AA1F3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff827c3000 -     0x7fff827c3ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff827c4000 -     0x7fff827f3fff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff82817000 -     0x7fff82838fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
        0x7fff82839000 -     0x7fff82a73fef  com.apple.imageKit 2.0.3 (1.0) <59B92439-88C0-C60E-E9C9-7D834A36E1F9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff83208000 -     0x7fff8321efe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8DE1D79E-70EC-988E-E7F9-3E46295925D8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8321f000 -     0x7fff83266fff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff83276000 -     0x7fff832a7fff  libGLImage.dylib ??? (???) <CA10BB19-74DA-0D46-9D82-987904AF6DD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff833a9000 -     0x7fff834ddff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <C4E214AE-67AB-5D35-836D-0B5F65EB210E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff834de000 -     0x7fff834dffff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff8351b000 -     0x7fff8351bff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8351c000 -     0x7fff8351cff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8351d000 -     0x7fff83523ff7  IOSurface ??? (???) <27E523B3-6BE6-7D7D-5002-2A0E7ED2DB3D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff83540000 -     0x7fff83545fff  libGIF.dylib ??? (???) <C8DDF1C5-1C82-55A0-CECF-B95B9B052B95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff83546000 -     0x7fff8358dff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83595000 -     0x7fff83c9206f  com.apple.CoreGraphics 1.545.0 (???) <1E7BA799-BCA9-2334-C1E3-2131C1E4519F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83c93000 -     0x7fff8490efef  com.apple.WebCore 6533.21 (6533.21.1) <A7433C61-B507-BDB0-9CA8-1A3A2A699B2F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84912000 -     0x7fff84927ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff84928000 -     0x7fff84d6bfef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff84d6c000 -     0x7fff84e94ff7  com.apple.MediaToolbox 0.484.33 (484.33) <F08A0B24-5A24-C7FD-DFBF-05D4D6C89AE3> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff84e95000 -     0x7fff84e9bff7  com.apple.CommerceCore 1.0 (9) <B06C8404-1031-2852-EE0D-FAB0CF2D276A> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff84e9c000 -     0x7fff84fa2fe7  com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff84fa3000 -     0x7fff84fecff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff853a6000 -     0x7fff853b1fff  com.apple.CrashReporterSupport 10.6.7 (258) <94FA72A9-7359-A379-E204-35843525322D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff853b2000 -     0x7fff85da8fff  com.apple.AppKit 6.6.7 (1038.35) <204DDF4C-70DB-DBB2-77C1-5EFB10B52A5C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff85da9000 -     0x7fff85dbafff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff85dbb000 -     0x7fff85dbefff  com.apple.help 1.3.1 (41) <AEDDF93F-BAC0-0308-68FD-039A99F3A158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff85e18000 -     0x7fff85e60ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85e61000 -     0x7fff85e6fff7  libkxld.dylib ??? (???) <FB6ED83A-060F-CACC-83EC-49F3DB223CEA> /usr/lib/system/libkxld.dylib
        0x7fff85ea0000 -     0x7fff85eb1fff  SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff85eb2000 -     0x7fff85ec4fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff85ec5000 -     0x7fff85f86fef  com.apple.ColorSync 4.6.6 (4.6.6) <D560FFAC-CC7C-8C1C-E20C-40D87236F309> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85f87000 -     0x7fff86148fff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <C80582B8-D8F7-A378-E27D-28411EE53901> /usr/lib/libSystem.B.dylib
        0x7fff86149000 -     0x7fff86149ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff86150000 -     0x7fff8618afff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <AE68B25E-C127-7BB3-ED42-0466BDEDA9D1> /usr/lib/libssl.0.9.8.dylib
        0x7fff8618b000 -     0x7fff86271fef  com.apple.DesktopServices 1.5.10 (1.5.10) <7A14F1AE-57D1-2EE9-4314-FE39A8B9FA64> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff86272000 -     0x7fff862b6fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <56E4A86E-F43E-F616-681B-C6DFE4B149E5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff862b7000 -     0x7fff862bcfff  libGFXShared.dylib ??? (???) <E636D94D-9D19-F6C4-7808-9F15B5E436A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff862bd000 -     0x7fff862c4fff  com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff862c5000 -     0x7fff862e0ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff862f5000 -     0x7fff86395fff  com.apple.LaunchServices 362.2 (362.2) <68FB6920-A331-F6B6-201A-4D4593021212> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff86396000 -     0x7fff86396ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8666b000 -     0x7fff866d7ff7  com.apple.CorePDF 1.3 (1.3) <36CE4BBE-0115-D0EF-A18F-F0FE690EB6F2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff866e2000 -     0x7fff866e4fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff866e5000 -     0x7fff86bebff7  com.apple.VideoToolbox 0.484.33 (484.33) <B2A98B95-F497-85A4-8D77-3CD13B095A4A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff86c5f000 -     0x7fff86d31fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <510A7E87-DE8F-1BAB-727D-3A78859CFFE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff86d32000 -     0x7fff86d6bfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <34CF29CC-8802-0CAC-1D0F-FA526951D145> /usr/lib/libcups.2.dylib
        0x7fff86d6c000 -     0x7fff86d80ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff86d81000 -     0x7fff86ea2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <5CD78EA4-1770-6C83-51AD-99B5701CB5AB> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff86ebe000 -     0x7fff86ed4fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E0D9E290-458B-EE88-AA9D-97C0B51EA03E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff870d4000 -     0x7fff8710aff7  com.apple.framework.Apple80211 6.2.5 (625.6) <1F865478-42D8-BD08-A56F-AB7B73F76E49> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8710b000 -     0x7fff87282fe7  com.apple.CoreFoundation 6.6.4 (550.42) <E8A12F17-D5B7-B801-076E-C22C8E176E8B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87283000 -     0x7fff87360ff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff87361000 -     0x7fff873a2ff7  com.apple.CoreMedia 0.484.33 (484.33) <E7AF2EA1-D072-9CDE-6F2C-E001C35AA63B> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff873a3000 -     0x7fff873a3ff7  com.apple.Carbon 150 (152) <F31CA1DA-A54B-FEDC-2101-5E902A36DA6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff873a4000 -     0x7fff873f3ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff873f4000 -     0x7fff87424fef  com.apple.shortcut 1.1 (1.1) <0A20F092-6161-4EA7-D8E6-859B5C350DE7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff87425000 -     0x7fff87723fff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff87724000 -     0x7fff87725ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <A8EA30E1-20F2-47B9-2778-5BEBA6B0A7CC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff87726000 -     0x7fff8772aff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8772b000 -     0x7fff87744fff  com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff877b4000 -     0x7fff877e7fff  libTrueTypeScaler.dylib ??? (???) <6EFBF3B7-E4D5-E6AE-5A7D-22F37E288737> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff877e8000 -     0x7fff8780efe7  libJPEG.dylib ??? (???) <745AE7A3-B8FF-8646-AFD9-15EA7B3B4206> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8780f000 -     0x7fff87832fff  com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87833000 -     0x7fff87870fff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff87871000 -     0x7fff87872fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff87873000 -     0x7fff87876ff7  libCoreVMClient.dylib ??? (???) <6CB37602-75FF-B722-7D91-6694DE99A0C5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff87877000 -     0x7fff87927fff  edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404CD6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff87928000 -     0x7fff8793efef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff8793f000 -     0x7fff879c1fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff879c2000 -     0x7fff87a33ff7  com.apple.AppleVAFramework 4.10.25 (4.10.25) <6B3F3558-55FE-092F-C22B-F590718F9653> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff87a34000 -     0x7fff87a3fff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff87a40000 -     0x7fff87abdfef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87abe000 -     0x7fff87ac4ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff87ac5000 -     0x7fff87b43ff7  com.apple.CoreText 3.151.8 (???) <BA89642D-AE17-F02D-0A36-FA4B322F5ABB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff87b44000 -     0x7fff87b4afff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <8E816571-16B3-5F52-582F-7D27428AAED4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff87b4b000 -     0x7fff87b4bff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff87b4c000 -     0x7fff87c0efef  libFontParser.dylib ??? (???) <363E2A8A-CEFE-9A74-E677-C240B27A4FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff87c50000 -     0x7fff87c50ff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87c51000 -     0x7fff87ccdff7  com.apple.ISSupport 1.9.4 (52) <2381DB3E-EF16-9E32-D528-43BB53C267D6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff87cce000 -     0x7fff87d2efe7  com.apple.framework.IOKit 2.0 (???) <D205ABB9-0E45-5254-2610-D4522EC2378E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87d2f000 -     0x7fff87d31fff  libRadiance.dylib ??? (???) <A497721B-0429-EE3E-C3B5-62777C907552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff87d32000 -     0x7fff87dccff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <7715F1B4-F8C7-2769-5CB2-BB68BA62C598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff87dcd000 -     0x7fff87f3dfff  com.apple.QTKit 7.6.6 (1772) <3D3EAC7C-C4E5-6F4D-2286-C59E64096B24> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff87f3e000 -     0x7fff87f52fff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff87f53000 -     0x7fff87f8efff  com.apple.AE 496.4 (496.4) <CB905496-4D6B-F26A-399D-840D26DBEE5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff87f8f000 -     0x7fff8801efff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff88145000 -     0x7fff88152fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <068BCC48-539B-2773-DE77-7B0C668DEDF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff881f1000 -     0x7fff88200fff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff88201000 -     0x7fff8823eff7  libFontRegistry.dylib ??? (???) <B7139315-C799-B681-17A0-3139149E829E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8823f000 -     0x7fff8824afff  com.apple.corelocation 12.1 (12.1) <DBF2549B-35F6-E09D-56DE-5F33DFA31556> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8824b000 -     0x7fff882d0ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff882d1000 -     0x7fff882eeff7  libPng.dylib ??? (???) <49568EEB-65D4-FACD-5566-1225495D5583> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff882ef000 -     0x7fff88409fef  libGLProgrammability.dylib ??? (???) <862676A5-FFA6-0367-E64B-2E2FE975CE97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8840a000 -     0x7fff88548fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88549000 -     0x7fff885c6fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff885c7000 -     0x7fff885ccff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff885cd000 -     0x7fff8861fff7  com.apple.HIServices 1.8.2 (???) <C7381225-559C-2C58-97EC-4880DF4C1AB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff88620000 -     0x7fff88648fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88649000 -     0x7fff886b3fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff88898000 -     0x7fff888d9fef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff888e6000 -     0x7fff88906ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <36051318-BDA1-E5D6-9751-055A10170980> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff88907000 -     0x7fff88c3bfff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <21B6D592-F32F-B010-B04E-E3693B71DB84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff88c3c000 -     0x7fff88ea6fef  com.apple.QuartzComposer 4.2 ({156.29}) <C896A36E-6DED-C82F-45E9-6AF5FE2EB1C9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff88ea7000 -     0x7fff88ee0ff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff88f11000 -     0x7fff88f14ff7  com.apple.securityhi 4.0 (36638) <4497AC9D-4AD5-5155-B8B8-D47E694613A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff88f15000 -     0x7fff88f61fff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff88f62000 -     0x7fff88fb1fef  libTIFF.dylib ??? (???) <4675FB7E-C153-429B-14B3-F23CAB9BF1BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff88fb2000 -     0x7fff88ffbfef  libGLU.dylib ??? (???) <B8DB8593-46C4-8202-6596-2D12C318C253> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff88ffc000 -     0x7fff890b9fff  com.apple.CoreServices.OSServices 359 (359) <E8336204-1ACB-D433-D569-2CAA22A88F65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff890c3000 -     0x7fff8950bfe7  com.apple.RawCamera.bundle 3.7.0 (569) <E3794272-AE0D-8D35-3EFB-CBE4048BEB0D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8950c000 -     0x7fff89516fff  com.apple.DisplayServicesFW 2.3.3 (289) <D537142B-3376-9DBD-F82E-82C731CC20A9> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff89517000 -     0x7fff89579fe7  com.apple.datadetectorscore 2.0 (80.7) <A73D45FA-8957-6616-3776-593BE2927455> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8957a000 -     0x7fff89738fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <61FE1E3C-4390-9D33-5172-873CE24C6AAD> /usr/lib/libicucore.A.dylib
        0x7fff89739000 -     0x7fff897b8fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <54A2FF79-BF4B-22ED-F078-F075248FB7CA> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89846000 -     0x7fff89855fff  com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <C80582B8-D8F7-A378-E27D-28411EE53901> /usr/lib/libSystem.B.dylib

    I followed the instructions ad uninstalled - however Safari is still crashing.  Down to 3 - 5 times a day now - but still crashing.  Here is the latest Crash Report
    Process:         Safari [481]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [130]
    Date/Time:       2011-06-21 08:22:39.803 -0400
    OS Version:      Mac OS X 10.6.7 (10J4138)
    Report Version:  6
    Interval Since Last Report:          180040 sec
    Crashes Since Last Report:           124
    Per-App Interval Since Last Report:  114477 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                      4EAD0A2D-C73C-4930-9EE0-60929B537D75
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000005b8f5cf24
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff811fd739 JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) const + 137
    1   com.apple.JavaScriptCore                0x00007fff81259c4f cti_op_get_by_id_proto_list_full + 79
    2   ???                                     0x000059147b4b5cfb 0 + 97944502754555
    3   com.apple.JavaScriptCore                0x00007fff8131606f JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 511
    4   ???                                     0x00000001277968c0 0 + 4957235392
    5   ???                                     0x000000012de03b40 0 + 5064637248
    6   com.apple.WebCore                       0x00007fff845d0a40 WebCore::JSXMLHttpRequest::~JSXMLHttpRequest() + 0
    7   ???                                     0x9090909090900000 0 + 10416984888683003904
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff85fcd652 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff85fa30e7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff85fa2cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff85fa27fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff85fa2128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff85fa1fc5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff85fc2f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85fc6da1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff83c990f9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff83c951fc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87157932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87156dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87157932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87156dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff80514f67 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff80495f28 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87157932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87156dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff85fcbe52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff87179498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 7:  WebCore: Database
    0   libSystem.B.dylib                       0x00007fff85fc2f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85fc6da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff811b9a40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff840b3f82 WebCore::DatabaseThread::databaseThread() + 370
    4   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 8:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff85fc2f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85fc6da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff811b9a40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff83fe9fb1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 9:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff85fc2f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85fc6da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff811b9a40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be5bd 0x100000000 + 1828285
    4   com.apple.Safari                        0x00000001000470a7 0x100000000 + 290983
    5   com.apple.Safari                        0x0000000100046f25 0x100000000 + 290597
    6   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff80d8d38a CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff80d8d2ca thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff85fa1f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff85fa235c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff85fa1fc5 start_wqthread + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff85f882fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff85fc6c92 _pthread_cond_wait + 1015
    2   com.apple.CoreVideo                     0x00007fff80005de6 CVDisplayLink::waitUntil(unsigned long long) + 252
    3   com.apple.CoreVideo                     0x00007fff800052a2 CVDisplayLink::runIOThread() + 644
    4   com.apple.CoreVideo                     0x00007fff80004fe3 startIOThread(void*) + 139
    5   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff85fa1f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff85fa235c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff85fa1fc5 start_wqthread + 13
    Thread 14:  Safari: SpinningProgressIndicator
    0   libSystem.B.dylib                       0x00007fff85f8829a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85f8890d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87157932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87156dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff804d07c8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5   com.apple.Foundation                    0x00007fff804d06a7 -[NSRunLoop(NSRunLoop) run] + 77
    6   com.apple.Safari                        0x0000000100090097 0x100000000 + 589975
    7   com.apple.Foundation                    0x00007fff80495f28 __NSThread__main__ + 1429
    8   libSystem.B.dylib                       0x00007fff85fc14f6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff85fc13a9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000005b8f5cf24  rbx: 0x0000000128acfc30  rcx: 0x000000006817e3b7  rdx: 0x0000000025212121
      rdi: 0x00000001175ec2a0  rsi: 0x0000000114d1ab00  rbp: 0x0000000130e746c0  rsp: 0x00007fff5fbfd240
       r8: 0x000000000012198e   r9: 0x0000000114d1ab24  r10: 0x0000000000000001  r11: 0x00007fff81259c00
      r12: 0x00007fff5fbfd280  r13: 0x000000011ed96338  r14: 0x0000000114810fc0  r15: 0xffff000000000002
      rip: 0x00007fff811fd739  rfl: 0x0000000000010206  cr2: 0x00000005b8f5cf24
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
           0x117b9b000 -        0x117b9bfff  com.apple.JavaPluginCocoa 13.4.0 (13.4.0) <00AF9559-29EA-5E25-42CF-BE2447F9EBC5> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x117b9f000 -        0x117ba4ff7  JavaLaunching ??? (???) <E859D1E8-3E9D-5432-DCFA-684A9B1EDD2C> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
           0x11c2ab000 -        0x11c2afff7  libFontRegistryUI.dylib ??? (???) <D899EA35-811A-5537-BF0D-7723F6F5782A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x11c2be000 -        0x11c2bffff  ATSHI.dylib ??? (???) <C3BF96C6-C170-B0DD-7541-78AD91B4BD70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x120d2e000 -        0x120d54fff  GLRendererFloat ??? (???) <AB5DE3EE-E41C-A52E-82DA-641EEA980EFE> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x121173000 -        0x121306fe7  GLEngine ??? (???) <B916C403-119F-3E1E-0814-E1D91C429C21> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x121337000 -        0x121729fff  com.apple.ATIRadeonX3000GLDriver 1.6.34 (6.3.4) <042F2B53-7B98-6A1A-C95F-6C97181CDC2A> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x121770000 -        0x1227e2fe7  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.34 (6.3.4) <18C49739-A59C-7AC3-9044-313D58C38EE1> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x1248c0000 -        0x1248e4ff7  libPDFRIP.A.dylib 545.0.0 (compatibility 64.0.0) <BDBC5EDB-40A4-A5C3-AFC6-7207C80273B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
        0x7fff80003000 -     0x7fff80028ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff80045000 -     0x7fff8015cfef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff8015d000 -     0x7fff80169fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff8016a000 -     0x7fff80223fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff80224000 -     0x7fff80225ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff80247000 -     0x7fff803c5ff7  com.apple.WebKit 6533.21 (6533.21.1) <E954BB9E-51DC-9B68-5312-E1507329A9B3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff803c6000 -     0x7fff8041bff7  com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8041c000 -     0x7fff80484fff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff80485000 -     0x7fff80708fe7  com.apple.Foundation 6.6.6 (751.53) <265F0D38-F228-9A1F-9A3D-AAEF3C4E8E67> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff80709000 -     0x7fff80991fef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff809a0000 -     0x7fff809cbff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <6589F0FC-41DB-8494-CA8B-487F4E328EB9> /usr/lib/libxslt.1.dylib
        0x7fff80a84000 -     0x7fff80ac7ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <C846410B-B360-F3C2-FD2B-17C0EF653A95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff80d3a000 -     0x7fff810d7fe7  com.apple.QuartzCore 1.6.3 (227.36) <BB6BB0AD-4E77-C284-9514-F91CE0F9A8CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff811a3000 -     0x7fff811a7ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <2829DEB2-D713-2279-1613-4513BEE9588D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff811a8000 -     0x7fff81398fef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff813be000 -     0x7fff813cdfef  com.apple.opengl 1.6.13 (1.6.13) <5430C8B3-3A18-F97A-97F4-B8054AC4BC80> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff81406000 -     0x7fff81417ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff81418000 -     0x7fff8165afe7  com.apple.AddressBook.framework 5.0.4 (883) <2192ED27-0C79-748F-E590-E1D08845A0D5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8165b000 -     0x7fff8169efef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff8169f000 -     0x7fff816e0fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <604973D9-F61B-994B-4D35-7BF8C46ECF33> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8172f000 -     0x7fff8173aff7  com.apple.HelpData 2.0.5 (34.1.1) <495A70E4-4614-04F9-6CB1-B2B1A65A2B2F> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8173b000 -     0x7fff81f45fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff81f46000 -     0x7fff81fd6fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8200c000 -     0x7fff82098fef  SecurityFoundation ??? (???) <92FAC546-34A0-E65F-05DE-8883D7FECBA4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff82099000 -     0x7fff821a3ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff821a4000 -     0x7fff8225afff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <1960E662-D35C-5D98-EB16-D43166AE6A22> /usr/lib/libobjc.A.dylib
        0x7fff822bc000 -     0x7fff82301fff  com.apple.CoreMediaIOServices 140.0 (1493) <298AEE5E-1301-6F37-3ADD-95B3488D8D63> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff8230a000 -     0x7fff823bffe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8240b000 -     0x7fff825c3fef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <8B6B8A48-44E8-21C9-750E-FA616BCE816D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff825c4000 -     0x7fff8260eff7  com.apple.Metadata 10.6.3 (507.15) <229F5EBE-210F-F397-109B-95F3060AA1F3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff827c3000 -     0x7fff827c3ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff827c4000 -     0x7fff827f3fff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff82817000 -     0x7fff82838fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
        0x7fff82839000 -     0x7fff82a73fef  com.apple.imageKit 2.0.3 (1.0) <59B92439-88C0-C60E-E9C9-7D834A36E1F9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff83208000 -     0x7fff8321efe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8DE1D79E-70EC-988E-E7F9-3E46295925D8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8321f000 -     0x7fff83266fff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff83276000 -     0x7fff832a7fff  libGLImage.dylib ??? (???) <CA10BB19-74DA-0D46-9D82-987904AF6DD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff833a9000 -     0x7fff834ddff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <C4E214AE-67AB-5D35-836D-0B5F65EB210E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff834de000 -     0x7fff834dffff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff8351b000 -     0x7fff8351bff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8351c000 -     0x7fff8351cff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8351d000 -     0x7fff83523ff7  IOSurface ??? (???) <27E523B3-6BE6-7D7D-5002-2A0E7ED2DB3D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff83540000 -     0x7fff83545fff  libGIF.dylib ??? (???) <C8DDF1C5-1C82-55A0-CECF-B95B9B052B95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff83546000 -     0x7fff8358dff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83595000 -     0x7fff83c9206f  com.apple.CoreGraphics 1.545.0 (???) <1E7BA799-BCA9-2334-C1E3-2131C1E4519F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83c93000 -     0x7fff8490efef  com.apple.WebCore 6533.21 (6533.21.1) <A7433C61-B507-BDB0-9CA8-1A3A2A699B2F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84912000 -     0x7fff84927ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff84928000 -     0x7fff84d6bfef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff84d6c000 -     0x7fff84e94ff7  com.apple.MediaToolbox 0.484.33 (484.33) <F08A0B24-5A24-C7FD-DFBF-05D4D6C89AE3> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff84e95000 -     0x7fff84e9bff7  com.apple.CommerceCore 1.0 (9) <B06C8404-1031-2852-EE0D-FAB0CF2D276A> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff84e9c000 -     0x7fff84fa2fe7  com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff84fa3000 -     0x7fff84fecff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff853a6000 -     0x7fff853b1fff  com.apple.CrashReporterSupport 10.6.7 (258) <94FA72A9-7359-A379-E204-35843525322D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff853b2000 -     0x7fff85da8fff  com.apple.AppKit 6.6.7 (1038.35) <204DDF4C-70DB-DBB2-77C1-5EFB10B52A5C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff85da9000 -     0x7fff85dbafff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff85dbb000 -     0x7fff85dbefff  com.apple.help 1.3.1 (41) <AEDDF93F-BAC0-0308-68FD-039A99F3A158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff85e18000 -     0x7fff85e60ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85e61000 -     0x7fff85e6fff7  libkxld.dylib ??? (???) <FB6ED83A-060F-CACC-83EC-49F3DB223CEA> /usr/lib/system/libkxld.dylib
        0x7fff85ea0000 -     0x7fff85eb1fff  SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff85eb2000 -     0x7fff85ec4fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff85ec5000 -     0x7fff85f86fef  com.apple.ColorSync 4.6.6 (4.6.6) <D560FFAC-CC7C-8C1C-E20C-40D87236F309> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85f87000 -     0x7fff86148fff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <C80582B8-D8F7-A378-E27D-28411EE53901> /usr/lib/libSystem.B.dylib
        0x7fff86149000 -     0x7fff86149ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff86150000 -     0x7fff8618afff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <AE68B25E-C127-7BB3-ED42-0466BDEDA9D1> /usr/lib/libssl.0.9.8.dylib
        0x7fff8618b000 -     0x7fff86271fef  com.apple.DesktopServices 1.5.10 (1.5.10) <7A14F1AE-57D1-2EE9-4314-FE39A8B9FA64> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff86272000 -     0x7fff862b6fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <56E4A86E-F43E-F616-681B-C6DFE4B149E5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff862b7000 -     0x7fff862bcfff  libGFXShared.dylib ??? (???) <E636D94D-9D19-F6C4-7808-9F15B5E436A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff862bd000 -     0x7fff862c4fff  com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff862c5000 -     0x7fff862e0ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff862f5000 -     0x7fff86395fff  com.apple.LaunchServices 362.2 (362.2) <68FB6920-A331-F6B6-201A-4D4593021212> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff86396000 -     0x7fff86396ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8666b000 -     0x7fff866d7ff7  com.apple.CorePDF 1.3 (1.3) <36CE4BBE-0115-D0EF-A18F-F0FE690EB6F2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff866e2000 -     0x7fff866e4fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff866e5000 -     0x7fff86bebff7  com.apple.VideoToolbox 0.484.33 (484.33) <B2A98B95-F497-85A4-8D77-3CD13B095A4A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff86c5f000 -     0x7fff86d31fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <510A7E87-DE8F-1BAB-727D-3A78859CFFE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff86d32000 -     0x7fff86d6bfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <34CF29CC-8802-0CAC-1D0F-FA526951D145> /usr/lib/libcups.2.dylib
        0x7fff86d6c000 -     0x7fff86d80ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff86d81000 -     0x7fff86ea2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <5CD78EA4-1770-6C83-51AD-99B5701CB5AB> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff86ebe000 -     0x7fff86ed4fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E0D9E290-458B-EE88-AA9D-97C0B51EA03E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff870d4000 -     0x7fff8710aff7  com.apple.framework.Apple80211 6.2.5 (625.6) <1F865478-42D8-BD08-A56F-AB7B73F76E49> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8710b000 -     0x7fff87282fe7  com.apple.CoreFoundation 6.6.4 (550.42) <E8A12F17-D5B7-B801-076E-C22C8E176E8B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87283000 -     0x7fff87360ff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff87361000 -     0x7fff873a2ff7  com.apple.CoreMedia 0.484.33 (484.33) <E7AF2EA1-D072-9CDE-6F2C-E001C35AA63B> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff873a3000 -     0x7fff873a3ff7  com.apple.Carbon 150 (152) <F31CA1DA-A54B-FEDC-2101-5E902A36DA6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff873a4000 -     0x7fff873f3ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff873f4000 -     0x7fff87424fef  com.apple.shortcut 1.1 (1.1) <0A20F092-6161-4EA7-D8E6-859B5C350DE7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff87425000 -     0x7fff87723fff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff87724000 -     0x7fff87725ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <A8EA30E1-20F2-47B9-2778-5BEBA6B0A7CC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff87726000 -     0x7fff8772aff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8772b000 -     0x7fff87744fff  com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff877b4000 -     0x7fff877e7fff  libTrueTypeScaler.dylib ??? (???) <6EFBF3B7-E4D5-E6AE-5A7D-22F37E288737> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff877e8000 -     0x7fff8780efe7  libJPEG.dylib ??? (???) <745AE7A3-B8FF-8646-AFD9-15EA7B3B4206> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8780f000 -     0x7fff87832fff  com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87833000 -     0x7fff87870fff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff87871000 -     0x7fff87872fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff87873000 -     0x7fff87876ff7  libCoreVMClient.dylib ??? (???) <6CB37602-75FF-B722-7D91-6694DE99A0C5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff87877000 -     0x7fff87927fff  edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404CD6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff87928000 -     0x7fff8793efef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff8793f000 -     0x7fff879c1fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff879c2000 -     0x7fff87a33ff7  com.apple.AppleVAFramework 4.10.25 (4.10.25) <6B3F3558-55FE-092F-C22B-F590718F9653> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff87a34000 -     0x7fff87a3fff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff87a40000 -     0x7fff87abdfef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87abe000 -     0x7fff87ac4ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff87ac5000 -     0x7fff87b43ff7  com.apple.CoreText 3.151.8 (???) <BA89642D-AE17-F02D-0A36-FA4B322F5ABB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff87b44000 -     0x7fff87b4afff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <8E816571-16B3-5F52-582F-7D27428AAED4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff87b4b000 -     0x7fff87b4bff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff87b4c000 -     0x7fff87c0efef  libFontParser.dylib ??? (???) <363E2A8A-CEFE-9A74-E677-C240B27A4FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff87c50000 -     0x7fff87c50ff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87c51000 -     0x7fff87ccdff7  com.apple.ISSupport 1.9.4 (52) <2381DB3E-EF16-9E32-D528-43BB53C267D6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff87cce000 -     0x7fff87d2efe7  com.apple.framework.IOKit 2.0 (???) <D205ABB9-0E45-5254-2610-D4522EC2378E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87d2f000 -     0x7fff87d31fff  libRadiance.dylib ??? (???) <A497721B-0429-EE3E-C3B5-62777C907552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff87d32000 -     0x7fff87dccff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <7715F1B4-F8C7-2769-5CB2-BB68BA62C598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff87dcd000 -     0x7fff87f3dfff  com.apple.QTKit 7.6.6 (1772) <3D3EAC7C-C4E5-6F4D-2286-C59E64096B24> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff87f3e000 -     0x7fff87f52fff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff87f53000 -     0x7fff87f8efff  com.apple.AE 496.4 (496.4) <CB905496-4D6B-F26A-399D-840D26DBEE5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff87f8f000 -     0x7fff8801efff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff88145000 -     0x7fff88152fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <068BCC48-539B-2773-DE77-7B0C668DEDF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff881f1000 -     0x7fff88200fff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff88201000 -     0x7fff8823eff7  libFontRegistry.dylib ??? (???) <B7139315-C799-B681-17A0-3139149E829E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8823f000 -     0x7fff8824afff  com.apple.corelocation 12.1 (12.1) <DBF2549B-35F6-E09D-56DE-5F33DFA31556> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8824b000 -     0x7fff882d0ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff882d1000 -     0x7fff882eeff7  libPng.dylib ??? (???) <49568EEB-65D4-FACD-5566-1225495D5583> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff882ef000 -     0x7fff88409fef  libGLProgrammability.dylib ??? (???) <862676A5-FFA6-0367-E64B-2E2FE975CE97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8840a000 -     0x7fff88548fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88549000 -     0x7fff885c6fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff885c7000 -     0x7fff885ccff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff885cd000 -     0x7fff8861fff7  com.apple.HIServices 1.8.2 (???) <C7381225-559C-2C58-97EC-4880DF4C1AB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff88620000 -     0x7fff88648fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88649000 -     0x7fff886b3fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff88898000 -     0x7fff888d9fef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff888e6000 -     0x7fff88906ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <36051318-BDA1-E5D6-9751-055A10170980> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff88907000 -     0x7fff88c3bfff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <21B6D592-F32F-B010-B04E-E3693B71DB84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff88c3c000 -     0x7fff88ea6fef  com.apple.QuartzComposer 4.2 ({156.29}) <C896A36E-6DED-C82F-45E9-6AF5FE2EB1C9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff88ea7000 -     0x7fff88ee0ff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff88f11000 -     0x7fff88f14ff7  com.apple.securityhi 4.0 (36638) <4497AC9D-4AD5-5155-B8B8-D47E694613A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff88f15000 -     0x7fff88f61fff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff88f62000 -     0x7fff88fb1fef  libTIFF.dylib ??? (???) <4675FB7E-C153-429B-14B3-F23CAB9BF1BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff88fb2000 -     0x7fff88ffbfef  libGLU.dylib ??? (???) <B8DB8593-46C4-8202-6596-2D12C318C253> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff88ffc000 -     0x7fff890b9fff  com.apple.CoreServices.OSServices 359 (359) <E8336204-1ACB-D433-D569-2CAA22A88F65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff890c3000 -     0x7fff8950bfe7  com.apple.RawCamera.bundle 3.7.0 (569) <E3794272-AE0D-8D35-3EFB-CBE4048BEB0D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8950c000 -     0x7fff89516fff  com.apple.DisplayServicesFW 2.3.3 (289) <D537142B-3376-9DBD-F82E-82C731CC20A9> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff89517000 -     0x7fff89579fe7  com.apple.datadetectorscore 2.0 (80.7) <A73D45FA-8957-6616-3776-593BE2927455> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8957a000 -     0x7fff89738fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <61FE1E3C-4390-9D33-5172-873CE24C6AAD> /usr/lib/libicucore.A.dylib
        0x7fff89739000 -     0x7fff897b8fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <54A2FF79-BF4B-22ED-F078-F075248FB7CA> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89846000 -     0x7fff89855fff  com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <C80582B8-D8F7-A378-E27D-28411EE53901> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,3, BootROM MBP81.0047.B0E, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 1.70f3
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.3)
    Bluetooth: Version 2.4.5f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: M4-CT512M4SSD2, 476.94 GB
    Serial ATA Device: M4-CT512M4SSD2, 476.94 GB
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

  • When watching a movie purchased through I tunes it shuts out several times during play?

    When watching a movie purchased through I tunes it shuts off several times during play?

    Hello Boris73
    Try deleting the tracks from your iTunes library and then downloading them again to test the playback. If it continues, then report the issue to the iTunes Store.
    Download past purchases
    http://support.apple.com/kb/ht2519
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/HT1933
    Regards,
    -Norm G.

  • Logged out each time iTunes closes

    I've noticed lately that iTunes seems to always log me out when I close the session even if I didn't log out.  Has anyone else noticed this and/or have any suggestions on how to stay signed into iTunes unless I choose to sign-out?

    Bump.
    Anyone?

  • Inspiron 5548 logs out every time I add/remove a second monitor

    I have a new Dell Inspiron 5548 running Windows 8.1, and I noticed every time I change the monitor configuration the system logs me out. This happens if I connect a new monitor and change the configuration from "duplicate" to "extend" or if I connect or disconnect a monitor that I'm using as a second display. Any thoughts? Maybe a graphics card issue?
    The system has Intel HD Graphics 5500 and an AMD Radeon R7 M270 card (4 GB).

    Awesome!  This worked for me as well.  My steps to get this Intel driver:
    1) Open Device Manager, select Display adapters, double click Intel HD Graphics 5500, go to Driver tab, click on Uninstall.  I did not click the "remove driver" option.  This operation logged me out.
    2) Login.  Open Device Manager and get to Display adapters as above.  Now I saw a Microsoft basic driver instead of the Intel HD5500 driver.  Double click it.  Select the "Update Driver" button.  Select the "Search automatically..." option.  It went out and found Intel HD Graphics 5500, v10.18.14.4156, 3/3/2015 and installed it.
    What's frustrating is that if you simply go to the Display adapters and select "Update Driver" for the installed (and problematic) 2014 version of HD5500 driver, it tells you it is already up to date!  If you go to Intel site directly and download and run their Intel Driver Update Utility, it also doesn't indicate that a newer HD5500 driver exists.
    Such a time waste.
    Oh, and that support ticket I filed last week?  Dell hasn't even assigned it yet.  Way to go Dell, thanks (not) for the assistance.

  • Broadband dropping several times per hour (HH5)

    Seeing as my previous thread is now being ignored, plus the accuracy of the thread title may be considered wrong, I'm trying again.
    After a period of instability since it was installed last Thursday (we put it down to being in the "training" period), I thought the connection had settled down (8 hours and 5 hours connected without problems), but for the last few hours the connection keeps dropping. This really isn't acceptible for a supposedly superior Infinity connection (and after years of Sky BB, where our service was on unbroken almost 24/7).
    This is happening for both wired and wireless connections, so it's certainly not a wireless issue as I previously thought. We've got FTTC. And terrible weather, if that's relevant. 
    I'll post some logs, though from searching the forum I doubt they'll lead to any resolution.
    15:39:40, 23 Dec.
    ( 7421.480000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    15:39:40, 23 Dec.
    ( 7421.480000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    15:39:40, 23 Dec.
    ath00: STA 7c:1e:52:d2:f3:ec IEEE 802.11: Client disassociated
    15:39:26, 23 Dec.
    ( 7407.420000) WAN operating mode is VDSL
    15:39:26, 23 Dec.
    ( 7407.420000) Last WAN operating mode was VDSL
    15:39:25, 23 Dec.
    ( 7406.040000) CWMP: session closed due to error: Could not resolve host
    15:39:25, 23 Dec.
    ( 7406.320000) PPP IPCP Receive Configuration ACK
    15:39:25, 23 Dec.
    ( 7406.300000) PPP IPCP Send Configuration Request
    15:39:25, 23 Dec.
    ( 7406.290000) PPP IPCP Receive Configuration NAK
    15:39:25, 23 Dec.
    ( 7406.280000) PPP IPCP Send Configuration ACK
    15:39:25, 23 Dec.
    ( 7406.280000) PPP IPCP Receive Configuration Request
    15:39:25, 23 Dec.
    ( 7406.280000) PPP IPCP Send Configuration Request
    15:39:25, 23 Dec.
    ( 7406.280000) CHAP authentication successful
    15:39:25, 23 Dec.
    ( 7406.180000) CHAP Receive Challenge
    15:39:25, 23 Dec.
    ( 7406.170000) Starting CHAP authentication with peer
    15:39:25, 23 Dec.
    ( 7406.170000) PPP LCP Receive Configuration ACK
    15:39:25, 23 Dec.
    ( 7406.140000) PPP LCP Send Configuration Request
    15:39:25, 23 Dec.
    ( 7406.140000) PPP LCP Receive Configuration Reject
    15:39:25, 23 Dec.
    ( 7406.120000) PPP LCP Send Configuration ACK
    15:39:25, 23 Dec.
    ( 7406.120000) PPP LCP Receive Configuration Request
    15:39:25, 23 Dec.
    ( 7406.110000) PPP LCP Send Configuration Request
    15:39:23, 23 Dec.
    ( 7404.080000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    15:39:23, 23 Dec.
    ( 7404.070000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    15:39:23, 23 Dec.
    ( 7403.870000) CWMP: Initializing transaction for event code 4 VALUE CHANGE
    15:18:36, 23 Dec.
    ath00: STA 14:74:11:cc:fe:2e IEEE 802.11: Client associated
    15:18:36, 23 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client disassociated
    15:18:35, 23 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client associated
    15:18:35, 23 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client associated
    15:18:35, 23 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client disassociated
    15:18:35, 23 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client disassociated
    15:18:35, 23 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client associated
    15:18:34, 23 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client associated
    15:18:34, 23 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client disassociated
    15:18:34, 23 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client disassociated
    15:18:34, 23 Dec.
    ath00: STA 7c:1e:52:d2:f3:ec IEEE 802.11: Client disassociated
    15:18:29, 23 Dec.
    ( 6150.030000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    15:18:29, 23 Dec.
    ( 6150.020000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    15:18:29, 23 Dec.
    ath00: STA 14:74:11:cc:fe:2e IEEE 802.11: Client disassociated
    15:18:14, 23 Dec.
    ( 6135.120000) WAN operating mode is VDSL
    15:18:14, 23 Dec.
    ( 6135.120000) Last WAN operating mode was VDSL
    15:18:13, 23 Dec.
    ( 6133.680000) CWMP: session closed due to error: Could not resolve host
    15:18:13, 23 Dec.
    ( 6134.040000) PPP IPCP Receive Configuration ACK
    15:18:13, 23 Dec.
    ( 6134.020000) PPP IPCP Send Configuration Request
    15:18:13, 23 Dec.
    ( 6134.020000) PPP IPCP Receive Configuration NAK
    15:18:13, 23 Dec.
    ( 6134.000000) PPP IPCP Send Configuration ACK
    15:18:13, 23 Dec.
    ( 6134.000000) PPP IPCP Receive Configuration Request
    15:18:13, 23 Dec.
    ( 6134.000000) PPP IPCP Send Configuration Request
    15:18:13, 23 Dec.
    ( 6134.000000) CHAP authentication successful
    15:18:13, 23 Dec.
    ( 6133.900000) CHAP Receive Challenge
    15:18:13, 23 Dec.
    ( 6133.900000) Starting CHAP authentication with peer
    15:18:13, 23 Dec.
    ( 6133.900000) PPP LCP Receive Configuration ACK
    15:18:13, 23 Dec.
    ( 6133.880000) PPP LCP Send Configuration Request
    15:18:13, 23 Dec.
    ( 6133.880000) PPP LCP Receive Configuration Reject
    15:18:13, 23 Dec.
    ( 6133.880000) PPP LCP Send Configuration ACK
    15:18:13, 23 Dec.
    ( 6133.880000) PPP LCP Receive Configuration Request
    15:18:13, 23 Dec.
    ( 6133.870000) PPP LCP Send Configuration Request
    15:18:11, 23 Dec.
    ( 6131.860000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    15:18:11, 23 Dec.
    ( 6131.860000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    15:18:11, 23 Dec.
    ( 6131.660000) CWMP: Initializing transaction for event code 4 VALUE CHANGE
    15:18:00, 23 Dec.
    ( 6121.330000) PPP LCP Send Termination Request [User request]
    Plus we're getting tonnes and tonnes of these:
    BLOCKED 5 more packets (because of First packet is Invalid)
    OUT: BLOCK [65] First packet is Invalid
    OUT: BLOCK [65] First packet is Invalid
    BLOCKED 2 more packets (because of First packet is Invalid)
    BLOCKED 1 more packets (because of First packet is Invalid)
    and so on and so forth.
    Can someone, ANYONE offer any guidance, because we're pulling our hair out here. The connection just dropped while doing online banking transfers, and you can imagine how much kerfuffle a drop caused then.

    09:39:08, 24 Dec.
    ath00: STA 14:74:11:cc:fe:2e IEEE 802.11: Client associated
    09:39:08, 24 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client associated
    09:39:08, 24 Dec.
    ath00: STA 18:0c:ac:c1:5b:c3 IEEE 802.11: Client associated
    09:39:08, 24 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client associated
    09:39:08, 24 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client disassociated
    09:39:08, 24 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client disassociated
    09:39:08, 24 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client associated
    09:39:08, 24 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client associated
    09:39:08, 24 Dec.
    ath00: STA 68:94:23:f9:dc:17 IEEE 802.11: Client disassociated
    09:39:08, 24 Dec.
    ath00: STA 0c:84:dc:b1:ed:9d IEEE 802.11: Client disassociated
    09:39:08, 24 Dec.
    ath00: STA b8:3e:59:f8:5a:d7 IEEE 802.11: Client disassociated
    09:39:08, 24 Dec.
    ath00: STA 68:94:23:ce:56:92 IEEE 802.11: Client disassociated
    09:39:08, 24 Dec.
    ath00: STA 14:74:11:cc:fe:2e IEEE 802.11: Client disassociated
    09:39:03, 24 Dec.
    (40388.350000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    09:39:03, 24 Dec.
    (40388.340000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    09:39:03, 24 Dec.
    ath00: STA 18:0c:ac:c1:5b:c3 IEEE 802.11: Client disassociated
    09:38:48, 24 Dec.
    (40373.590000) WAN operating mode is VDSL
    09:38:48, 24 Dec.
    (40373.590000) Last WAN operating mode was VDSL
    09:38:47, 24 Dec.
    (40372.290000) CWMP: session closed due to error: Could not resolve host
    09:38:47, 24 Dec.
    (40372.520000) PPP IPCP Receive Configuration ACK
    09:38:47, 24 Dec.
    (40372.510000) PPP IPCP Send Configuration Request
    09:38:47, 24 Dec.
    (40372.500000) PPP IPCP Receive Configuration NAK
    09:38:47, 24 Dec.
    (40372.480000) PPP IPCP Send Configuration ACK
    09:38:47, 24 Dec.
    (40372.480000) PPP IPCP Receive Configuration Request
    09:38:47, 24 Dec.
    (40372.480000) PPP IPCP Send Configuration Request
    09:38:47, 24 Dec.
    (40372.480000) CHAP authentication successful
    09:38:47, 24 Dec.
    (40372.410000) CHAP Receive Challenge
    09:38:47, 24 Dec.
    (40372.410000) Starting CHAP authentication with peer
    09:38:47, 24 Dec.
    (40372.410000) PPP LCP Receive Configuration ACK
    09:38:47, 24 Dec.
    (40372.390000) PPP LCP Send Configuration Request
    09:38:47, 24 Dec.
    (40372.390000) PPP LCP Receive Configuration Reject
    09:38:47, 24 Dec.
    (40372.370000) PPP LCP Send Configuration ACK
    09:38:47, 24 Dec.
    (40372.370000) PPP LCP Receive Configuration Request
    09:38:47, 24 Dec.
    (40372.370000) PPP LCP Send Configuration Request
    09:38:45, 24 Dec.
    (40370.440000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
    09:38:45, 24 Dec.
    (40370.430000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
    09:38:45, 24 Dec.
    (40370.220000) CWMP: Initializing transaction for event code 4 VALUE CHANGE
    09:38:34, 24 Dec.
    (40359.570000) PPP LCP Send Termination Request [User request]

Maybe you are looking for

  • Please Help ?? Tomcat 6 and JDK 6 Class Not Found Exception when deploying

    Hi, I am deploying this application in Tomcat 6, but I am getting ClassNotFoundException when I try to the application. I am a novice at this. SEVERE: Error loading WebappClassLoader   delegate: false   repositories: ----------> Parent Classloader: o

  • Print a single Mail without the hole massaging history?

    Hello, I want to print one email without the total message history from all our conversation during the year. I dont want to do it by screenshots because i need to do that many times and that would take too much time. Thanks for Help!

  • What is the best way to read, process, and write an Excel File Server side...SQL Server Agent Job

    So I was using dynamic Excel commands to open and save as using... Microsoft.Office.Interop.Excel.Application and  workbook.SaveAs(StringDestinationFile, XlFileFormat.xlExcel8, Type.Missing, Type.Missing, Type.Missing, Type.Missing, XlSaveAsAccessMod

  • Time Machine Won't read new files

    Today I purchased a bigger a hard drive.  I put it in and everything was good.  When I tried to restore my system through time machine (which was from a external hard drive) it only read backup files from July 29 to July 21.  Why can't I open the las

  • 7.2 Update broke a preset

    I've been using a preset to export Quicktime movies at 1080i using the DVC Pro codec.  We export video from AME and import the video into "Click Effects" for playback in our arena.  It has worked fine for the last four months.  However, since the 7.2