I think safari is freezing my system

I recently upgraded to ML.  Every so often, I'll be using safari and my entire computer will freeze.  My mouse will still move around (although it may be stuck as a beachball, or not).  However, I cannot click on anything.  No keyboard shortcuts work.  Even the time in the corner will stop.  As far as I can remember, the only times this has happened was when I had several tabs in safari open.  However, I don't recall there being a pattern to the individual websites that are up.  Moreover, there are times when I've had the same number or more tabs open and no problem has occured.
Whenever this happens, the only way I can get control over my computer again is to hold the power button until the machine shuts off.
I saw in other posts that someone suggested checking the console after this happens.  Immediately before the most recent freeze, I got the following messages:
8/15/12 4:39:26.225 PM com.apple.launchd[1]: (com.apple.sleepservicesd[7579]) Exited: Killed: 9
8/15/12 4:39:26.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7579 [SleepServicesD]
8/15/12 4:39:27.158 PM com.apple.launchd.peruser.501[133]: (com.apple.CalendarAgent[7575]) Exited: Killed: 9
8/15/12 4:39:27.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7575 [CalendarAgent]
8/15/12 4:40:00.305 PM com.apple.launchd[1]: (com.apple.sleepservicesd[7588]) Exited: Killed: 9
8/15/12 4:40:00.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7588 [SleepServicesD]
8/15/12 4:40:00.817 PM com.apple.launchd[1]: (com.apple.iCloudHelper[7072]) Exited: Killed: 9
8/15/12 4:40:00.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7072 [com.apple.iCloud]
8/15/12 4:40:05.833 PM com.apple.launchd[1]: (com.apple.xpcd.F5010000-0000-0000-0000-000000000000[7060]) Exited: Killed: 9
8/15/12 4:40:05.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7060 [xpcd]
8/15/12 4:40:12.657 PM com.apple.launchd[1]: (com.apple.sleepservicesd[7591]) Exited: Killed: 9
8/15/12 4:40:12.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7591 [SleepServicesD]
8/15/12 4:40:25.067 PM com.apple.launchd[1]: (com.apple.sleepservicesd[7593]) Exited: Killed: 9
8/15/12 4:40:25.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7593 [SleepServicesD]
8/15/12 4:40:25.399 PM com.apple.launchd[1]: (com.apple.cfprefsd.xpc.daemon[4032]) Exited: Killed: 9
8/15/12 4:40:25.000 PM kernel[0]: memorystatus_thread: idle exiting pid 4032 [cfprefsd]
8/15/12 4:40:25.895 PM com.apple.launchd.peruser.501[133]: (com.apple.cfprefsd.xpc.agent[4031]) Exited: Killed: 9
8/15/12 4:40:26.000 PM kernel[0]: memorystatus_thread: idle exiting pid 4031 [cfprefsd]
8/15/12 4:40:26.671 PM Messages[7246]: In void modifyShouldRestoreOnRelaunchCounter(int32_t), _LSSetApplicationInformationItem(_kLSPersistenceSuppressRelaunchAtLoginKey) returned error -600
8/15/12 4:40:56.491 PM com.apple.launchd[1]: (com.apple.cfprefsd.xpc.daemon[7601]) Exited: Killed: 9
8/15/12 4:40:56.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7601 [cfprefsd]
8/15/12 4:40:59.349 PM com.apple.launchd[1]: (com.apple.xpcd.F5010000-0000-0000-0000-000000000000[7600]) Exited: Killed: 9
8/15/12 4:40:59.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7600 [xpcd]
8/15/12 4:40:59.748 PM com.apple.launchd.peruser.501[133]: (com.apple.cfprefsd.xpc.agent[7595]) Exited: Killed: 9
8/15/12 4:40:59.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7595 [cfprefsd]
8/15/12 4:41:00.031 PM com.apple.launchd[1]: (com.apple.sleepservicesd[7594]) Exited: Killed: 9
8/15/12 4:41:00.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7594 [SleepServicesD]
8/15/12 4:41:00.594 PM com.apple.launchd.peruser.501[133]: ([0x0-0x5a15a1].com.apple.inputmethod.ironwood[7578]) Exited: Killed: 9
8/15/12 4:41:00.000 PM kernel[0]: memorystatus_thread: idle exiting pid 7578 [DictationIM]
8/15/12 4:45:55.214 PM coreservicesd[63]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=127
8/15/12 4:48:00.759 PM coreservicesd[63]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=115
I checked the console after previous crashes, and the only comments I remember seeing in common are the last two.
If anyone can help me figure out what's going on, it would be appreciated.

I doubt that any of that is related, but you might as well fix it.
The procedure below will unlock and reset the permissions of all files in a user folder under OS X 10.7.4 or later. If you're running an earlier version of 10.7, update to the latest version first. This procedure should not be used with OS X versions older than 10.7.4.
Back up all data before you begin.
Part A
Enter the following shell command in the same way as above (without typing):
sudo chflags -R nouchg,nouappnd ~ $TMPDIR..
You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. If you don’t have a login password, you’ll need to set one before you can run the command.
The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
Part B
Step 1
Click the Finder icon in the Dock. A Finder window will open.
Step 2
Press the following key combinations, in the order given:
Command-3
Shift-command-H
Command-I (the letter "I" as in "Info")
The Info window of your home folder will open.
Step 3
Click the lock icon in the lower right corner and authenticate with the name and login password of an administrator on the system. If you have only one user account, you are the administrator.
Step 4
In the Sharing & Permissions section of the window, verify that you have "Read & Write" privileges. If not, use the "+" and "-" buttons in the lower left corner to make the necessary changes.
Step 5
By default, the groups "staff" and "everyone" have "Read Only" privileges. With those settings, the files at the top level of your home folder will be readable by other local users. You can change the privileges to "No Access" if you wish, but then your Public and Drop Box folders will be inaccessible to others, and Personal Web Sharing won't work. Most likely, you don't need to change these settings.
Step 6
If there are entries in the Sharing & Permissions list for users or groups besides "me," "staff," and "everyone," delete them.
Step 7
Click the gear icon at the bottom of the Info window and select Apply to enclosed items... from the drop-down menu. Confirm. The operation may take several minutes to complete. When it does, close the Info window.

Similar Messages

  • Fix for Safari Freezing Entire System

    You can read the EXPLANATION or just jump right to the SOLUTION.
    EXPLANATION
    So in the past two days my Safari started freezing after using it for a mere few minutes.  I'd get the spinning beachball and my system became unresponsive.   I couldn't force close anything nor could I even access the force-close window (command+option+ESC).
    This problem was also affecting Apple Mail because it uses Safari/WebKit to preview HTML in the messages.
    I tried repairing permissions, I tried disabling extensions, etc.  Nothing worked.  While I was doing this, I pulled my MacBook Pro out of my bag and started using it to try and get some work done in my office concurrently.  Well, all of a sudden IT started crashing with Safari as well!
    This got my thinking, perhaps there was a bookmark or setting issue that was being synced via iCloud.  So I unchecked Safari sync from the iCloud Preferences panel and also inside iCloud Drive.
    I then followed the instructions below, which basically removes all of my Safari prefs, bookmarks, etc and reverts it to a clean, pristine install.  Yes I lost my bookmarks.  I have backups and will manually add them again.  I've been using Pocket (GetPocket.com) anyway so no big loss to me.
    Regardless, I've been using Safari for the past 30 minutes with my extensions re-installed and no freezing, no issues at all.
    Taken from: Reset Safari Settings/Preferences
    Note: The following will make a backup of all of your Safari prefs and copy it to a folder on your Desktop.  It will then reset Safari to default.
    SOLUTION:
    Open a terminal window and just copy/paste the following into the terminal window and press RETURN / ENTER:
    mv ~/Library/Safari ~/Desktop/Safari-`date +%Y%m%d%H%M%S`; \
    rm -Rf ~/Library/Caches/Apple\ -\ Safari\ -\ Safari\ Extensions\ Gallery; \
    rm -Rf ~/Library/Caches/Metadata/Safari; \
    rm -Rf ~/Library/Caches/com.apple.Safari; \
    rm -Rf ~/Library/Caches/com.apple.WebKit.PluginProcess; \
    rm -Rf ~/Library/Cookies/Cookies.binarycookies; \
    rm -Rf ~/Library/Preferences/Apple\ -\ Safari\ -\ Safari\ Extensions\ Gallery; \
    rm -Rf ~/Library/Preferences/com.apple.Safari.LSSharedFileList.plist; \
    rm -Rf ~/Library/Preferences/com.apple.Safari.RSS.plist; \
    rm -Rf ~/Library/Preferences/com.apple.Safari.plist; \
    rm -Rf ~/Library/Preferences/com.apple.WebFoundation.plist; \
    rm -Rf ~/Library/Preferences/com.apple.WebKit.PluginHost.plist; \
    rm -Rf ~/Library/Preferences/com.apple.WebKit.PluginProcess.plist; \
    rm -Rf ~/Library/PubSub/Database; \
    rm -Rf ~/Library/Saved\ Application\ State/com.apple.Safari.savedState
    Hope this helps other folks until the actual culprit is identified.
    Best,
    M.

    UPDATE:
    I copied my Bookmarks.plist file back to my Library/Safari folder from the copy that was created in the Safari backup folder on my desktop in the previous message.  Safari continues to work and I have my bookmarks back.
    Michael

  • Safari constantly freezes and is slow.  Just fix it Apple.  Who do you think you are, Microsoft?

    Safari constantly freezes and is incredably slow.  I have tried every "fix" on the Internet. Nothing works.  Just fix it Apple.  Stop pretending it is not a problem. 

    *********** PROBLEMS FIXED ************
    I have spent the last month trying to get my iPad 2 running like it did before 8.0 and 8.1. Finally chatted with Apple support for two hours trying many things. Then I  followed their instructions to do a full factory reset, reinstalled all my apps, and recreated all of my email accounts.
    Nothing, nothing, nothing worked! My iPad still runs crappy and web browsing (on any browser) was still tortuously slow and choppy.
    Then I tried this..... I put the iPad on a shelf,  went out and bought a Surface Pro 3. Now my tablet is running with lightning speed with an abundance of apps, and the user interface is performing great!
    Bye Bye Apple.

  • Please tell me how to make websites think Safari is Explorer

    Hi there,
    I ran across an article a the other day where it said how you could make websites think that Safari is Internet Explorer. I forgot to bookmark the pg. and forgot what it said to do.
    I stopped using Safari a while back in favor of Fairefox cuz, even though Firefox freezes on me sometimes, Safari will not connect to certain servers...period ("YouSendIt" is a good example...just plain won't send on Safari, but no prob on Firefox). So anyways...this article I read mentioned that many webmasters deliberately make their servers not respond to Safari (so few users...not worth the trouble to script for Safari to many webmasters apparently). The article said that the solution was that there is a way to make servers think Safari is IE (or Firefox or whatever).
    So...I hope someone reading this knows what I'm talking about and can tell me the answer. Thanx a lot! *thumbs up*

    Mr. Eeee,
    Enabling a Debug Menu, and Setting Safari to Spoof Another Browser will help you change the user agent.
    ;~)

  • DiskUtility  cannot repair Permission difference: applications/Safari and freezes

    DiskUtility  cannot repair Permission difference: applications/Safari and freezes.
    The message I receive is:
    "Permissions differ on "Applications/Safari.app/contents/Resources....sources/index-html"
    should be: lrwxr-xr-x
    They are: -rwxr-xr-x.
    This is a brand new computer.
    DiskUtility keeps running for hours and then just freezes the PC
    Please I need assistance
    Sally

    Although it’s immensely popular, repairing permissions is a waste of time unless you have a specific indication of a permission error involving system files, which is rare, or a startup failure. It is not a universal rite of healing for computers. It has traditionally spewed bogus warning messages that mean absolutely nothing.
    The built-in help for Disk Utility reads in part:
    If you see an alert or a message that says your permissions are set incorrectly, you can correct the disk’s permissions by clicking Repair Disk Permissions.
    It’s justifiable, though rarely necessary, to repair permissions after running a third-party software installer, as defective installers have been known to damage the permissions of system files.

  • Safari keeps freezing after the 5.1.4 update

    Safari keeps freezing up after the 5.1.4 update. I have no extensions. I also tried using firefox and it too freezes so it might not just be a safari problem.

    I'm convinced that something is possibly broken in Safari 5.1.4.  It's the first Safari update that has actually forced me back into using Google Chrome.  I've had intermittent beach balls and system wide stalls since moving to 10.7.3 (including Safari 5.1.4).  Removed every extension in Safari without avail.  Activity Monitor and Console never conclusively pinned down the culprit.  I finally moved back to Chrome, and my system is working again as intended.

  • Safari always freezes

    Safari constantly freezes up & I get the pinwheel.. the only way to reduce the pinwheel frequency is to open Chrome & minimize the page, then continue using Safari.. (Chrome is completely NON-usable for any other purpose since this started also)... this happens on just about every single webpage I try to view, from hotmail to facebook to google search page!
    I have updated my Flash player, scanned with ClamXav (found 2 malware, since deleted), tried Memory Clean, but still the problem persists.. it started shortly after I installed the last OS X update..
    Please if anyone has any suggestions that can stop me from going back to my WIndows laptop, I would appreciate the help!
    MacBook Pro 15-inch, Mid 2010
    Mac OS X 10.8.2 (12C60)
    Safari version 6.0.2 (8536.26.17) with Adblock & Facebook Photo Zoom extensions installed (still freezes even if the extensions are removed)

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Safari Crashing/Freezing with Yahoo Mail

    I think this has already been mentioned but hoping Apple will do something about it if we keep bugging them.
    Safari keeps freezing when I try to attach a file using Yahoo Mail. I have to force quit, even though it doesn't say that Safari's unresponsive.
    Combined with the fact that Safari has also become very slow at loading pages, if they load at all, I've reverted to using Firefox. Thanks for the version 5.0 update, really regret installing it.

    HI,
    I think this has already been mentioned but hoping Apple will do something about it
    It's not Apple's responsibility to update third party software.
    If you have BrowserPlus installed, it's not compatible with Safari 5.
    How to uninstall BrowserPlus: http://help.yahoo.com/l/us/yahoo/browserplus/uninstall.html
    You can contact Yahoo here for that. http://help.yahoo.com/l/us/yahoo/mail/yahoomail/contactus/index.html
    You're not the only Yahoo user having problems with this... http://discussions.apple.com/message.jspa?messageID=11661807#11661807
    Carolyn

  • Safari 6 freezes with OSX 10.7.5

    I'm using a recent Safari 6.1.6 update - and am now experiencing a problem I never had before with Safari on my OSX 10.7.5 MacBook Air system.
    I am unable to use Safari for more than fifteen minutes or so before it freezes, and always when I'm switching to a new tab to view something. I never have more than six or seven tabs open. This is particularly irritating when I'm downloading material at the time, which is instantly lost, of course. Safari did freeze with earlier versions, but rarely more than once or twice a week.
    Is there a way to return to earlier versions of Safari? Would this help? Any suggestions - preferable a solution - gratefully received.

    I'm using a recent Safari 6.1.6 update - and am now experiencing a problem I never had before with Safari on my OSX 10.7.5 MacBook Air system.
    I am unable to use Safari for more than fifteen minutes or so before it freezes, and always when I'm switching to a new tab to view something. I never have more than six or seven tabs open. This is particularly irritating when I'm downloading material at the time, which is instantly lost, of course. Safari did freeze with earlier versions, but rarely more than once or twice a week.
    Is there a way to return to earlier versions of Safari? Would this help? Any suggestions - preferable a solution - gratefully received.

  • Safari 4 freezes

    I had a 'normal' safari 4 only for a couple of days (after I installed it). since yesterday when I open the application it takes forever to upload the page content; when it finally does and I click on any part of the website, either to open a new tab or a new website the colourful wheel spins forever. I have tried most of the suggestions from different forums (reset safari, delete some files, re-install it, etc). the only thing I haven't been able to do is to get rid of a DNS server that is on my list but I can't click on it as it looks grey not black like the others.. I wonder if it has something to do with the whole safari crashing/freezing/being slow! I don't like firefox at all... help!!!

    Did it and crashed again!!!
    Process: Safari [203]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.1 (5530.18)
    Build Info: WebBrowser-55301800~1
    Code Type: X86 (Native)
    Parent Process: launchd [87]
    Interval Since Last Report: 13020 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 116 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2009-06-25 19:00:47.556 +0100
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: 986042EE-0DAD-4938-AF4B-7BCE3F4F9A90
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000003c
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.WebCore 0x9574718b WebCore::WidthIterator::advance(int, WebCore::GlyphBuffer*) + 811
    1 com.apple.WebCore 0x95d4ea52 WebCore::Font::floatWidthForSimpleText(WebCore::TextRun const&, WebCore::GlyphBuffer*, ***::HashSet<WebCore::SimpleFontData const*, ***::PtrHash<WebCore::SimpleFontData const*>, ***::HashTraits<WebCore::SimpleFontData const*> >*) const + 66
    2 com.apple.WebCore 0x95746be8 WebCore::Font::floatWidth(WebCore::TextRun const&, ***::HashSet<WebCore::SimpleFontData const*, ***::PtrHash<WebCore::SimpleFontData const*>, ***::HashTraits<WebCore::SimpleFontData const*> >*) const + 136
    3 com.apple.WebCore 0x95748448 _ZN7WebCoreL11stringWidthERKNS4FontEPKtjb + 104
    4 com.apple.WebCore 0x957464a4 _ZN7WebCoreL14truncateStringERKNS_6StringEfRKNS_4FontEPFjS2jjPtEb + 148
    5 com.apple.WebCore 0x957463f8 WebCore::StringTruncator::centerTruncate(WebCore::String const&, float, WebCore::Font const&, bool) + 56
    6 com.apple.WebKit 0x9241b3b6 +[WebStringTruncator centerTruncateString:toWidth:withFont:] + 86
    7 com.apple.Safari 0x000162ee 0x1000 + 86766
    8 com.apple.Safari 0x000161b9 0x1000 + 86457
    9 com.apple.Safari 0x0001f1fd 0x1000 + 123389
    10 com.apple.Safari 0x0001f0b0 0x1000 + 123056
    11 com.apple.Safari 0x0003328c 0x1000 + 205452
    12 com.apple.Foundation 0x970de89e __NSFireDelayedPerform + 382
    13 com.apple.CoreFoundation 0x96565ac5 CFRunLoopRunSpecific + 4469
    14 com.apple.CoreFoundation 0x96565c78 CFRunLoopRunInMode + 88
    15 com.apple.HIToolbox 0x94eb028c RunCurrentEventLoopInMode + 283
    16 com.apple.HIToolbox 0x94eb00a5 ReceiveNextEventCommon + 374
    17 com.apple.HIToolbox 0x94eaff19 BlockUntilNextEventMatchingListInMode + 106
    18 com.apple.AppKit 0x91c4fd0d _DPSNextEvent + 657
    19 com.apple.AppKit 0x91c4f5c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    20 com.apple.Safari 0x0000cac3 0x1000 + 47811
    21 com.apple.AppKit 0x91c485fb -[NSApplication run] + 795
    22 com.apple.AppKit 0x91c15834 NSApplicationMain + 574
    23 com.apple.Safari 0x000032a2 0x1000 + 8866
    Thread 1:
    0 libSystem.B.dylib 0x93e7646e _semwaitsignal + 10
    1 libSystem.B.dylib 0x93ea0dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x956d8584 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x956d4409 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    5 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x93e6f286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93e76a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x9656504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96565c78 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x94d97298 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    6 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x93e7646e _semwaitsignal + 10
    1 libSystem.B.dylib 0x93ea0dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x93bff741 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x95740bd5 WebCore::LocalStorageThread::localStorageThread() + 325
    4 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    5 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x93e6f286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93e76a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x9656504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96565c78 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00026b55 0x1000 + 154453
    5 com.apple.Safari 0x00026870 0x1000 + 153712
    6 com.apple.Safari 0x000267fb 0x1000 + 153595
    7 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    8 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x93e6f286 machmsgtrap + 10
    1 libSystem.B.dylib 0x93e76a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x9656504e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96565c78 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x970de3e5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x970ea504 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.Safari 0x00034bc6 0x1000 + 211910
    7 com.apple.Foundation 0x970a9e0d -[NSThread main] + 45
    8 com.apple.Foundation 0x970a99b4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    10 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x93eb11fa pread$UNIX2003 + 10
    1 libsqlite3.0.dylib 0x904ae210 sqlite3PagerAcquire + 3888
    2 libsqlite3.0.dylib 0x904b76b7 accessPayload + 919
    3 libsqlite3.0.dylib 0x904b90a4 sqlite3VdbeMemFromBtree + 692
    4 libsqlite3.0.dylib 0x9050b285 sqlite3VdbeExec + 46565
    5 libsqlite3.0.dylib 0x9050bea2 sqlite3Step + 386
    6 libsqlite3.0.dylib 0x9050c55d sqlite3_step + 29
    7 com.apple.CFNetwork 0x94d98796 _CFURLCache::ExecuteSQLSelectAndCreateResponse(_CFString const*) + 374
    8 com.apple.CFNetwork 0x94d985f5 _CFURLCache::LookupCachedURLResponse(_CFURLCacheNode*) + 33
    9 com.apple.CFNetwork 0x94dc1e7d _CFURLCache::CopyResponseForRequest(CFURLRequest const*, bool) + 449
    10 com.apple.CFNetwork 0x94dc1f87 _CFURLCacheCopyResponseForRequest(CFURLCache const*, _CFURLRequest const*, bool) + 65
    11 com.apple.CFNetwork 0x94e1951b URLConnectionLoader::loaderScheduleLoad(_CFURLRequest const*) + 143
    12 com.apple.CFNetwork 0x94e18753 URLConnectionLoader::LoaderConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XLoaderEvent, XLoaderEventParams>*, long) + 239
    13 com.apple.CFNetwork 0x94e18bdd URLConnectionLoader::processEvents() + 95
    14 com.apple.CFNetwork 0x94dc3dbf MultiplexerSource::perform() + 189
    15 com.apple.CoreFoundation 0x96565595 CFRunLoopRunSpecific + 3141
    16 com.apple.CoreFoundation 0x96565c78 CFRunLoopRunInMode + 88
    17 com.apple.Foundation 0x9710d530 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    18 com.apple.Foundation 0x970a9e0d -[NSThread main] + 45
    19 com.apple.Foundation 0x970a99b4 _NSThread__main_ + 308
    20 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    21 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x93ebe6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    2 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x93e97c7e write$UNIX2003 + 10
    1 com.apple.Foundation 0x970fea1b _NSWriteBytesToFile + 59
    2 com.apple.Foundation 0x970fe975 -[NSData(NSData) writeToFile:atomically:] + 117
    3 com.apple.Safari 0x00134ada 0x1000 + 1260250
    4 com.apple.Safari 0x00134b1c 0x1000 + 1260316
    5 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    6 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0xffff0a56 __memcpy + 694 (cpu_capabilities.h:246)
    1 com.apple.CoreFoundation 0x9652b6a0 dataWrite + 112
    2 com.apple.CoreFoundation 0x9657a9e3 CFWriteStreamWrite + 579
    3 com.apple.CoreFoundation 0x964ffea5 writeBytes + 101
    4 com.apple.CoreFoundation 0x9650429f __CFBinaryPlistWriteToStream + 2655
    5 com.apple.Foundation 0x9712716e +[NSPropertyListSerialization dataFromPropertyList:format:errorDescription:] + 94
    6 com.apple.Safari 0x0004af8a 0x1000 + 302986
    7 com.apple.Safari 0x0004aeef 0x1000 + 302831
    8 com.apple.Safari 0x0004ac19 0x1000 + 302105
    9 com.apple.Safari 0x0004a7ae 0x1000 + 300974
    10 com.apple.Foundation 0x970a9e0d -[NSThread main] + 45
    11 com.apple.Foundation 0x970a99b4 _NSThread__main_ + 308
    12 libSystem.B.dylib 0x93ea0155 pthreadstart + 321
    13 libSystem.B.dylib 0x93ea0012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x95746e71 ecx: 0x00654390 edx: 0x00000040
    edi: 0x00000008 esi: 0x00000000 ebp: 0xbfffd7a8 esp: 0xbfffd6c0
    ss: 0x0000001f efl: 0x00010246 eip: 0x9574718b cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0000003c
    Binary Images:
    0x1000 - 0x271ff2 com.apple.Safari 4.0.1 (5530.18) <e0e55e9f896480efade8f8dca2bcca32> /Applications/Safari.app/Contents/MacOS/Safari
    0x2d0000 - 0x2dfffc SyndicationUI ??? (???) <4bfd6fbc102be03e5fb08374be0ca362> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x2ef000 - 0x3f5ff7 com.apple.PubSub 1.0.4 (65.11) <296d6ac9aec1acb5386e761bcd8e4d47> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x11e27000 - 0x1202efef com.apple.RawCamera.bundle 2.0.15 (471) <557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x153f0000 - 0x153f5ff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x90082ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x900c0000 - 0x9047efea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9047f000 - 0x9048bffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9048c000 - 0x90513ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x90514000 - 0x908b1fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x908b2000 - 0x908b2ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x918fd000 - 0x918fdffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9192e000 - 0x91933fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91934000 - 0x91c0eff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91c0f000 - 0x9240dfef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9240e000 - 0x924e7ff7 com.apple.WebKit 5530.18 (5530.18) <08df2c1fd856bd9b672993dacb18495a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x924e8000 - 0x9259affb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x9259b000 - 0x925a8fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9270d000 - 0x9277ffff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92780000 - 0x92785fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92786000 - 0x927d5fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x927d6000 - 0x92816fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x92817000 - 0x9281dfff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9281e000 - 0x928fefff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x92977000 - 0x93017fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93018000 - 0x93018ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93019000 - 0x93020ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x93039000 - 0x93039ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9303a000 - 0x9303bffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9303c000 - 0x9303eff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9303f000 - 0x9306cfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9306d000 - 0x9311dfff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9311e000 - 0x93122fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93123000 - 0x935f4fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x935f5000 - 0x9367ffe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93685000 - 0x936ebffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x936ec000 - 0x93701ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93702000 - 0x93795fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93796000 - 0x937d8fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93889000 - 0x93899fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x938a2000 - 0x938d3ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x938eb000 - 0x938f4fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x938f5000 - 0x93910ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93911000 - 0x9398bff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9398c000 - 0x9398cffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93bf6000 - 0x93bf6ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93bf7000 - 0x93d7efeb com.apple.JavaScriptCore 5530 (5530.17) <687d2f3063f4d922f233623d8f219822> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93e6e000 - 0x93fd5ff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x93fd6000 - 0x94001fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x94002000 - 0x94040fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94041000 - 0x9404cfe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9404d000 - 0x9409eff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9409f000 - 0x9412bff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9412c000 - 0x9412cfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9412d000 - 0x94139ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9413a000 - 0x9430bffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9430c000 - 0x94324ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94325000 - 0x94349feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x9434a000 - 0x94393fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94394000 - 0x943f1ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x943f2000 - 0x944b9ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x944ba000 - 0x944f4ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x944f5000 - 0x9450bfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9451c000 - 0x9455bfef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9455c000 - 0x945e8ff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x945e9000 - 0x945ecfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x945ed000 - 0x9461ffff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94620000 - 0x94620ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94621000 - 0x94759fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9475f000 - 0x94764fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94765000 - 0x94774ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94775000 - 0x9482cff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9482d000 - 0x94973ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94974000 - 0x94976fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94a6c000 - 0x94d92fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94d93000 - 0x94d93ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94d94000 - 0x94e38fec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94e39000 - 0x94e70fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94e71000 - 0x94e7fffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x94e80000 - 0x95188fff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95189000 - 0x9518dfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9518e000 - 0x95276ff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95277000 - 0x95277ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95278000 - 0x95278ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95279000 - 0x952a1ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x952bf000 - 0x952deffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9546f000 - 0x95498fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x95499000 - 0x9557aff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x9557b000 - 0x956cdff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x956ce000 - 0x956d0ffd com.apple.CrashReporterSupport 10.5.7 (161) <dc6dfd99e332f53791f5c0a4e6889cb3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x956d1000 - 0x95f61fff com.apple.WebCore 5530.18 (5530.18) <bed2e1280e908e17419ce0a159c19caa> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95f62000 - 0x960e1fff com.apple.AddressBook.framework 4.1.2 (700) <41a71b250286dc8d8bcee30784b894c8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x960e2000 - 0x9611cfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9616c000 - 0x96237fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96238000 - 0x96292ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x962c8000 - 0x962d8ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x962d9000 - 0x9630ffef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x96310000 - 0x96449ff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x9644a000 - 0x964c7feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x964c8000 - 0x964f1fff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x964f2000 - 0x96625fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96626000 - 0x966cdfeb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x966ce000 - 0x966fdfe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x966fe000 - 0x968baff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x968bb000 - 0x96975fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96976000 - 0x96d86fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96d87000 - 0x96e1aff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96e1b000 - 0x96e22fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x96e23000 - 0x96e2bfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96e2c000 - 0x96e6dfe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96e6e000 - 0x96e8cff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96e8d000 - 0x96e9cfff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x96e9d000 - 0x96f1afef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96f1b000 - 0x96f77ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96f78000 - 0x96f7fff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x96f80000 - 0x96fd9ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9709f000 - 0x9731bfe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9731c000 - 0x9733afff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x9734d000 - 0x97371fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x97372000 - 0x9737cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9737d000 - 0x9739aff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9739b000 - 0x973e5fe1 com.apple.securityinterface 3.0.2 (36684) <7109034b9898a11506fc67e887e69d2b> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x973eb000 - 0x97403fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Keyboard numeric pad causes safari to freeze.

    I have an aluminuium wired keyboard, and since I downloaded the latest software update this week, the numeric keypad doesnt work, and casues Safari to freeze and i have  to force quit.  I have snow leopard. Any ideas?  I have a magic mouse which up till this week is my pride and joy!

    I don't know about making Safari freeze, but if the numbers don't work, you may have the option to use it instead of the mouse turned on.
    Check System Prefs > Universal Access > Mouse for the Mouse Keys ON button.

  • Safari 4 Freezing

    I'm having a ton of trouble with the new Safari freezing... I'm pretty computer illiterate so if anyone can help me in plain terms I would greatly appreciate it!!! Thank you!!!

    I have the same problem with safari (4.0.3), when i am listening music (deezer) safari's freezing, but i have to turn off the mac because the system's freezing too...

  • Safari keeps freezing since loading Yosemite when first released

    my safari keeps freezing daily since loading Yosemite when the new operating system was first released.

    When you have the problem, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Iphoto gallery getting slow java script errors and freezing up system

    Iphoto 08 freezing up system and causing slow java errors other users can't get pages to load fast enough, even with high speed connections anyone know what's going on???

    Shawn:
    I'm surprised you were able to even install it since the system requirements are 10.4.9 or later and Quicktime 7.2. If you were abel to install that may be the reason you're having problems.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • HT5364 Adobe flash player not working on Safari after being installed, System OS X 10.9.2 has been just updated to Maverick

    Adobe flash player not working on Safari after being installed, System OS X 10.9.2 has been just updated to Maverick

        Enable Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Click "Manage Website Settings"
        Highlight "Adobe Flash Player", "Allow" and then "Done".

Maybe you are looking for