QtWebkit based browsers freeze/crash

Hello everybody! I'm using arch x86_64 on my laptop for quite some while now.
I have a strange issue with qtwebkit based browsers (QupZilla,Konqueror,Rekonq), just as I try to open an URL or search something Konqueror and Rekonq freeze. They are completely stuck and nothing responds, if I wait long enough (sometimes 1min+) it finally loads the page but it's unusable.
Qupzilla keeps being responsive but does not display any content, clicking on the page makes the application crash.
The crashlog:
Time: Wed Jan 16 19:00:38 2013
Qt version: 4.8.4 (compiled with 4.8.3)
QupZilla version: 1.3.5
WebKit version: 537.21
============== BACKTRACE ==============
#0: qupzilla() [0x402bac]
#1: /usr/lib/libc.so.6(+0x35340) [0x7fcbc109f340]
#2: /usr/lib/libQtWebKit.so.4(+0xc997a9) [0x7fcbc37437a9]
#3: /usr/lib/libQtWebKit.so.4(+0x4017f8) [0x7fcbc2eab7f8]
#4: /usr/lib/libQtWebKit.so.4(_ZNK9QWebFrame14hitTestContentERK6QPoint+0x132) [0x7fcbc2eabe12]
#5: /usr/lib/libQtWebKit.so.4(_ZNK8QWebPage7frameAtERK6QPoint+0x50) [0x7fcbc2ebe8d0]
#6: /usr/lib/libQupZilla.so.1(_ZN7WebView15mousePressEventEP11QMouseEvent+0x157) [0x7fcbc4fd2b67]
#7: /usr/lib/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x910) [0x7fcbc2020a30]
#8: /usr/lib/libQtWebKit.so.4(_ZN8QWebView5eventEP6QEvent+0x77) [0x7fcbc2ec58d7]
#9: /usr/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xac) [0x7fcbc1fd118c]
#10: /usr/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x99b) [0x7fcbc1fd5e6b]
#11: /usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8e) [0x7fcbc1aa76ae]
#12: /usr/lib/libQtGui.so.4(_ZN19QApplicationPrivate14sendMouseEventEP7QWidgetP11QMouseEventS1_S1_PS1_R8QPointerIS0_Eb+0x14b) [0x7fcbc1fd1fcb]
#13: /usr/lib/libQtGui.so.4(+0x245ad4) [0x7fcbc204cad4]
#14: /usr/lib/libQtGui.so.4(_ZN12QApplication15x11ProcessEventEP7_XEvent+0xb11) [0x7fcbc204b861]
#15: /usr/lib/libQtGui.so.4(+0x26aa22) [0x7fcbc2071a22]
#16: /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x135) [0x7fcbbe470845]
#17: /usr/lib/libglib-2.0.so.0(+0x47b78) [0x7fcbbe470b78]
#18: /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x34) [0x7fcbbe470c34]
#19: /usr/lib/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x66) [0x7fcbc1ad5b66]
#20: /usr/lib/libQtGui.so.4(+0x26a69e) [0x7fcbc207169e]
#21: /usr/lib/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7fcbc1aa63ff]
#22: /usr/lib/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x138) [0x7fcbc1aa6688]
#23: /usr/lib/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x88) [0x7fcbc1aab328]
#24: qupzilla() [0x402697]
#25: /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7fcbc108ba15]
#26: qupzilla() [0x402971]
Package versions:
extra/qtwebkit 2.3git20130115-1
community/qupzilla 1.3.5-3
extra/kdebase-konqueror 4.9.5-1
community/rekonq 2.0-2
No issues with Chromium,Firefox,Opera,Midori. There's some problem with the QtWebkit library it seems. Any ideas on how to fix this?

seth wrote:
Apparently there was an update from 2.2 to 2.3git, but at least qupzilla wasn't even rebuilt.
Use ARM to downgrade qtwebkit until the resp. maintainers notice this apparent ABI break and provide rebuilds of the using packages
http://arm.konnichi.com/search/index.ph … ommunity=1
pacman -U http://arm.konnichi.com/extra/os/x86_64 … pkg.tar.xz
Hi seth! Thank you for replying.
I investigated the issue a bit further. I'm using a zen kernel with custom config. And since I've seen no one else having trouble with the concerned applications, I thought it might also be possible there's something I enabled in the kernel that these programs didn't like instead of it being a qtwebkit problem.
Indeed, booting up the stock arch kernel I seemingly couldn't reproduce the issue. In zen when starting and using these applications I saw the worker "uksmd" go up and down in the process list (I had Ultra KSM enabled in my kernel configs for quite some while), after seeing a few comments about how it could use up quite a bit of processor time I disabled it and recompiled the kernel. After boot Konqueror, Rekonq were usable and didn't freeze. Qupzilla was only usable after downgrading qtwebkit as you told me.
The thing is, after a while Konqueror and Rekonq became stuck/frozen again (starting them again after a couple of minutes, though I was running Chromium in between to do some more research so it may have something to do with that...) surprisingly QupZilla is not having these issues.
I have my doubts that uksm is really responsible. I need to do some longer and more extensive tests with the arch kernel.
EDIT: Alright, I can say with certainty now that the same happens with the stock arch kernel. The issue manifests itself after a couple of minutes after booting up the system, Konqueror and Rekonq become unusable and freeze. They behave normally, without freezing, if you launch them a short time after the system is ready to use.
As I see it, Uksm is not the cause of this problem.
EDIT2: I think I found the real cause. In KDE's Network Settings I enabled "Detect proxy configuration automatically" because at my University we need to go through a proxy server to access the internet. Chromium uses these settings automatically and it works as intended. But having this enabled makes Rekonq or Konqueror crawl.
Last edited by popsUlfr (2013-01-18 19:56:05)

Similar Messages

  • Pavilion Elite e9180f freezes, crashes, BSOD

    I am one of the many unhappy customers who bought this piece of junk (Pavilion Elite e9180f) and waited too long to return it because in my naivete, I thought it was some kind of simple software issue.  Nope!  It's definitely something wrong with the hardware, because the freezes and crashes have been happening since day 1, right when I took the thing out of the box.
    Yeah, the system is fast and runs Windows Vista great, when it's actually WORKING, which is usually only guaranteed for about the first 5 minutes after you power the system on and boot windows.  After that, it's just buying time before it crashes again.  Forget trying to get anything done on this computer.  Forget about asking this PC to play a video or music file without the files "stuttering" during playback.  Even my 7 year old Sony Vaio which is running XP can handle playing an MP3 file without stuttering and crashing!
    Like everyone else, the freezes and crashes happen either one of two ways:
    1) The machine begins to "stutter", stutter more, then freeze/crash.  When I say stutter, I mean I move the mouse, the pointer graphic will hesitate on the screen and lag behind.  If you start to play a video or music file, this manifests in an audible "stutter".  The stuttering gets worse and worse as minutes pass until eventually it freezes for good, blasting that 1/50th second moment of audio into infinity.  You have to reboot immediately if you don't want to go deaf or be driven mad.
    2)  I will be doing nothing at the time (example, I close all programs out and leave Windows sitting on the main desktop screen), I'll walk out of the room for a minute, then come back and find I can't move the mouse. This system will often lock-up without any warning!
    Sometimes I'll get a BSOD or error screen, sometimes I won't (in which case your only option is to do a cold re-boot.)  When I do get the BSOD, the error is ALWAYS the "did not get a response from the secondary processor" yada yada.  I wish HP would just admit they shipped this model out with a bad processor/motherboard/whatever and do an official recall.  I have owned PCs for the last 13 years and this is the worst and most consistently disappointing experience I have ever had.
    What is the hardware issue?  Which part is the lemon part?  The motherboard?  The processor?  The BSODs seem to indicate a bad processor.  I do have the Pegatron Truckee version 1.03 motherboard.  Is that the problem?
    P.S.  I have contacted HP on many occasions about this, literally stayed on the phone for hours with "customer support" (according to one HP rep, 80% of their customer service reps are based outside of the United States...good luck getting any "technical" help from them) to no avail.  I did talk to one nice tech support guy in Canada who said "it sounds like your unit has a bad processor", so he had HP send me a box to ship my unit to their repair center so they can replace the processor.  However, I have also had HP reps tell me it could be anything from the memory to the hard drive.  Multiple HP reps claimed to me that they have "received no complaints" about this system.  One guy told me he "thought he got an email last week" regarding "something" about the system, but couldn't remember what it was and he put me on hold while he searched for the email.  He never found it.  What a joke.
    EDIT:  Just to clarify, the crashing issue has been happening since day one, but initially I thought it was an issue with Vista.  I had never owned or used Vista before, so I thought maybe Vista was just unstable.  Nope.  I know several people who own Vista and have never experienced these issues.  I have downloaded every update from Microsoft/Windows Update.  I have upgraded to Vista SP2 with all the latest drivers and software for all of my hardware.  No luck.  It is definitely a hardware issue.  Thank god HP's warranty is good for 1 year (I bought my Elite in July).
    Message Edited by Doonyman on 09-24-2009 02:58 AM

    Unfortunately I have to add my disastrous encounter with HP's E9180F a true lemon HP is selling. I must take some responsibility for not carefully researching this model before I purchased, but I trusted the HP name and got stung- big time.
    The scoundrel  :
    HP and its Pavilion Elite e9180f
    Windows 7 64bit
    motherboard - Pegatron  Truckee ver 1.03
    BIOS ver  5.22Intel Core i7 920 @ 2.67GHz
    Memory 9206 MB Ram   
    As so many others have reported my HP E9180f started locking up and going to BSOD right out of the box. My first freeze-up came when I was doing the Windows update process. At first I didn't think much about it but I started getting random freezes a couple time a day. At that point I went online to see if others had experienced the same problem and perhaps had a fix. What I found was very troubling;  I found extensive documentation describing my exact problems and what was really horrifying was the reports of how ridiculous HP's help services were treating people with the problem. At first I didn't totally believe what I was reading on HP's own customer forum; I do now.
    ·         I've went through the total recovery process three times now, HP techs have spent hours remotely running my computer, (yes it did lock up on them to)
    ·         I had to upgraded the BIOS. (HP tech tried, said he had, but he hadn't)
    ·         I was directed to clear the BIOS (luckily for me I had the tools
    ·         Updated all drivers again and again.
    ·         Next I was asked to remove the video card, memory, and motherboard power cable and reseat them. I declined because I didn't want to give HP any reason to void my HP 2 year House Call Care Pack which covers this unit. When I invited HP to send a service tech out to perform these tasks, they said that house call only covers part replacement, we weren't replacing a part. I couldn't believe what I was told. Are you feeling my frustration?  
    Keep in mind that each time HP requests that I make changes, they then ask me to test the system, which I did and each time with the same result, BSOD
    I'm heading into my fifth week of working with HP to fix this problem. and I still haven't even been able to get my case moved up to a senior case manager, what a joke HP's help process is.
     One conversation I loved was;
    HP tech: "I'll have a senior case manager call you within 24 hours."
    Skeptical me: "What should I do if I don't get a call?"
    Silence, no response.
    Me again: "What should I do if I don't get a call?"
    HP tech: "That's an impossibility."
    Guess what? The impossibility became reality (I bet you guessed) .
    HP's last stall tactic was to have me fax them my proof of purchase and invoice and call back in 24 hours. Where have I heard that before? Apparently nothing can go forward until they receive it. So I faxed them the stuff within 10 minutes, and when I called back 24 hours later, guess what, you're right it wasn't on their system yet. I asked couldn't I be escalated to a senior case manager  (it's apparent that only a senior case manager can do anything). "No," was the tech's reply, "call back again later".
    Please if anyone out there knows the secrete to getting a senior case manager, or an HP tech support number here in the U.S. so I can get this thing fixed I'd love to know it.
    Fast becoming HP never again.      

  • Photo Booth freezing/crashing Mavericks OS. How can I fix this?

    I downloaded Mavericks via Apple on November 5.  Before installing it I made sure my Mac system was totally functional: ran disk repairs, checked if I had installed apps that wouldn't run in Mavericks, etc. Everything went well during installation, and I was able to use my laptop for two days UP UNTIL I tried to use Photo Booth! I got a message that Photo Booth was gathering my images (presumably to move it to a new location based on new configuration of Mavericks), and there was also a progress bar. Suddenly I realized that the progress bar would not advance and that my MacBook Pro (mid 2007) had frozen. I restarted it, only to have it freeze upon startup.  I tried resetting the PRAM, and that only allowed me to make it to the desktop, but with no visible hard drive on my desktop, no dock at all, and I couldn't access any of the menus in the Finder window, not even to restart or shut down. Then I tried several options:
    Hard reset and tried to boot in safe mode. NOTHING. It was just impossible to safe boot it. At times I'd get up to half of the progress bar and then it'd freeze. Hard reset Command + S
    Hard reset Command + V
    Hard reset and reset the PRAM again, etc.
    Eventually I'd  make it to the desktop, the dock would show up, also the files on my desktop, but it'd not take longer to freeze again. It was all very odd because there was always a point when it'll would just freeze.
    Then I decided to try Command + R to repair disks. I Verified and repaired the discs. Then I restarted, and it froze. I decided to reinstall the OS through the Recovery mode screen. I did it. No success the problem persisted. I redid all this last steps again: Command + R, verify/repair disks, reinstall OS X. Once completed: MBP froze. The whole process was so time consuming that I gave up and just turned off my computer. The next day I was able to turn my computer on with success. Some of the folders that were open before the Photo Booth crash were on open. I closed everything and turned my MPB off using the Finder menu. Then I turned it on again, and once I got to the desktop and found no folders open, and I reopen Safari because I remember I was using it before opening Photo Booth. To my surprise it opened and all the pages I was visiting before the crash were there as if Safari resumed just how it was before the crash. I turned it all off again using the Finder menu. I was wondering if those Safari and the folders that were left open were for some reason conflicting with the system's start up. Then I turned it on again and this time I proceed to work with my computer but not before verifying/repairing the disks through the System Preferences menu.
    Everything went well. Later that day I decided to open Photo Booth to see if it'd work smoothly. It didn't open very smoothly but I was able to play around with it for a while. I turned it off and everything was great. The system was a little slower than what I was used to but I guessed it's because Mavericks demands a more advanced hardware. Then the next day the problem restarted!!! I was able to get to my desktop normally and decided to open Photo Booth to complete the task I wanted it to use it on the day of the first freeze/crash. And it froze my computer and it all restarted. This time, even redoing all the steps and even after reinstalling the system 3 times, I still can't get my computer to work. But at least one thing I know: this problems is being caused by Photo Booth! I'm desperate and I don't want to format and do a clean install because I will lose some important files. Does any of you have ANY idea of what's going on and what can I do to fix this? It's unnerving to have it fixed once (not knowing how) and suddenly find myself dealing with the same problem again!

    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. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post other kinds of diagnostic report — they're very long and not helpful.

  • RMBP freezing / crashing (not chrome related)

    Hi, about 3 weeks ago my rMBP started to freeze randomly and i couldn't find anywhere on the internet nothing related to that, only the chrome / mountain lion conflicts, but... i'm not using google chrome, so why's that? This last freeze I got the log from the moments between the freeze, i'm hoping anyone here could help me with this by looking at the reports. thanks!
    Mar 18 10:43:41 localhost bootlog[0]: BOOT_TIME 1363614221 0
    Mar 18 10:43:44 localhost kernel[0]: PMAP: PCID enabled
    Mar 18 10:43:44 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    Mar 18 10:43:44 localhost kernel[0]: Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64
    Mar 18 10:43:44 localhost kernel[0]: vm_page_bootstrap: 4009958 free pages and 151578 wired pages
    Mar 18 10:43:44 localhost kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    Mar 18 10:43:44 localhost kernel[0]: zone leak detection enabled
    Mar 18 10:43:44 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Mar 18 10:43:44 localhost kernel[0]: standard background quantum is 2500 us
    Mar 18 10:43:44 localhost kernel[0]: mig_table_max_displ = 74
    Mar 18 10:43:44 localhost kernel[0]: TSC Deadline Timer supported and enabled
    Mar 18 10:43:44 localhost kernel[0]: corecrypto kext started!
    Mar 18 10:43:44 localhost kernel[0]: Running kernel space in FIPS MODE
    Mar 18 10:43:44 localhost kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Mar 18 10:43:44 localhost kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    Mar 18 10:43:43 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    Mar 18 10:43:44 localhost kernel[0]: corecrypto.kext FIPS POST passed!
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    Mar 18 10:43:44 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Mar 18 10:43:44 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Mar 18 10:43:44 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Mar 18 10:43:44 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Mar 18 10:43:44 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Mar 18 10:43:44 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Mar 18 10:43:44 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Mar 18 10:43:44 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Mar 18 10:43:44 localhost kernel[0]: MAC Framework successfully initialized
    Mar 18 10:43:44 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Mar 18 10:43:44 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Mar 18 10:43:44 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5]
    Mar 18 10:43:44 localhost kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    Mar 18 10:43:44 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 889A
    Mar 18 10:43:44 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    Mar 18 10:43:44 localhost kernel[0]: [ PCI configuration begin ]
    Mar 18 10:43:44 localhost kernel[0]: console relocated to 0xfd0020000
    Mar 18 10:43:44 localhost kernel[0]: PCI configuration changed (bridge=17 device=5 cardbus=0)
    Mar 18 10:43:44 localhost kernel[0]: [ PCI configuration end, bridges 12 devices 16 ]
    Mar 18 10:43:44 localhost kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    Mar 18 10:43:44 localhost kernel[0]: AppleThunderboltNHIType2::start - type 2 sleep enabled
    Mar 18 10:43:44 localhost kernel[0]: AppleThunderboltNHIType2::start - SXFP method found
    Mar 18 10:43:44 localhost kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    Mar 18 10:43:44 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Mar 18 10:43:44 localhost kernel[0]: rooting via boot-uuid from /chosen: E129C0A6-D3C5-3302-9FE1-8BEDDD7EA9E1
    Mar 18 10:43:44 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Mar 18 10:43:44 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Mar 18 10:43:44 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Mar 18 10:43:44 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Mar 18 10:43:44 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Mar 18 10:43:44 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Mar 18 10:43:44 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE SSD SM256E Media/IOGUIDPartitionScheme/Macintosh HD@2
    Mar 18 10:43:44 localhost kernel[0]: BSD root: disk0s2, major 1, minor 2
    Mar 18 10:43:44 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 14574080 to: 18080256 (joffset 0x74e000)
    Mar 18 10:43:44 localhost kernel[0]: BTCOEXIST off
    Mar 18 10:43:44 localhost kernel[0]: BRCM tunables:
    Mar 18 10:43:44 localhost kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    Mar 18 10:43:44 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Mar 18 10:43:44 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Mar 18 10:43:44 localhost kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    Mar 18 10:43:43 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Mar 18 10:43:44 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Mar 18 10:43:44 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Mar 18 10:43:44 localhost kernel[0]: Kernel is LP64
    Mar 18 10:43:44 localhost kernel[0]: hfs: Removed 24 orphaned / unlinked files and 176 directories
    Mar 18 10:43:44 localhost distnoted[20]: # distnote server daemon  absolute time: 4.123846863   civil time: Mon Mar 18 10:43:44 2013   pid: 20 uid: 0  root: yes
    Mar 18 10:43:45 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 20:c9:d0:43:48:f3
    Mar 18 10:43:45 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Mar 18 10:43:45 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Mar 18 10:43:45 localhost airportd[25]: _processDLILEvent: en0 attached (down)
    Mar 18 10:43:45 localhost kernel[0]: createVirtIf(): ifRole = 1
    Mar 18 10:43:45 localhost kernel[0]: in func createVirtualInterface ifRole = 1
    Mar 18 10:43:45 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff802b9c8000
    Mar 18 10:43:45 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    Mar 18 10:43:45 localhost kernel[0]: Created virtif 0xffffff802b9c8000 p2p0
    Mar 18 10:43:45 localhost com.apple.SecurityServer[15]: Session 100000 created
    Mar 18 10:43:45 localhost kernel[0]: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Mar 18 10:43:45 localhost kernel[0]: en0::IO80211Interface::postMessage bssid changed
    Mar 18 10:43:45 localhost configd[17]: network changed.
    Mar 18 10:43:45 Alexs-MacBook-Pro.local configd[17]: setting hostname to "Alexs-MacBook-Pro.local"
    Mar 18 10:43:45 Alexs-MacBook-Pro.local com.apple.SecurityServer[15]: Entering service
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: NVDAStartup: Official
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: Previous Shutdown Cause: 3
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: NVDAGK100HAL loaded and registered
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: AGC: 3.2.13, HW version=3.2.19 [3.2.8], flags:0, features:20600
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: IOBluetoothUSBDFU::probe
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8286 FirmwareVersion - 0x0100
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: APExtframeBuffer starting: max resolution 1920x1080
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: Initializing Framebuffer.
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: [IOBluetoothHCIController][start] -- completed
    Mar 18 10:43:46 Alexs-MacBook-Pro.local UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    Mar 18 10:43:46 Alexs-MacBook-Pro.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [11] for authorization created by '/usr/libexec/UserEventAgent' [11] (100012,0)
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: DSMOS has arrived
    Mar 18 10:43:46 Alexs-MacBook-Pro.local fseventsd[34]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (230699 5 230758)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local fseventsd[34]: log dir: /.fseventsd getting new uuid: D644D53E-F477-44F0-8CFF-B7C9F83BB5D7
    Mar 18 10:43:46 Alexs-MacBook-Pro.local hidd[58]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Mar 18 10:43:46 Alexs-MacBook-Pro.local revisiond[44]: Had metainfo
    Mar 18 10:43:46 Alexs-MacBook-Pro.local revisiond[44]: UUIDs match!
    Mar 18 10:43:46 Alexs-MacBook-Pro.local appleeventsd[63]: main: Starting up
    Mar 18 10:43:46 Alexs-MacBook-Pro.local mDNSResponder[51]: mDNSResponder mDNSResponder-379.34 (Aug 28 2012 18:13:50) starting OSXVers 12
    Mar 18 10:43:46 Alexs-MacBook-Pro.local com.apple.usbmuxd[38]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    Mar 18 10:43:46 Alexs-MacBook-Pro.local coreservicesd[27]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    Mar 18 10:43:46 Alexs-MacBook-Pro.local mds[50]: (Normal) FMW: FMW 0 0
    Mar 18 10:43:46 Alexs-MacBook-Pro.local awacsd[67]: Starting awacsd connectivity-78 (Jul 26 2012 14:37:46)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local awacsd[67]: InnerStore CopyAllZones: no info in Dynamic Store
    Mar 18 10:43:46 Alexs-MacBook-Pro.local apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local loginwindow[54]: Login Window Application Started
    Mar 18 10:43:46 Alexs-MacBook-Pro.local netbiosd[49]: Unable to start NetBIOS name service:
    Mar 18 10:43:46 Alexs-MacBook-Pro.local WindowServer[77]: Server is starting up
    Mar 18 10:43:46 Alexs-MacBook-Pro.local WindowServer[77]: Session 256 retained (2 references)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local WindowServer[77]: Session 256 released (1 references)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local systemkeychain[75]: done file: /var/run/systemkeychaincheck.done
    Mar 18 10:43:46 Alexs-MacBook-Pro.local WindowServer[77]: Session 256 retained (2 references)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local WindowServer[77]: init_page_flip: page flip mode is on
    Mar 18 10:43:46 Alexs-MacBook-Pro kernel[0]: macx_swapon SUCCESS
    Mar 18 10:43:46 Alexs-MacBook-Pro.local configd[17]: network changed: DNS*
    Mar 18 10:43:46 Alexs-MacBook-Pro.local aosnotifyd[93]: aosnotifyd has been launched
    Mar 18 10:43:46 Alexs-MacBook-Pro.local aosnotifyd[93]: bootstrap_look_up failed (44e)
    Mar 18 10:43:46 Alexs-MacBook-Pro.local mDNSResponder[51]: D2D_IPC: Loaded
    Mar 18 10:43:46 Alexs-MacBook-Pro.local mDNSResponder[51]: D2DInitialize succeeded
    Mar 18 10:43:46 Alexs-MacBook-Pro.local locationd[55]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Mar 18 10:43:46 Alexs-MacBook-Pro.local locationd[55]: NOTICE,Location icon should now be in state 0
    Mar 18 10:43:46 Alexs-MacBook-Pro.local locationd[55]: locationd was started after an unclean shutdown
    Mar 18 10:43:46 Alexs-MacBook-Pro.local apsd[69]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar 18 10:43:47 Alexs-MacBook-Pro.local fseventsd[34]: Logging disabled completely for device:1: /Volumes/Recovery HD
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: mux_initialize: Mode is dynamic
    Mar 18 10:43:47 Alexs-MacBook-Pro kernel[0]: en0: 802.11d country code set to 'BR'.
    Mar 18 10:43:47 Alexs-MacBook-Pro kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    Mar 18 10:43:47 Alexs-MacBook-Pro kernel[0]: APExternalDisplay Memory Reserved: 8331264 bytes
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: GLCompositor enabled for tile size [256 x 256]
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: CGXGLInitMipMap: mip map mode is on
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: WSMachineUsesNewStyleMirroring: true
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x04280380: GL mask 0x11; bounds (0, 0)[1440 x 900], 54 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00e, S/N 0, Unit 0, Rotation 0
              UUID 0x000006100000a00e0000000004280380
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f0041: GL mask 0x20; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Created shield window 0x5 for display 0x04280380
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Created shield window 0x6 for display 0x003f0041
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Created shield window 0x7 for display 0x003f003f
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Created shield window 0x8 for display 0x003f003e
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Created shield window 0x9 for display 0x003f003d
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x04280380: GL mask 0x11; bounds (0, 0)[1440 x 900], 54 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00e, S/N 0, Unit 0, Rotation 0
              UUID 0x000006100000a00e0000000004280380
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f0041: GL mask 0x20; bounds (2464, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f003f: GL mask 0x8; bounds (2465, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f003e: GL mask 0x4; bounds (2466, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x003f003d: GL mask 0x2; bounds (2467, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: CGXPerformInitialDisplayConfiguration
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]:   Display 0x04280380: MappedDisplay Unit 0; Alias(0, 0x11); Vendor 0x610 Model 0xa00e S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 2
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]:   Display 0x003f0041: MappedDisplay Unit 5; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2467,0)[1 x 1], Rotation 0, Resolution 1
    Mar 18 10:43:47 Alexs-MacBook-Pro.local WindowServer[77]: CGXMuxBoot: Boot normal
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, accelerator 0x00004dcb, unit 0, caps QEX|QGL|MIPMAP, vram 1024 MB
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, accelerator 0x0000532b, unit 4, caps QEX|QGL|MIPMAP, vram 580 MB
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 18 10:43:48 Alexs-MacBook-Pro.local loginwindow[54]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Mar 18 10:43:48 Alexs-MacBook-Pro.local hidd[58]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: Unable to open IOHIDSystem (e00002bd)
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: Created shield window 0xa for display 0x04280380
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x04280380: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Mar 18 10:43:48 Alexs-MacBook-Pro.local launchctl[130]: com.apple.findmymacmessenger: Already loaded
    Mar 18 10:43:48 Alexs-MacBook-Pro.local com.apple.SecurityServer[15]: Session 100004 created
    Mar 18 10:43:48 Alexs-MacBook-Pro.local hidd[58]: CGSShutdownServerConnections: Detaching application from window server
    Mar 18 10:43:48 Alexs-MacBook-Pro.local hidd[58]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Mar 18 10:43:48 Alexs-MacBook-Pro.local loginwindow[54]: Login Window Started Security Agent
    Mar 18 10:43:48 Alexs-MacBook-Pro.local SecurityAgent[141]: This is the first run
    Mar 18 10:43:48 Alexs-MacBook-Pro.local SecurityAgent[141]: MacBuddy was run = 0
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280380 device: 0x101680320  isBackBuffered: 1 numComp: 3 numDisp: 3
    Mar 18 10:43:48 Alexs-MacBook-Pro.local SecurityAgent[141]: User info context values set for alexs
    Mar 18 10:43:48 Alexs-MacBook-Pro kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_authenticate(): Got user: alexs
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_authenticate(): Got ruser: (null)
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_authenticate(): Got service: authorization
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in od_principal_for_user(): No authentication authority returned
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in od_principal_for_user(): failed: 7
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_authenticate(): Done cleanup3
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Mar 18 10:43:48 Alexs-MacBook-Pro.local coreaudiod[139]: 2013-03-18 10:43:48.489540 AM [AirPlay] Started browsing for _airplay._tcp.
    Mar 18 10:43:48 Alexs-MacBook-Pro.local coreaudiod[139]: 2013-03-18 10:43:48.490084 AM [AirPlay] Started browsing for _raop._tcp.
    Mar 18 10:43:48 Alexs-MacBook-Pro.local TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Mar 18 10:43:48 Alexs-MacBook-Pro.local TabletDriver[136]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in od_record_check_pwpolicy(): retval: 0
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Establishing credentials
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Got user: alexs
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Context initialised
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Got euid, egid: 0 0
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Done getpwnam()
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Done setegid() & seteuid()
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): pam_sm_setcred: krb5 user alexs doesn't have a principal
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Done cleanup3
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Done seteuid() & setegid()
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): Done cleanup4
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Mar 18 10:43:48 Alexs-MacBook-Pro.local authorizationhost[145]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Mar 18 10:43:48 Alexs-MacBook-Pro.local TabletDriver[136]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    Mar 18 10:43:48 Alexs-MacBook-Pro.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.login.console' by client '/System/Library/CoreServices/loginwindow.app' [54] for authorization created by '/System/Library/CoreServices/loginwindow.app' [54] (100003,0)
    Mar 18 10:43:48 Alexs-MacBook-Pro.local loginwindow[54]: Login Window - Returned from Security Agent
    Mar 18 10:43:48 Alexs-MacBook-Pro.local loginwindow[54]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    Mar 18 10:43:48 Alexs-MacBook-Pro.local loginwindow[54]: USER_PROCESS: 54 console
    Mar 18 10:43:48 Alexs-MacBook-Pro.local coreservicesd[27]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=106
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd[1] (com.wacom.pentablet[137]): Exited with code: 255
    Mar 18 10:43:48 Alexs-MacBook-Pro.local coreservicesd[27]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=108
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd[1] (com.wacom.wacomtablet[136]): Exited with code: 255
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd[1] ([0x0-0x7007].com.wacom.Wacom_TouchDriver[147]): Exited with code: 255
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd[1] ([0x0-0x6006].com.wacom.Consumer_TouchDriver[146]): Exited with code: 255
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd.peruser.501[150] (com.spotify.webhelper): Unknown key: SpotifyPath
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd.peruser.501[150] (com.apple.gamed): Ignored this key: UserName
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd.peruser.501[150] (com.apple.gamed): Ignored this key: GroupName
    Mar 18 10:43:48 Alexs-MacBook-Pro com.apple.launchd.peruser.501[150] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar 18 10:43:48 Alexs-MacBook-Pro.local loginwindow[54]: Connection with distnoted server was invalidated
    Mar 18 10:43:48 Alexs-MacBook-Pro.local distnoted[154]: # distnote server agent  absolute time: 8.290351584   civil time: Mon Mar 18 10:43:48 2013   pid: 154 uid: 501  root: no
    Mar 18 10:43:48 Alexs-MacBook-Pro.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [54] for authorization created by '/System/Library/CoreServices/loginwindow.app' [54] (100002,0)
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar 18 10:43:48 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x04280380: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Mar 18 10:43:48 Alexs-MacBook-Pro.local com.apple.SecurityServer[15]: Session 100005 created
    Mar 18 10:43:48 Alexs-MacBook-Pro.local Little Snitch Agent[167]: Little Snitch Agent version 3883 started.
    Mar 18 10:43:49 Alexs-MacBook-Pro.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [153] for authorization created by '/usr/libexec/UserEventAgent' [153] (100000,0)
    Mar 18 10:43:49 Alexs-MacBook-Pro.local UserEventAgent[153]: cannot find fw daemon port 1102
    Mar 18 10:43:49 Alexs-MacBook-Pro kernel[0]: MacAuthEvent en0   Auth result for: 20:c9:d0:1e:c4:e0  MAC AUTH succeeded
    Mar 18 10:43:49 Alexs-MacBook-Pro kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Mar 18 10:43:49 Alexs-MacBook-Pro kernel[0]: AirPort: Link Up on en0
    Mar 18 10:43:49 Alexs-MacBook-Pro kernel[0]: en0: BSSID changed to 20:c9:d0:1e:c4:e0
    Mar 18 10:43:49 Alexs-MacBook-Pro kernel[0]: en0::IO80211Interface::postMessage bssid changed
    Mar 18 10:43:49 Alexs-MacBook-Pro kernel[0]: AirPort: RSN handshake complete on en0
    Mar 18 10:43:49 Alexs-MacBook-Pro.local mds[50]: (/)(Warning) IndexQuery in bool preIterate_FSI(SISearchCtx_FSI *):Throttling inefficient file system query
    Mar 18 10:43:49 Alexs-MacBook-Pro.local airportd[25]: _doAutoJoin: Already associated to “Benjamin Network”. Bailing on auto-join.
    Mar 18 10:43:49 --- last message repeated 3 times ---
    Mar 18 10:43:49 Alexs-MacBook-Pro.local mds[50]: (/)(Warning) IndexQuery in virtual bool SISearchCtx_FSI::performSearch(struct PartialQueryResults *):Retried searchfs 4 times
    Mar 18 10:43:49 Alexs-MacBook-Pro.local WindowServer[77]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar 18 10:43:50 Alexs-MacBook-Pro.local WindowServer[77]: Display 0x04280380: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Mar 18 10:43:51 --- last message repeated 1 time ---
    Mar 18 10:43:51 Alexs-MacBook-Pro.local configd[17]: network changed: v4(en0+:10.0.1.4) DNS+ Proxy+ SMB
    Mar 18 10:43:51 Alexs-MacBook-Pro.local UserEventAgent[11]: Captive: en0: Not probing 'Benjamin Network' (protected network)
    Mar 18 10:43:51 Alexs-MacBook-Pro.local configd[17]: network changed: v4(en0!:10.0.1.4) DNS Proxy SMB
    Mar 18 10:43:53 Alexs-MacBook-Pro.local WindowServer[77]: Received display connect changed for display 0x4280380
    Mar 18 10:43:53 Alexs-MacBook-Pro.local WindowServer[77]: CGXMuxAcknowledge: Posting glitchless acknowledge
    Mar 18 10:43:53 Alexs-MacBook-Pro.local WindowServer[77]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280380 device: 0x101680320  isBackBuffered: 1 numComp: 3 numDisp: 3
    Mar 18 10:43:53 Alexs-MacBook-Pro.local WindowServer[77]: Received display connect changed for display 0x4280380
    Mar 18 10:43:53 Alexs-MacBook-Pro.local blued[66]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    Mar 18 10:43:53 Alexs-MacBook-Pro.local WindowServer[77]: Received display connect changed for display 0x3f003d
    Mar 18 10:43:53 Alexs-MacBook-Pro.local WindowServer[77]: Received display connect changed for display 0x3f003e
    Mar 18 10:43:53 Alexs-MacBook-Pro.local WindowServer[77]: Received display connect changed for display 0x3f003f
    Mar 18 10:43:55 Alexs-MacBook-Pro.local talagent[169]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    Mar 18 10:43:55 Alexs-MacBook-Pro.local talagent[169]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    Mar 18 10:43:55 Alexs-MacBook-Pro.local NetworkBrowserAgent[192]: Starting NetworkBrowserAgent
    Mar 18 10:43:55 Alexs-MacBook-Pro.local Finder[189]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
    Mar 18 10:43:55 Alexs-MacBook-Pro.local Finder[189]: *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
    Mar 18 10:43:55 Alexs-MacBook-Pro.local WindowServer[77]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed
    Mar 18 10:43:55 Alexs-MacBook-Pro.local coreservicesd[27]: Can't change an application into stopped state for app App:"TextEdit" [ 0x0/0xe00e]  @ 0x0x7f824941f3b0 because it's already been started.
    Mar 18 10:43:55 Alexs-MacBook-Pro.local CalendarAgent[182]: *** -[IADomainCache init]: IA domains cache is out of date.
    Mar 18 10:43:55 Alexs-MacBook-Pro.local apsd[69]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    Mar 18 10:43:55 Alexs-MacBook-Pro.local SystemUIServer[170]: *** WARNING: Method convertRectToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    Mar 18 10:43:55 Alexs-MacBook-Pro.local SystemUIServer[170]: *** WARNING: Method convertRectFromBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    Mar 18 10:43:56 Alexs-MacBook-Pro.local SystemUIServer[170]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar 18 10:43:56 Alexs-MacBook-Pro.local SystemUIServer[170]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar 18 10:43:56 Alexs-MacBook-Pro.local WindowServer[77]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed
    Mar 18 10:43:56 Alexs-MacBook-Pro.local Mail[187]: Using V2 Layout

    tdanielcox wrote:
    1. Saving PSD's / Smart Objects.  Most of the time, whenever I try to save a PSD or smart object in PS, it prompts me with an error that says:  Could not save "..." because the file already in use or was left open by another program.
    This frequently occurs becasue it is being used someplace else.  It could be Bridge that is trying to build the cache, or it could be Windows indexing files.  Many turn Windows indexing off for this reason.
    2.  Freezing / Crashing.  I have never experienced photoshop freezing or crashing as much as I have with this update.  This happens during save (when it actually does save.) Though it only happens rarely, it happens enough to get me into some trouble when I loose all the work I have done since the last save.  (Happened 4 times in about 16 hours of use) 
    Are you saving over a network?  Best to save locally and copy to network.
    Also, CS6 puts a lot of stain on GPU driver.  For ATI the best driver is 12.8 and 13.3 v 6 beta (not sure if this is out of beta or not).  The ones inbetween are not so good.
    Note, if PS crashes it will save a copy on scratch disk if you have this option turned on in preferences.
    If it actually crashes, as opposed to freezing, check out the Event Log and look for Faulting Module.

  • Flash player continuously causes browsers to crash.

    I have tried several things to resolve this problem. I originally had the lastest version of flash, and in attempting to play flash based games, I got an error messege saying Windows cannot continue to run flash player/activex 10 and will now close the program. I attempted this on IE8 and Firefox, and the error was the same, so I tried to see if flash 9 or restarting my computer would cause the same problem, and flash 9 as well caused my browsers to crash. I am running windows vista.

    I have tried several things to resolve this problem. I originally had the lastest version of flash, and in attempting to play flash based games, I got an error messege saying Windows cannot continue to run flash player/activex 10 and will now close the program. I attempted this on IE8 and Firefox, and the error was the same, so I tried to see if flash 9 or restarting my computer would cause the same problem, and flash 9 as well caused my browsers to crash. I am running windows vista.

  • Browsers freeze problem

    browsers freeze problem

    This sounds more like a problem with either your computer harware, your router/modem or your ISP. I suggest you do the following go to system preferences > network > Assist Me > Diagnostics. If you are connected to the internet all the things on the side should have a green dot and the message should say: This computer's internet connection appears to be operatting normally.
    Now open one of the browers and make sure you see the Network Diagnostics window at the same time. Browse the internet for some time and if the browser crashes see if any of the dots on the network diagnostics went either yellow or red. If any did go red or yellow you should be able to figure out what might have went wrong.
    I'm guessing either your wireless card, router/modem or ISP has a problem. It could also be that you don't have your network settings right.
    For all this I'm assuming you have a wireless router.

  • Safari 5.0.5 freezes & crashes when trying to view pdf

    For some reason safari 5.0.5 freezes & crashes when trying to view pdf
    Any ideas how to fix this issue?

    Hi
    that's usually due to a plug-in over-riding Safari's built-in pdf support.
    Quit any browsers & remove any 'pdf...' plugins from either of these folders
    Home/Library/Internet Plug-Ins/
    Mac HD/Library/Internet Plug-Ins/

  • All Internet Browsers Freezing

    I've found lately that all my internet browsers freeze after a random amount of time surfing, The only way to get out of it is a force quit.
    Here's my info:
    Model Name: MacBook
    Model Identifier: MacBook2,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 1 GB
    System Version: Mac OS X 10.5.8 (9L30)
    Kernel Version: Darwin 9.8.0
    Boot Volume: Macintosh HD
    Boot Mode: Normal

    Ditto - numerous crashes. I have repaired disk permissions. Reinstalled Flash 10. ESPN.com will not load and the beach ball appears. Open to any and all suggestions to repair. Very frustrating. Happens in Firefox as well.

  • Web browsers are crashing!

    mac mini was running great. just ran out of my 3 year apple care plan 2 weeks ago and now all of my internet browsers are crashing on specific websites. for instance; it doesnt freeze on facebook.com. but it does when i look at my profile. it is not just facebook and it is not just safari. i have no idea what it could be. would anyone know? my computer is up to date and i have plenty of RAM and memory on my computer

    thanks but my broswer was still crashing before i could download it. i ended u downloading it on a seperate computer and moving it over to this one. i ran it twice and the problem is still occuring. i really hope this isnt the end of my computer thanks for your help. idk if this will help anymore but heres the crash report that apple was sending to itself after it crashed. one of the websites that it crashes on that i was using to test on this one is myspace.com
    Date/Time: 2009-10-02 22:39:27.267 -0400
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [79]
    Version: 3.0.4 (523.12)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 45231200
    PID: 341
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x1afaf1ea 0x1ac45000 + 3580394
    1 ...romedia.Flash Player.plugin 0x1adb721f 0x1ac45000 + 1516063
    2 ...romedia.Flash Player.plugin 0x1adb7a7c 0x1ac45000 + 1518204
    3 ...romedia.Flash Player.plugin 0x1adbc06f 0x1ac45000 + 1536111
    4 ...romedia.Flash Player.plugin 0x1ae5b79a 0x1ac45000 + 2189210
    5 ...romedia.Flash Player.plugin 0x1ad9d3c7 0x1ac45000 + 1409991
    6 ...romedia.Flash Player.plugin 0x1ad403c4 0x1ac45000 + 1029060
    7 ...romedia.Flash Player.plugin 0x1ad40e7e 0x1ac45000 + 1031806
    8 ...romedia.Flash Player.plugin 0x1ad42051 0x1ac45000 + 1036369
    9 ...romedia.Flash Player.plugin 0x1ada59d2 0x1ac45000 + 1444306
    10 ...romedia.Flash Player.plugin 0x1ada62d9 0x1ac45000 + 1446617
    11 ...romedia.Flash Player.plugin 0x1ae464ac 0x1ac45000 + 2102444
    12 ...romedia.Flash Player.plugin 0x1afd1e10 NP_Initialize + 556
    13 ...romedia.Flash Player.plugin 0x1afd87a2 Flash_EnforceLocalSecurity + 4604
    14 com.apple.WebKit 0x94cd8d47 -[WebBaseNetscapePluginView(Internal) _createPlugin] + 191
    15 com.apple.WebKit 0x94cd8a47 -[WebBaseNetscapePluginView start] + 185
    16 com.apple.WebKit 0x94cd884e -[WebBaseNetscapePluginView viewDidMoveToWindow] + 154
    17 com.apple.AppKit 0x93280b5d -[NSView _setWindow:] + 916
    18 com.apple.AppKit 0x93283d6d -[NSView addSubview:] + 416
    19 com.apple.WebKit 0x94cd3fe3 -[WebHTMLView addSubview:] + 57
    20 com.apple.WebCore 0x94f8354f WebCore::Widget::addToSuperview(NSView*) + 275
    21 com.apple.WebCore 0x94f832a3 WebCore::RenderWidget::setWidget(WebCore::Widget*) + 293
    22 com.apple.WebCore 0x94f83135 WebCore::RenderPart::setWidget(WebCore::Widget*) + 47
    23 com.apple.WebCore 0x94fecbff WebCore::FrameLoader::loadPlugin(WebCore::RenderPart*, WebCore::KURL const&, WebCore::String const&, ***::Vector<WebCore::String, (unsigned long)0> const&, ***::Vector<WebCore::String, (unsigned long)0> const&, bool) + 451
    24 com.apple.WebCore 0x9523fcef WebCore::FrameLoader::requestObject(WebCore::RenderPart*, WebCore::String const&, WebCore::AtomicString const&, WebCore::String const&, ***::Vector<WebCore::String, (unsigned long)0> const&, ***::Vector<WebCore::String, (unsigned long)0> const&) + 585
    25 com.apple.WebCore 0x94f84ef3 WebCore::RenderPartObject::updateWidget(bool) + 2657
    26 com.apple.WebCore 0x94f542b0 WebCore::FrameView::layout(bool) + 2346
    27 com.apple.WebCore 0x952e6744 WebCore::Timer<WebCore::FrameView>::fired() + 72
    28 com.apple.WebCore 0x94f36ec8 WebCore::TimerBase::fireTimers(double, ***::Vector<WebCore::TimerBase*, (unsigned long)0> const&) + 74
    29 com.apple.WebCore 0x94f36d0a WebCore::TimerBase::sharedTimerFired() + 144
    30 com.apple.WebCore 0x94f36c61 WebCore::timerFired(__CFRunLoopTimer*, void*) + 63
    31 com.apple.CoreFoundation 0x9082d782 CFRunLoopRunSpecific + 3341
    32 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
    33 com.apple.HIToolbox 0x92de6878 RunCurrentEventLoopInMode + 285
    34 com.apple.HIToolbox 0x92de5f82 ReceiveNextEventCommon + 385
    35 com.apple.HIToolbox 0x92de5dd9 BlockUntilNextEventMatchingListInMode + 81
    36 com.apple.AppKit 0x9326c485 _DPSNextEvent + 572
    37 com.apple.AppKit 0x9326c076 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    38 com.apple.Safari 0x00009208 0x1000 + 33288
    39 com.apple.AppKit 0x93265dfb -[NSApplication run] + 512
    40 com.apple.AppKit 0x93259d4f NSApplicationMain + 573
    41 com.apple.Safari 0x00090652 0x1000 + 587346
    42 com.apple.Safari 0x000027a9 0x1000 + 6057
    Thread 1:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.WebCore 0x94ea1e81 WebCore::IconDatabase::syncThreadMainLoop() + 235
    2 com.apple.WebCore 0x94e9e32a WebCore::IconDatabase::iconDatabaseSyncThread() + 180
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d253 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92850bca +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927f42c0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x9284a250 -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.Syndication 0x99a24966 -[AsyncDB _run:] + 181
    3 com.apple.Foundation 0x927f42c0 forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d253 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x928299ef +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927f42c0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x9001a1cc select + 12
    1 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 ...romedia.Flash Player.plugin 0x1b02f60d Flash_EnforceLocalSecurity + 360551
    2 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xbfffd294 ebx: 0x1adb6c0b ecx: 0x1b2ac020 edx: 0xbfffd244
    edi: 0x00000000 esi: 0x00000001 ebp: 0xbfffd2c8 esp: 0xbfffd200
    ss: 0x0000001f efl: 0x00010282 eip: 0x1afaf1ea cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x119fff com.apple.Safari 3.0.4 (523.12) /Applications/Safari.app/Contents/MacOS/Safari
    0x19f6a000 - 0x19f6dfff com.apple.Tokenizer_ja 1.0.2 /System/Library/CoreServices/Tokenizers/ja.tokenizer/Contents/MacOS/ja
    0x1ac45000 - 0x1b169fff com.macromedia.Flash Player.plugin 9.0.47 (1.0.4f41) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.8 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.28 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91884fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9188e000 - 0x918cbfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918df000 - 0x918ebfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f2000 - 0x91932fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91945000 - 0x919f7fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3d000 - 0x91a53fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a58000 - 0x91a76fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7b000 - 0x91adafff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aec000 - 0x91af0fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af2000 - 0x91b7afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7e000 - 0x91bbbfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc1000 - 0x91bdbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be0000 - 0x91be2fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be4000 - 0x91cc2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdf000 - 0x91cdffff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce1000 - 0x91d6ffff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d76000 - 0x91d76fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d78000 - 0x91dd1fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dda000 - 0x91dfefff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e06000 - 0x9220ffff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92249000 - 0x925fdfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262a000 - 0x92717fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92719000 - 0x92796fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d7000 - 0x92a07fff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b21000 - 0x92b38fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b43000 - 0x92b9bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92baf000 - 0x92baffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb1000 - 0x92bc1fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd0000 - 0x92bd8fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bde000 - 0x92be3fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92be9000 - 0x92c7afff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c8e000 - 0x92c91fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c94000 - 0x92cb2fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc4000 - 0x92ccafff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd0000 - 0x92d33fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d57000 - 0x92d98fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dbf000 - 0x92dccfff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dd3000 - 0x92dd8fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92ddd000 - 0x930d2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931d8000 - 0x931e3fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931e8000 - 0x93203fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93253000 - 0x93253fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93255000 - 0x9390bfff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c8c000 - 0x93d07fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d40000 - 0x93df9fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e3c000 - 0x93e3cfff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e3e000 - 0x93ffffff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94045000 - 0x94086fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9408e000 - 0x940c8fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940cd000 - 0x940e3fff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9417b000 - 0x941b9fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x941fd000 - 0x9420efff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9421c000 - 0x9425afff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94276000 - 0x94285fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9428c000 - 0x94297fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942e3000 - 0x942fdfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94303000 - 0x945b4fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94716000 - 0x9485cfff com.apple.AddressBook.framework 4.0.6 (488) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x948e8000 - 0x948f7fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x948fe000 - 0x94927fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9492d000 - 0x9493cfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94940000 - 0x94965fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94971000 - 0x9498efff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94cba000 - 0x94d6afff com.apple.WebKit 523.12 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94dd0000 - 0x94e73fff com.apple.JavaScriptCore 523.12 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94e9b000 - 0x95360fff com.apple.WebCore 523.12 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95d16000 - 0x95d17fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x95d19000 - 0x95d1afff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x95d1e000 - 0x95d34fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x95d36000 - 0x95d57fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x95d64000 - 0x95d72fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x95d77000 - 0x95d78fff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x95d7a000 - 0x95d8cfff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x95e4d000 - 0x95e51fff com.apple.LanguageAnalysisCore 1.0.3 /System/Library/PrivateFrameworks/LanguageAnalysisCore.framework/Versions/A/Lan guageAnalysisCore
    0x9711d000 - 0x97131fff com.apple.audio.CoreAudioKit 1.0.1 /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x99a22000 - 0x99a59fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x99a75000 - 0x99a87fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: Macmini1,1, BootROM MM11.0055.B08, 2 processors, Intel Core Duo, 1.66 GHz, 2 GB
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 1.2.2
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHV2060BHPL, 55.89 GB
    Parallel ATA Device: MATSHITACD-RW CW-8124, 34.79 MB
    USB Device: Portable USB Drive, Verbatim, Up to 480 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

  • Frustrating plugin container freeze/crash ONLY on YouTube

    I've been trying to diagnose this one for a week now and I've done all but pull my hair out over it. I run a very basic, bare bones setup that has always been rock solid for as long as I've been using FireFox.
    The machine is: Windows XP SP3, Firefox 11, Flash 11.9.
    Addons are: Adblock Plus 2.1.2, Adblock Plus Pop-up 0.4, Flash Video Downloader 3.9.3, Status 4 Ever .17, Password Exporter 1.2.1
    But out of the blue, plugin container will freeze for 30-45 seconds if I press the back button on my MOUSE while hovering over a YouTube video. I can either sit and wait the 30-45 seconds and plugin container will crash and the browser will start moving again, or I can forcefully stop the process in task manager. This is ONLY on YouTube videos, on their respective pages and does not happen on embedded videos on other websites. Every other flash video site from Hulu to adult work fine.
    And when I say hovering over the YouTube video I mean literally, if one pixel of my mouse pointer is touching the video and I press back on the mouse, it freezes the entire browser. If I alt+left arrow it's fine. If I press back on the browser button it's fine. If I click the back button on my mouse while hovering anywhere else on screen, it's fine.
    The only "solution" I've found is setting dom.ipc.plugins.enabled to false in about:config. But this is not a real solution for me, as I need dom.ipc.plugins.enabled set to TRUE in order to keep functionality in other things and it just straight up messes up little things all over other webpages when it's off.
    I have tried every possible combination of solutions I can think of and have no clue what to do next except switch browsers. This is what I've done so far:
    · Disabled protected mode for flash in FireFox
    · Disabled hardware acceleration in FireFox AND Flash
    · Uninstalled/Clean installed every version of Flash down to 11.1
    · Disabled all addons
    · Uninstall/Clean installed FireFox 11 and ran it fresh
    · Uninstall/Clean installed FireFox 26 and ran it fresh
    · Updated mouse drivers
    · Ran without mouse drivers
    · Changed USB port mouse was in
    · Did all of these same changes on my Windows 7 partition, still freezes/crashes
    I don't know what else to chalk this up to other than it being a direct problem between the plugin container process and something that YouTube has changed in the backend recently that the masses would never see. Is it possible there's some hotkey being assigned to the mouse back button within YouTube's video player now, and when pressed it kills the plugin container? Doubtful but I'm at the bottom of barrel here.
    Any information would be helpful, thanks.

    I have the same exact problem. I have a 5 button mouse and and anytime i click the side back button back when hovering on a youtube video it freezes

  • IMac Freezing/crashing, please help. Tried everything! :(

    Hello Fellow MacTalkers,
    I am writing this post to ask you for a help with an issue that is very frustrating to resolve.
    To begin with, I have purchased my MacBook Pro 2.4 GHZ, 3GB, Leopard running notebook about 7 months ago.
    Until recently I have discovered that my computer is crashing randomly.
    I am not a very tech oriented person, who knows much about console, logs and sorting out the hardware / software related issues.
    About 2 months ago I started to experience some random freezes on my computer. Those freezes were occurring on different type of situations so it was hard for me to identify what could be causing the problem. The most common freezing that I have encountered, was and is that my computer screen just freezes and I can't perform any reset or rescue. Simply hard reset.
    I started to think that this could be a cause of getting an extra 1GB memory that I purchased from Apple store, and that the memory could be faulty. But just to make sure I have done a clean re-instal of my os. making sure that I have all my permissions everything that could be a "common" cause of any weird behaviors on a mac sorted.
    After the reinstall it got even worse.
    I decided to take my computer to Apple authorized centre in Sydney broadway NextByte shop.
    I explained the problem, asked if that would be possible to check some sort of console logs and track back what could be the cause of the problem that I am experiencing.
    I left my computer for 2 weeks in service. And after that 2 weeks they have replied to me saying that they have detected no faulty with the hardware what so ever. I keep on persisting that I understand that the service people have done all the tests on external peripherals, checked the system performance through some kind of testing tools and it resulted with no problem. I rang the Apple complaints department asking if they could do anything about it as I am very worried that this issue won't disappear. They have informed me that there is nothing thay can do and they are basically sending my back home.
    I collected my computer 2 days ago and started setting up some programs like adobe and all my apps. At first it was running all well, but then it started (leopard or hardware) to freeze again. On no particular occasion. I had to crashes in 3 hours.
    I remembered the time of the crash and after the reboot, I checked my console and here is what I could find:
    12/05/08 11:00:07 PM com.apple.launchd[1] (0x10b260.mdworker[1036]) Exited abnormally: Segmentation fault
    I don't know if that is related to this post in any way, but as I said at the beginning I have no technical knowledge on where to investigate it further.
    I would like to ask you for your recommendation on what should I do next.
    I hope there is nothing that I am doing wrong with my computer as I am keeping it organized nad well maintained.
    I thought also that that could be overheating related issue so I bought a notebook cooler, but that doesn't seemed to resolve the problem.
    I am running out of ideas. Apple won't help me in solving the problem, I am also not sure how should I approach this case from the legal perspective. Can I go to fair traiding institution and ask them for help to enforce apple on returning my money for laptop, should I perform any tasks on my computer to fix the problem with some software.
    Help, I am really running out of ideas. I am doing graphic design daily and this problem is driving me crazy.
    I would appreciate your feedback or any suggestions on what should I do next.
    Sorry for my cracked english. Im still learning my lingo in Australia
    PLEASE PLEASE, help me on this one.
    Kind Regards,
    Michael Saganowski
    <Edited by Moderator>
    Message was edited by: sgnwsk

    For what its worth, it sounds like the Leopard woes I was having before I left and went back to Tiger. I was in leopard for three months and I had too many problems to list here, but some common ones were Random system freezes/crashes (especially in itunes coverflow), Finder freezing, Adobe CS3 crashing and being generally buggy, not being able to run Final Cut Pro and After Effects at the same time.
    My advice to you, check your memory if you feel like it could be the problem. If your memory is OK, then wait for the 10.5.3 update which is supposed to be out really soon (like within a couple of weeks or so from what I hear.)

  • Every time I launch a Source-based game, it crashes on startup. This happens with both "Team fortress 2" and "Tactical intervention". This began to happen recently (they used to work fine), but unfortunately I can't remember what I did in the meantime...

    Every time I launch a Source - based game, it crashes on startup. This happens with both "Team fortress 2" and "Tactical intervention". This began to happen recently (they used to work fine), but as I recall I've just installed Crossover... can anyone help me?
    The bug report from "Tactical intervention" follows:
    Process:         tacint_osx [3304]
    Path:            /Users/USER/Library/Application Support/Steam/*/tacint_osx
    Identifier:      tacint_osx
    Version:         ???
    Code Type:       X86 (Native)
    Parent Process:  bash [3301]
    User ID:         501
    Date/Time:       2013-08-30 13:44:00.342 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          120536 sec
    Crashes Since Last Report:           2
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      A8FD5912-2699-8EB1-69E9-9CE46F77DF51
    Crashed Thread:  0  MainThrd  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Library/Application Support/Steam/*
        __TEXT                 0000000000001000-0000000000002000 [    4K] r-x/rwx SM=COW  /Users/USER/Library/Application Support/Steam/*
    Thread 0 Crashed:: MainThrd  Dispatch queue: com.apple.main-thread
    0   engine.dylib                            0x09a3ee7f Sys_Error_Internal(bool, char const*, char*) + 383
    1   engine.dylib                            0x09a3eee3 Sys_Error(char const*, ...) + 35
    2   engine.dylib                            0x09e56a3d CEngineConsoleLoggingListener::Log(LoggingContext_t const*, char const*) + 749
    3   libtier0.dylib                          0x0003928b CLoggingSystem::LogDirect(int, LoggingSeverity_t, Color, char const*) + 235
    4   libtier0.dylib                          0x00038dfc Error + 236
    5   client.dylib                            0x1923f9d6 BaseModUI::TIMainMenuContainer::Resp_Login(fixapi2::eFixLoginResult, int, int) + 118
    6   launcher.dylib                          0x005413d9 fixapi2_impl::CFixClientAPI::CommonPacket_Login(fixapi2_impl::CFixClientSocket* , fixapi2_impl::CFixClientPacket*) + 521
    7   launcher.dylib                          0x00536a57 fixapi2_impl::CFixClientAPI::Do_ReadPacket(fixapi2::IFixPacket*) + 423
    8   launcher.dylib                          0x00539e31 fixapi2_impl::CFixClientAPI::Do_MainFrame() + 833
    9   client.dylib                            0x18d3819c IGameSystem::UpdateAllSystems(float) + 108
    10  client.dylib                            0x18e99bb2 CHLClient::HudUpdate(bool) + 130
    11  engine.dylib                            0x09bd98e6 ClientDLL_Update() + 54
    12  engine.dylib                            0x09d29e92 _Host_RunFrame(float) + 2722
    13  engine.dylib                            0x09d45819 CHostState::State_Run(float) + 281
    14  engine.dylib                            0x09d46400 CHostState::FrameUpdate(float) + 592
    15  engine.dylib                            0x09d464c5 HostState_Frame(float) + 37
    16  engine.dylib                            0x09e5c246 CEngine::Frame() + 710
    17  engine.dylib                            0x09e59556 CEngineAPI::MainLoop() + 214
    18  engine.dylib                            0x09e5973a CModAppSystemGroup::Main() + 234
    19  engine.dylib                            0x09ebf7b8 CAppSystemGroup::Run() + 88
    20  engine.dylib                            0x09e59ecd CEngineAPI::RunListenServer() + 125
    21  launcher.dylib                          0x005199c8 CAppSystemGroup::Run() + 88
    22  launcher.dylib                          0x005199c8 CAppSystemGroup::Run() + 88
    23  launcher.dylib                          0x00521a92 MainFunctionThread(void*) + 82
    24  launcher.dylib                          0x005220bc ValveCocoaMain + 140
    25  launcher.dylib                          0x0050f441 LauncherMain + 897
    26  tacint_osx                              0x00001d26 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x930a39ae kevent + 10
    1   libdispatch.dylib                       0x96f13c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x96f137a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 4:: IOPollingHelperThread
    0   libsystem_kernel.dylib                  0x930a39ae kevent + 10
    1   steamclient.dylib                       0x060889c5 OSXHelpers::CIOPollingHelper::RealRun() + 249
    2   libtier0_s.dylib                        0x00704f3d CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib                        0x00704ac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   libtier0_s.dylib                        0x00704af2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steamclient.dylib                       0x060888bb OSXHelpers::CIOPollingHelper::Run() + 41
    6   libtier0_s.dylib                        0x00709314 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   libtier0_s.dylib                        0x00704f3d CatchAndWriteContext_t::Invoke() + 159
    8   libtier0_s.dylib                        0x00704ac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   libtier0_s.dylib                        0x00704af2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  libtier0_s.dylib                        0x0070928c SteamThreadTools::CThread::ThreadProc(void*) + 196
    11  libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   libvstdlib.dylib                        0x00092857 CJobThread::Run() + 295
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 17:: AQClient
    0   libsystem_kernel.dylib                  0x930a07d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9309fcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9472af79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9473095f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9473001a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9472fe8b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox          0x90096a81 GenericRunLoopThread::Entry(void*) + 209
    7   com.apple.audio.toolbox.AudioToolbox          0x900969ac CAPThread::Entry(CAPThread*) + 196
    8   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0.dylib                          0x00049733 CThreadSyncObject::Wait(unsigned int) + 307
    4   libtier0.dylib                          0x000497c8 CThreadEvent::Wait(unsigned int) + 24
    5   engine.dylib                            0x09db1029 CQueuedPacketSender::Run() + 121
    6   libtier0.dylib                          0x0004acc4 CThread::ThreadProc(void*) + 212
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x930a28e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97268280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x972ee095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox          0x900a69c1 CAGuard::Wait() + 113
    4   com.apple.audio.toolbox.AudioToolbox          0x900a5619 AQConverterManager::AQConverterThread::Run() + 271
    5   com.apple.audio.toolbox.AudioToolbox          0x900a54a2 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    6   com.apple.audio.toolbox.AudioToolbox          0x900969ac CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 20:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x930a07d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9309fcb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x96c6eeba HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x96c6952e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x96c67bcd HALC_ProxyIOContext::IOWorkLoop() + 1287
    5   com.apple.audio.CoreAudio               0x96c67617 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x96c71b61 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x96c6753d HALB_IOThread::Entry(void*) + 71
    8   libsystem_c.dylib                       0x972635b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9724dd4e thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x930a30ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x972660ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97265e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9724dd2a start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xdeadbeef  ebx: 0x09a3ed17  ecx: 0xbfffdb84  edx: 0x00002500
      edi: 0xaca3b174  esi: 0xbfffdbfc  ebp: 0xbfffe018  esp: 0xbfffdbd0
       ss: 0x00000023  efl: 0x00210282  eip: 0x09a3ee7f   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 2
    Binary Images:
        0x1000 -     0x1fff +tacint_osx (???) <61864F59-8A71-C466-4887-AC7CCB0C9B9D> /Users/USER/Library/Application Support/Steam/*/tacint_osx
        0x4000 -    0x1dff3 +gameoverlayrenderer.dylib (1) <C6AD9D84-0A5D-3598-9C2D-81FF881D168A> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
       0x34000 -    0x34ffb +steamloader.dylib (0) <04FED4D9-EA7B-3389-8885-307D47EC1AF1> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
       0x37000 -    0x58ff3 +libtier0.dylib (1) <BD2C9B41-54BD-8C53-640F-6351B707BA58> /Users/USER/Library/Application Support/Steam/*/libtier0.dylib
       0x73000 -    0xbaff7 +libvstdlib.dylib (1) <B56FA152-7E46-2B14-7485-C8C2AAFA642D> /Users/USER/Library/Application Support/Steam/*/libvstdlib.dylib
      0x274000 -   0x279ff7 +libsteam_api.dylib (1) <0F0B01B6-ECB2-3F57-8911-197F6ED26E75> /Users/USER/Library/Application Support/Steam/*/libsteam_api.dylib
      0x2e3000 -   0x2eafff +com.googlecode.google-breakpad (1.0) <52A4C312-E82C-3FD2-AD6B-71E07E934FA9> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
      0x500000 -   0x5b1ff7 +launcher.dylib (1) <64725D45-057F-E805-DA12-7063086B5E38> /Users/USER/Library/Application Support/Steam/*/launcher.dylib
      0x700000 -   0x714ff3 +libtier0_s.dylib (1) <AC4B93C4-802E-3E63-9E48-7280B9AC66EA> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
      0x732000 -   0x751ffb +libvstdlib_s.dylib (1) <94C6E88E-0EAB-379B-B79C-A506A2F4158A> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
      0x77a000 -   0x7a5ff7  com.apple.audio.OpenAL (1.6 - 1.6) <CDE1BC7D-871D-3BE7-A6DE-96F6806BB7E1> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
      0x7b5000 -   0x7c0fff +crashhandler.dylib (1) <4C339284-0393-32BE-9D3B-CE01C33C09EE> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
      0x7d7000 -   0x7e6fff +breakpadUtilities.dylib (1) <705ACFD7-8CF0-3AB6-9F66-AF306AF3286F> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
      0x7ef000 -   0x7f4fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14e1000 -  0x14eeff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x2400000 -  0x24a8fff +filesystem_stdio.dylib (1) <35589B63-D93F-A355-B940-E450EB840B19> /Users/USER/Library/Application Support/Steam/*/filesystem_stdio.dylib
    0x253f000 -  0x256efe3 +inputsystem.dylib (1) <C99B6AFC-9FB8-1DE2-1E48-ADEB2F7DB867> /Users/USER/Library/Application Support/Steam/*/inputsystem.dylib
    0x27a8000 -  0x27abffd  com.apple.ForceFeedback (1.0.6 - 1.0.6) <0DF7BE00-63E3-3A7B-8427-32EB741FE6C9> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x27b0000 -  0x27e3fef +valve_avi.dylib (1) <E10D4C35-E92A-B1F3-0CCC-57E0E3E70EA2> /Users/USER/Library/Application Support/Steam/*/valve_avi.dylib
    0x3c00000 -  0x3e8cff7 +libsteam.dylib (1) <489E1F11-B16B-31AB-A7A8-7730CAE82AD7> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0x3f9b000 -  0x3fe2fe7 +soundemittersystem.dylib (1) <33779D9B-6F68-B82C-DEDE-91BE3528752F> /Users/USER/Library/Application Support/Steam/*/soundemittersystem.dylib
    0x5a25000 -  0x64caf8f +steamclient.dylib (1) <DCD12DE2-488E-3C76-B78C-FD1198871B17> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0x6fbd000 -  0x6fc1fff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x6fc8000 -  0x6fd2fff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x6fda000 -  0x6fe2ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x99f2000 -  0xa213ff7 +engine.dylib (1) <EEB845B5-80D0-9E9B-9851-9A28E28250A7> /Users/USER/Library/Application Support/Steam/*/engine.dylib
    0xad57000 -  0xaf36fef +vphysics.dylib (1) <2143AF98-C929-355A-DBDD-E09A49EFDA61> /Users/USER/Library/Application Support/Steam/*/vphysics.dylib
    0xafd8000 -  0xb134fef +materialsystem.dylib (1) <B2C7E2F4-335A-619A-2A6A-A09FF4D8A0E1> /Users/USER/Library/Application Support/Steam/*/materialsystem.dylib
    0xc1f7000 -  0xc27ffef +datacache.dylib (1) <FCA0D47C-5663-126D-5BC8-49B13A2F4353> /Users/USER/Library/Application Support/Steam/*/datacache.dylib
    0xc2b7000 -  0xc399fe7 +studiorender.dylib (1) <C41117CD-3778-7AE8-D233-E04340BD74AE> /Users/USER/Library/Application Support/Steam/*/studiorender.dylib
    0xc78f000 -  0xc870fff +vscript.dylib (1) <F4CEE888-6C8B-FF33-381A-8093DE544E34> /Users/USER/Library/Application Support/Steam/*/vscript.dylib
    0xc8ae000 -  0xcab5fe3 +vguimatsurface.dylib (1) <61705565-6993-CB41-2457-AFAAFB1A0047> /Users/USER/Library/Application Support/Steam/*/vguimatsurface.dylib
    0xcc1a000 -  0xcc79fff +vgui2.dylib (1) <BEC9DF22-3873-3559-5CDE-A217016CF834> /Users/USER/Library/Application Support/Steam/*/vgui2.dylib
    0xdc97000 -  0xddeafe7 +shaderapidx9.dylib (1) <CF7CC900-F51D-A8F5-CA15-9783302D2E58> /Users/USER/Library/Application Support/Steam/*/shaderapidx9.dylib
    0xde81000 -  0xdec1ff3 +localize.dylib (1) <50D65CFA-AB29-CD38-89C5-76CA025AED68> /Users/USER/Library/Application Support/Steam/*/localize.dylib
    0xded7000 -  0xe06bffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xe0a2000 -  0xe223fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xe255000 -  0xe6a2ff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <5B46A344-20F2-3C75-9D42-D13092E6BB81> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0xf3ff000 -  0xf42aff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10e00000 - 0x10e41ff7 +stdshader_dbg.dylib (1) <887F679E-D82F-3EDE-187E-B32B7612D91F> /Users/USER/Library/Application Support/Steam/*/stdshader_dbg.dylib
    0x11900000 - 0x119f8feb +stdshader_dx9.dylib (1) <FE0463BF-5F1E-DF57-3068-77DFDBCB9A5B> /Users/USER/Library/Application Support/Steam/*/stdshader_dx9.dylib
    0x17aa0000 - 0x17abfff7 +scenefilecache.dylib (1) <718E9E85-2938-9B68-06A4-2B02E12B121C> /Users/USER/Library/Application Support/Steam/*/scenefilecache.dylib
    0x18c22000 - 0x19a73ffb +client.dylib (1) <88EA4F01-3151-6E37-5D79-FDFFD84DEADF> /Users/USER/Library/Application Support/Steam/*/client.dylib
    0x1a5f5000 - 0x1b296fe7 +server.dylib (1) <B08CF5F2-E3DD-7638-BAEE-9376A50823F6> /Users/USER/Library/Application Support/Steam/*/server.dylib
    0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.9 - 1.9) <F2B2712A-3203-3875-B1FF-768E92AE0D42> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe18000 - 0x8fe4ae57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90007000 - 0x9005eff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9005f000 - 0x90090fff  com.apple.DictionaryServices (1.2 - 184.4) <CCB46C81-57C6-3F45-B77C-4D29E4CD6BA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90091000 - 0x901eaffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x901eb000 - 0x901f5fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x901f6000 - 0x90200fff  com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90a7f000 - 0x90a80fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x90a81000 - 0x90a85ffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a86000 - 0x90acdff3  com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90ace000 - 0x90ad8fff  libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90ad9000 - 0x90b55ff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90b56000 - 0x90b56fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90b57000 - 0x90b57ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x90b58000 - 0x90b5bfff  com.apple.help (1.3.2 - 42) <2B727B38-0E18-3108-9735-F65958924A91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90b5c000 - 0x90b8fffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x90b90000 - 0x90bbcff7  libsystem_info.dylib (406.17) <2731CC70-DF2E-3BD1-AE73-A3B83C531756> /usr/lib/system/libsystem_info.dylib
    0x90bbd000 - 0x90bdffff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x90be0000 - 0x90cdeff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90cdf000 - 0x90d04ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <BBB53E4F-BCBA-3461-875F-8FA8E9157261> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90d05000 - 0x90d17fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x90d18000 - 0x90d1ffff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x90d20000 - 0x90d20fff  com.apple.ApplicationServices (45 - 45) <B23FD836-ECA1-3DF8-B043-9CA9779BE9DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90d21000 - 0x90f51fff  com.apple.QuartzComposer (5.1 - 284) <640BD4D4-3551-3DB1-A9F2-004257EE5DED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x90f52000 - 0x90f54fff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90f55000 - 0x90fb9ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x90fba000 - 0x90fbefff  com.apple.CommonPanels (1.2.5 - 94) <7B3FC9A4-0F71-31E7-88CE-1BD4CBB655B2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90fbf000 - 0x9123bff7  com.apple.QuickTime (7.7.1 - 2599.31) <3839E1F3-7948-3E68-9AE1-A0CEE8C59212> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91294000 - 0x91368ff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91369000 - 0x91370ff3  com.apple.NetFS (5.0 - 4.0) <FD429432-6DA7-3B41-9889-0E8B4ECB8A4F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91371000 - 0x91377fff  com.apple.print.framework.Print (8.0 - 258) <3E10C488-C390-33BD-8A4F-568E3021811D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x913be000 - 0x913d3fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x913d4000 - 0x914f0ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x914f3000 - 0x917b3ff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x917b4000 - 0x917b4fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x917b5000 - 0x917bcfff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x917bd000 - 0x917c0ff3  com.apple.AppleSystemInfo (2.0 - 2) <4DB3FD8F-655E-3F96-97BC-040B33044A34> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x917c1000 - 0x917f4fff  libssl.0.9.8.dylib (47.1) <1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib
    0x917f8000 - 0x91818ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x91819000 - 0x91c36fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x91c37000 - 0x91c4eff4  com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x91c4f000 - 0x91f54ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91f55000 - 0x921aeff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x921af000 - 0x921b7fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x921b8000 - 0x921ffff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x92200000 - 0x9222dffe  libsystem_m.dylib (3022.6) <93CEEC8C-FAB5-313C-B0BB-0F4E91E6B878> /usr/lib/system/libsystem_m.dylib
    0x9222e000 - 0x922ceff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x922cf000 - 0x92367fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92368000 - 0x923d0ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x923d1000 - 0x923e1ff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x923e2000 - 0x923ebfff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x923f8000 - 0x92448ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92489000 - 0x92596ff3  com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x92597000 - 0x92598fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x925a0000 - 0x926d3ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x926d4000 - 0x926f3ff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x926f4000 - 0x92721ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x92722000 - 0x92724ffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x92725000 - 0x92882ffb  com.apple.QTKit (7.7.1 - 2599.31) <B9AE5675-22B0-3AA9-903F-2195DA0B04F5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92883000 - 0x928f8ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <1D81B09C-98DB-3CDB-990B-459FAE3D8D7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92900000 - 0x92925ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92926000 - 0x92966fff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x92c54000 - 0x93050feb  com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9308e000 - 0x930a8ffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
    0x93de2000 - 0x94102ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94103000 - 0x94127fff  libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x941c2000 - 0x941cbff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94441000 - 0x944d3ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x944d4000 - 0x945c5ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x945c6000 - 0x945c7fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x945c8000 - 0x94663fff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94664000 - 0x94664fff  com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94665000 - 0x94671ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94672000 - 0x946d8fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x946d9000 - 0x946e9ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <C6076983-A02E-389E-BFC6-008EECC4C896> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x946ea000 - 0x946f8fff  libxar.1.dylib (105) <6498A359-2DBA-3EDA-8F00-EEB989DD0A93> /usr/lib/libxar.1.dylib
    0x946f9000 - 0x948e1ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x948e2000 - 0x94a1dff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94a1e000 - 0x94b16ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x94b17000 - 0x94b70fff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94b9d000 - 0x94f55ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94f58000 - 0x94fafff7  com.apple.ScalableUserInterface (1.0 - 1) <4B538E02-4F41-37FF-81F6-ED43DE0E78CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x94fb0000 - 0x95097ff7  libxml2.2.dylib (22.3) <56E973D6-6B55-3E67-8282-6BC982816488> /usr/lib/libxml2.2.dylib
    0x95098000 - 0x95099fff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x950a2000 - 0x950abfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95164000 - 0x9517bfff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9517c000 - 0x95230fff  com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95231000 - 0x95233ffd  libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95239000 - 0x95450fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95451000 - 0x9546afff  com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x954c2000 - 0x95598fff  com.apple.DiscRecording (7.0 - 7000.2.4) <528052A0-FCFB-3867-BCDF-EE0F8A998C1C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95599000 - 0x95648ff7  com.apple.CoreText (260.0 - 275.16) <7716C57B-E059-3B30-BBA8-AD7FF6EE3D35> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95649000 - 0x9565efff  com.apple.ImageCapture (8.0 - 8.0) <F681CA5B-2871-32CF-8E9F-9220EB387407> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9565f000 - 0x95694fff  libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x95695000 - 0x95698ff9  libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9569b000 - 0x9569bfff  com.apple.Cocoa (6.7 - 19) <01AA482A-677A-31CA-9EC9-05C57FDDE427> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9569d000 - 0x956c8ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x956c9000 - 0x95704fef  libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95705000 - 0x962c1ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x962d1000 - 0x963de057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x96501000 - 0x96501fff  com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96502000 - 0x9655cffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9655d000 - 0x9657bff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9657c000 - 0x9657cfff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x9657d000 - 0x96695ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <D871D730-1D5C-34E7-98C7-0FF09964E618> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x96696000 - 0x96696fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x96697000 - 0x966f2ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9670d000 - 0x96713fff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x96714000 - 0x96720ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x96721000 - 0x96730fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96731000 - 0x96735ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x96736000 - 0x96841ff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x96842000 - 0x9685ffff  libCRFSuite.dylib (33) <8E6E8815-406E-3A89-B96E-908FEFC27F0A> /usr/lib/libCRFSuite.dylib
    0x96860000 - 0x968a5ff7  com.apple.NavigationServices (3.7 - 200) <6AB1A00C-BC94-3889-BA95-40A454B720CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x968a6000 - 0x968b4ff3  libsystem_network.dylib (77.10) <11CAF6A8-17CF-3178-9348-57C5ED494BA8> /usr/lib/system/libsystem_network.dylib
    0x96953000 - 0x969b5fff  libc++.1.dylib (65.1) <35EE57E1-2705-3C76-A75A-75655D720268> /usr/lib/libc++.1.dylib
    0x969b6000 - 0x969c1fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x969c2000 - 0x969cbffd  com.apple.audio.SoundManager (4.0 - 4.0) <6A0B4A5D-6320-37E4-A1CA-91189777848C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x969cc000 - 0x969d8ff7  com.apple.NetAuth (4.0 - 4.0) <52D23F12-0718-341D-B9DF-16C814022250> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x969d9000 - 0x96a0fffb  com.apple.DebugSymbols (98 - 98) <D0293694-C381-30DF-8DD9-D1B04CD0E5F0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x96a10000 - 0x96abafff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96ac9000 - 0x96c52ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96c53000 - 0x96cb4fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96cb5000 - 0x96cc3fff  com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96cc4000 - 0x96cfbffa  com.apple.LDAPFramework (2.4.28 - 194.5) <23668AB5-68EA-37D2-978E-C9EF22BF8C0C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96d9e000 - 0x96e7ffff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
    0x96e80000 - 0x96ec2ff7  libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
    0x96f0f000 - 0x96f21ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x96f22000 - 0x96f22fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96f27000 - 0x96f81ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x96f82000 - 0x97076ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x970d2000 - 0x971cfff7  com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x971d2000 - 0x97214fff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x97215000 - 0x97216ffd  libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
    0x97217000 - 0x97240fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9724d000 - 0x9730afeb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
    0x9730b000 - 0x97359ffb  libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97390000 - 0x973ffffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x97400000 - 0x9740cffe  libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
    0x9740f000 - 0x97412ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x97413000 - 0x97417ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x97479000 - 0x974bbffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x974bc000 - 0x97516fff  com.apple.Symbolication (1.3 - 93) <4A794D1C-DE02-3183-87BF-0008A602E4D3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97517000 - 0x97665ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97666000 - 0x978d3ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x978d4000 - 0x978eafff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x978eb000 - 0x978f5fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x978f6000 - 0x97d38fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x97d39000 - 0x97d46ff7  com.apple.AppleFSCompression (49 - 1.0) <9A066D13-6E85-36FC-8B58-FD46E51751CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x97d47000 - 0x97d47fff  libSystem.B.dylib (169.3) <B81FAD7E-8808-3F49-807F-0AD68D0D7359> /usr/lib/libSystem.B.dylib
    0x97d48000 - 0x9812bfff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98136000 - 0x98153ff7  libresolv.9.dylib (51) <B974

    Hi, never played them or had Steam, but it appears to be something about the Login as far as I can tell, but not sure of course.
    Hopefully my reply brings your query to the top again & we get more help here.

  • Freezing/crash of iMac under Snow Leopard when backup with Time Machine

    Hi!
    The backup on my external hard drive with Time Machine cannot be completed.
    After few ten Go out of 360Go the backup stops suddenly and the computer freezes/crashes.
    I have got an iMac Intel Core 2 Duo with Snow Leopard 10.6.8 − 64 bit. The external hard drive is a LaCie 500Go.
    Also, backups for another Apple computer can be done with this LaCie external drive. So, it is not the cause of the freezing/crash of the iMac.
    I tried to solve this problem applying the following steps:
    1- I started with the installation disk.
    2- I repaired the internal iMac drive and the permissions with the Disk Utilities soft on the installation disk. All was OK.
    3- The LaCie drive was erased, formatted again with one GUID partition (500Go) and the disk verified. All was OK.
    4- I re-install the OS with the installation disk -> 10.6 Snow Leopard
    5- Updates to 10.6.8, etc… security update 2012-004 and the 13th Java update to v1.6.
    6- I deleted in the folder /Library/Preferences the file com.apple.TimeMachine.plist
    7- I deleted the file com.apple.finder.plist in the administrator account Preferences folder.
    8- The iMac was shutdowned as well as the external LaCie drive.
    9- I restarted and changed the name of the external LaCie drive.
    10- I choose the LaCie backup drive with Preferences System > Time Machine with right exclusions.
    Unfortunately, the problem remained and the backup was again unsuccessful followed by another freezing/crash of the iMac.
    So how to solve this problem?
    Here is what I obtained from the system.log with the Console utility (crash/freezing at: 10:48):
    =============================================================================== ==============================
    Tue 4 09:58:24 imac com.apple.backupd[233]: Starting standard backup
    Tue 4 09:58:24 imac com.apple.backupd[233]: Backing up to: /Volumes/LaCie/Backups.backupdb
    Tue 4 09:58:24 imac com.apple.backupd[233]: Ownership is disabled on the backup destination volume.  Enabling.
    Tue 4 09:58:25 imac com.apple.backupd[233]: Backup content size: 343.5 GB excluded items size: 2.3 GB for volume iMac
    Tue 4 09:58:25 imac com.apple.backupd[233]: No pre-backup thinning needed: 409.52 GB requested (including padding), 465.02 GB available
    Tue 4 09:58:25 imac com.apple.backupd[233]: Waiting for index to be ready (101)
    Tue 4 09:58:25 imac mds[40]: (Normal) DiskStore: Creating index for /Volumes/LaCie/Backups.backupdb
    Tue 4 10:00:32 imac com.apple.backupd[233]: SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x10083f704, p = 0x10083f70c, pEnd = 0x10083f70d)
    Tue 4 10:00:32 imac com.apple.backupd[233]: SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x10101b304, p = 0x10101b30c, pEnd = 0x10101b30d)
    Tue 4 10:00:33 imac com.apple.backupd[233]: SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x1007c6f94, p = 0x1007c6f9c, pEnd = 0x1007c6f9d)
    Tue 4 10:07:49 imac /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[202]: No valid tickets, timing out
    Tue 4 10:14:53 imac mdworker[242]: multibyte IDs are unsupported.
    Tue 4 10:17:05 imac backupd[233]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Tue 4 10:17:05 imac mdworker[243]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Tue 4 10:22:00 imac com.apple.backupd[233]: SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x10377e518, p = 0x10377e556, pEnd = 0x10377e557)
    Tue 4 10:22:01 imac com.apple.backupd[233]: SystemFlippers: didn't consume all data for vers ID 1 (pBase = 0x10393e518, p = 0x10393e556, pEnd = 0x10393e557)
    Tue 4 10:30:38 imac mdworker[242]: Corrupt JPEG data: 1 extraneous bytes before marker 0xd9
    Tue 4 10:30:38 imac mdworker[242]: JPEG datastream contains no image
    Tue 4 10:30:39 imac mdworker[242]: Corrupt JPEG data: 1 extraneous bytes before marker 0xd9
    Tue 4 10:30:39 imac mdworker[242]: JPEG datastream contains no image
    Tue 4 10:32:10 imac mdworker32[452]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Tue 4 10:38:16 imac mdworker[243]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Tue 4 10:38:16 imac mdworker[243]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    =============================================================================== ==============================
    Waiting for a solution....
    Bye
    JacRb

    See the problem and its solution:
    https://discussions.apple.com/message/21491140#21491140

  • Everything keeps freezing/crashing after Mavericks installation on MacBook Pro

    Everything keeps freezing/crashing after Mavericks installation on MacBook Pro.
    It started with Photoshop, then Safari, and now the Kinect sensor.
    Mavericks is the worse thing that happened to me I have a thesis project to work on!
    What can I do?
    How can I remove Mavericks and go back to Mountain Lion?
    Thanks

    Hey StephSassine,
    First, I would run through these steps:
    Your computer’s startup disk may not have enough free disk space. To make disk space available, you can move files to another disk and then delete files you no longer need on the startup disk:
    Increase disk space
    http://support.apple.com/kb/PH10677
    If that doesn't work, you may need to repair your computer’s disk in Disk Utility:
    Choose Apple menu > Software Update to make sure you have the latest version of Mac OS X.
    Software updates sometimes change a file’s permissions to improve security, so updating your software can solve some permissions problems.
    Open Disk Utility, in the Utilities folder in Launchpad.
    Select the disk you want to check.
    Click First Aid.
    Click Repair Disk Permissions to test and repair permissions.
    via: Disk Utility 12.x: Repair disk permissions   
    http://support.apple.com/kb/PH5821
    If that doesn't help resolve the issue, you can revert to a previous OS X version:
    OS X Mavericks: Revert to a previous OS X version
    http://support.apple.com/kb/PH14176
    Sincerely,
    Delgadoh

  • IPad constantly glitching/freezing/crashing/parts of screen unresponsive - time for a factory reset OR a trip to the Apple store???

    iPad constantly glitching/freezing/crashing/parts of screen unresponsive - time for a factory reset OR a trip to the Apple store???
    My son has nothing but problems with his iPad Mini.  It is less than a year old and it constantly freezes/crashes/glitches and parts of the screen are unresponsive.  This happens while playing games, watching movies, surfing the net etc etc
    The iPad has been in a heavy duty Survivor case from day 1 and has been very well taken care of - so I don't think it's a damage issue
    I have tried numerous resets (just holding the 2 buttons) and have disabled every feature on the iPad that might be causing memory/RAM issues (?)  all to no avail.
    I haven't tried resetting to factory settings as I don't want to lose all the data on the iPad (mostly his game achievements and Minecraft maps that he has worked so hard on!!!)
    SO - any suggestions:
    1) Take it in to the Apple Store - I have never gone to Apple over an issue, is this possibly covered by warranty???
    2) Factory Reset - If I do this can I save all his game achievements/data???
    Cheers,
    Todd

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPhone, iPad, iPod Touch: Troubleshooting Touchscreen Response
    http://support.apple.com/kb/ts1827
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Not normal. Take it to an Apple Store for evaluation. You're covered by Apple's 1-year warranty.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

Maybe you are looking for

  • Import org.xml.sax is deprecated

    Hi All, Please help ... I am a beginner of using SAX with Java. I think I don't have the org.xml.sax.* classes in my java class. So, I downloaded "saxjava-1.0" from www.megginson.com (I hope I downloaded the correct one). I unzipped the file and put

  • Counting Version 1 and 0

    I have a table with the following... Date id version_num total 01/01/2009 09:00:00 101 0 99 01/01/2009 09:00:00 101 1 100 02/01/2009 09:00:00 101 1 201 03/01/2009 09:00:00 101 1 150 04/01/2009 09:00:00 101 1 99 05/01/2009 09:00:00 101 0 103 05/01/200

  • How do you retrieve Many documents from an external content repository

    We are using P8 to store our AP Imaging documents (invoices).  The conenction for this is set up through all the standard document management configuration using OAC0, OAC3, etc. I wrote an ALV program that allows the users to search SAP and it will

  • Site won't work in FireFox

    Hi Everyone, I normally wouldn't ask something like this, but I've tried so many things and can't figure it out. A friend sent me her website because it won't work in FireFox, but does in every other browser. Here is the site: www.milanmoffatt.com/di

  • Iphoto import: invalid library

    Hi! I'm trying to import iPhoto (upon was installed Aperture, but the library is iPhoto) in Lightroom with the new plugin. However it doesn't recognize the library.iphoto as valid. Lightroom is installed on a Windows (with bootcamp) and the library i