Hang while web inspector active

While developing website content, I like to have the web inspector active for debugging purposes. If it is active and I refresh the current webpage Safari appears to hang until I remove the web inspector, then the page loads normally.
This behaviour is mildly annoying. I wonder if this is a bug or if there is some undiagnosed problem with my web pages. Anyone else have this problem?

You might consider posting in Apple's Developer Forums if you don't get much activity on this issue here.

Similar Messages

  • Safari 6: What happened to "Activity" view? Also Web Inspector Network view doesn't work.

    Hi all,
    I "upgraded" to Safari 6 and while it's super-fast and snappy as ****, I'm missing two features:
    1) Activity view is gone! It was the easiest way to see what kind of crap websites are loading and you could double click on files and view them. Now  that's gone.
    2) I then tried using Web Inspector to try to track down a FLV file that was being loaded (something that worked with old Safari) and I couldn't do it anymore... Flash loading is not visible in Safari 6 and yet it was in previous Safari.
    Ugh... new Safari is a great but they took two of my favorite options
    Is there something I'm missing or are these features really gone?

    Ugh... new Safari is a great but they took two of my favorite options
    Send feedback >  Apple - Safari - Feedback
    If you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    Check to see if Safari is running in 32 bit mode. Right or control click the Safari icon in your Applications folder then click Get Info. If the box next to:  Open in 32 bit mode  is selected, deselect, quit then relaunch Safari.
    And try uninstalling the currently installed Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Open System Preferences > Flash Player then select the Storage tab. Click: Delete All

  • Inspecting element on Safari 7 does not show Web Inspector

    When I run "Inspect Element" on Safari 7, nothing happens.  I don't see the Web Inspector and the page appears to lag a little bit.  I am running Mavericks 10.9.2 and Safari 7.0.3.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Web Inspector freezes Safari

    Hi,
    I used Web Inspector a lot but recently it stopped working for me. Everytime I open it up, it immediately freezes Safari and I see the Mac Beachball. All my tabs are unresponsive all of a sudden. I can't even close a tab or the web inspector.
    What can I do, as the Web Inspector in Safari is completely unusable like this?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Application hangs while trying to create a socket

    Hello,
    We have a third party application that makes HTTP connections using a old version of HTTPClient. Recently we have run into problems where the application hangs as one thread seems to hang while trying to create a socket (thread dumps show the hang occurs in native code) and other threads end up waiting for this thread as they need to obtain a lock on HTTPClient.HTTPConnection. We found out that HTTPClient was not setting a timeout on the underlying socket (SO_TIMEOUT) and the relevant patch has been implemented in the hope that if the condition arises again the offending thread will be timed out and allow other threads to try and continue.
    We will not be able to see if the patch works until Monday and I would like to understand the problem a little better if it fails. My question at what point will the socket timeout starting ticking? As our offending thread is waiting in native code is there a chance that the timeout will not be "active".
    Also can anyone provide reasons for an application hanging while trying to create a socket and any suggestions for monitoring or mitigating this problem?
    Thanks a lot.
    Sun Solaris 5.8
    JDK 1.4.1 b02

    It looks like our version of the JDK offer a connect method with a timeout value, I think this will do the trick.

  • JVM hangs while executing  a sql query

    My JVM hangs while I try to execute an update query. I am using JDBC thin client and Oracle 9i as database. Can someone please suggest what could be wrong.

    I have a serious problem regarding the usage of Prepared Statement.
    I am working on J2EE based application with the application server as Oracle 9ias.We have mostly used Prepared in 0ur queries.But one our application got implemented we are facing some strange problems.The first instance was a web page was getting hanged and does not give any results.But this had worked fine in all our testing environment.We analysed the table which it uses and still no result.Finally we changed prepared statement to statement and the result page came within seconds.
    The second instance is the main issue.Again a query is getting hanged when we try to process it through the web page.We again tested it by converting from prepared statement to statement and its coming within seconds.
    Can someone give me some input.Is there any databse parameter that is controlling this prepared statement or statement.

  • Daily Kernel Panic while web browsing

    Hello,
    I'm receiving nearly daily kernel panics while web browsing. At first this was happening in Chrome, so I uninstalled it and went back to using Safari. The problem occurs in Safari as well. It seems to occur most often when I launch additional browser tabs (usually after 3 tabs have opened - happened in both Chrome and Safari)  The latest log is below followed by the output from EtreCheck. Any suggestions?
    Anonymous UUID:       FD0F2F5C-F419-7A5A-B43A-88BF1A1E559E
    Thu Mar  5 19:57:56 2015
    *** Panic Report ***
    panic(cpu 4 caller 0xffffff800c41a46e): Kernel trap at 0xffffff800c10e0b4, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x00007ffc01ccd000, CR3: 0x00000008261f5021, CR4: 0x00000000001627e0
    RAX: 0x0000000000000004, RBX: 0x0000000000000004, RCX: 0x0000000000000003, RDX: 0x0000000000000024
    RSP: 0xffffff83b6d93db8, RBP: 0xffffff83b6d93e20, RSI: 0xffffff8054008eaa, RDI: 0xffffff8054008eae
    R8:  0x00000000000001d7, R9:  0xffffff8073f67140, R10: 0x00000000000002aa, R11: 0xffffff8349615000
    R12: 0xffffff800c31b550, R13: 0xffffff8054008eac, R14: 0xffffff8054008e00, R15: 0xffffff800c96e25e
    RFL: 0x0000000000010602, RIP: 0xffffff800c10e0b4, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00007ffc01ccd000, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff83a9355e10 : 0xffffff800c32fe41
    0xffffff83a9355e90 : 0xffffff800c41a46e
    0xffffff83a9356050 : 0xffffff800c436683
    0xffffff83a9356070 : 0xffffff800c10e0b4
    0xffffff83b6d93e20 : 0xffffff800c328ebc
    0xffffff83b6d93e90 : 0xffffff800c3294db
    0xffffff83b6d93f10 : 0xffffff800c4059fa
    0xffffff83b6d93fb0 : 0xffffff800c436ea6
    BSD process name corresponding to current thread: launchservicesd
    Mac OS version:
    14C109
    Kernel version:
    Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64
    Kernel UUID: DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5
    Kernel slide:     0x000000000c000000
    Kernel text base: 0xffffff800c200000
    __HIB  text base: 0xffffff800c100000
    System model name: iMac15,1 (Mac-FA842E06C61E91C5)
    System uptime in nanoseconds: 78073549621790
    last loaded kext at 27267510428: com.apple.filesystems.smbfs 3.0.0 (addr 0xffffff7f8ce4a000, size 393216)
    last unloaded kext at 189409942040: com.apple.driver.AppleFileSystemDriver 3.0.1 (addr 0xffffff7f8e80d000, size 8192)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 4.3.22
    org.virtualbox.kext.VBoxNetFlt 4.3.22
    org.virtualbox.kext.VBoxUSB 4.3.22
    org.virtualbox.kext.VBoxDrv 4.3.22
    com.apple.filesystems.smbfs 3.0.0
    com.apple.filesystems.afpfs 11.0
    com.apple.nke.asp-tcp 8.0.0
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.driver.AppleGraphicsDevicePolicy 3.7.7
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.kext.AMDFramebuffer 1.3.0
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleIntelHD5000Graphics 10.0.2
    com.apple.AMDRadeonX4000 1.3.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleIntelFramebufferAzul 10.0.2
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AudioAUUC 1.70
    com.apple.kext.AMD9000Controller 1.3.0
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.iokit.IOUSBAttachedSCSI 1.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.security.SecureRemotePassword 1.0
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.driver.AppleMultitouchDriver 262.33.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOSurface 97
    com.apple.driver.AppleGraphicsControl 3.8.6
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.iokit.IOAcceleratorFamily2 156.6
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.kext.AMDSupport 1.3.0
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.driver.AppleThunderboltEDMSink 4.0.2
    com.apple.driver.AppleUSBHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBAudio 295.23
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471.10.6
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: iMac15,1, BootROM IM151.0207.B01, 4 processors, Intel Core i7, 4 GHz, 32 GB, SMC 2.23f11
    Graphics: AMD Radeon R9 M295X, AMD Radeon R9 M295X, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x142), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    USB Device: Backup+ Desk
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Logitech Camera
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    Thunderbolt Bus: iMac, Apple Inc., 26.1
    ==================================
    Problem description:
    Kernel Panic while web browsing
    EtreCheck version: 2.1.8 (121)
    Report generated March 5, 2015 at 8:05:01 PM CST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (Retina 5K, 27-inch, Late 2014) (Technical Specifications)
        iMac - model: iMac15,1
        1 4 GHz Intel Core i7 CPU: 4-core
        32 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 0/DIMM1
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM1
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
        AMD Radeon R9 M295X - VRAM: 4096 MB
            iMac spdisplays_5120x2880Retina
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:6:55
    Disk Information: ℹ️
        APPLE SSD SD0128F disk0 : (121.33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Boot OS X (disk0s3) <not mounted> : 134 MB
            Macintosh HD (disk2) / : 3.12 TB (2.04 TB free)
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 3.00 TB Online
        APPLE HDD ST3000DM001 disk1 : (3 TB)
            EFI (disk1s1) <not mounted> : 210 MB
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk2) / : 3.12 TB (2.04 TB free)
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 3.00 TB Online
    USB Information: ℹ️
        Seagate Backup+ Desk 4 TB
            EFI (disk3s1) <not mounted> : 315 MB
            Backup4TB (disk3s2) /Volumes/Backup4TB : 4.00 TB (701.39 GB free)
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/launchd.conf - Exists
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Toast 11 Titanium/Spin Doctor.app
        [not loaded]    com.hzsystems.terminus.driver (4) [Click for support]
            /Applications/Transmit.app
        [not loaded]    com.panic.TransmitDisk.transmitdiskfs (4.0.0 - SDK 10.6) [Click for support]
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0231.47.74) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0231.47.74) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.22) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.AmbrosiaSW.AudioSupport (4.1.2 - SDK 10.6) [Click for support]
        [not loaded]    com.Belcarra.iokit.USBLAN_netpart (3.1.1 - SDK 10.6) [Click for support]
        [not loaded]    com.Belcarra.iokit.USBLAN_usbpart (3.1.1 - SDK 10.6) [Click for support]
        [not loaded]    com.RemoteControl.USBLAN.usbpart (3.1.1 - SDK 10.7) [Click for support]
        [not loaded]    com.aliph.driver.jstub (1.1.2 - SDK 10.7) [Click for support]
        [not loaded]    com.dvdfab.kext.fabio (1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchAfaTech (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergy450 (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergyXS (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchEmpia (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchVoyager (1.1) [Click for support]
        [not loaded]    com.iospirit.driver.rbiokithelper (1.24 - SDK 10.6) [Click for support]
        [not loaded]    com.markspace.driver.RemoteNDIS (430) [Click for support]
        [not loaded]    com.palm.ClassicNotSeizeDriver (3.2) [Click for support]
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
            /System/Library/Extensions/2.2.0/Belcarra.USBLAN_netpart.kext/Contents/Plug-Ins
        [not loaded]    com.belcarra.iokit.netpart.panther (1.6.3) [Click for support]
            /System/Library/Extensions/2.2.0/Belcarra.USBLAN_usbpart.kext/Contents/Plug-Ins
        [not loaded]    com.belcarra.iokit.usbpart.panther (1.6.3) [Click for support]
            /System/Library/Extensions/2.2.0/RemoteControl.USBLAN_usbpart.kext/Contents/Plu g-Ins
        [not loaded]    com.RemoteControl.USBLAN.panther (1.6.2) [Click for support]
            /System/Library/Extensions/RBIOKitHelper.kext/Contents/PlugIns
        [not loaded]    com.iospirit.driver.RBTSRPlugin (1.18 - SDK 10.6) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.amazon.sendtokindle.launcher.plist [Click for support]
        [failed]    com.epson.esua.launcher.plist [Click for support] [Click for details]
        [failed]    com.epson.eventmanager.agent.plist [Click for support] [Click for details]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.enable-bundles.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid-user.plist [Click for support]
        [loaded]    org.gpgtools.Libmacgpg.xpc.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.fix.plist [Click for support]
        [running]    org.gpgtools.macgpg2.shutdown-gpg-agent.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.actualtechnologies.odbcdriver.atsqlsrv.plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist [Click for support]
        [running]    com.crashplan.engine.plist [Click for support]
        [running]    com.fitbit.fitbitd.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [failed]    com.iospirit.candelair.sync.plist [Click for support] [Click for details]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [not loaded]    com.wandisco.ubersvn_httpd.plist [Click for support]
        [not loaded]    com.wandisco.ubersvn_tomcat.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.akamai.single-user-client.plist [Click for support]
        [failed]    com.ecamm.printopia.plist [Click for support] [Click for details]
        [loaded]    com.pia.pia_manager.plist [Click for support]
        [failed]    com.plexapp.helper.plist [Click for support] [Click for details]
        [failed]    com.zeobit.MacKeeper.Helper.plist [Click for support] [Click for details]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        System Events    Application  (/System/Library/CoreServices/System Events.app)
        AirPort Base Station Agent    Application  (/System/Library/CoreServices/AirPort Base Station Agent.app)
        iTunes    Application  (/Applications/iTunes.app)
        Caffeine    Application  (/Applications/Caffeine.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        CrashPlan menu bar    Application  (/Applications/CrashPlan.app/Contents/Helpers/CrashPlan menu bar.app)
        Android File Transfer Agent    Application  (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
        video    Volume Hidden (/Volumes/video)
        Canon IJ Network Scanner Selector EX    Application Hidden (/Applications/Canon Utilities/IJ Network Scanner Selector EX/Canon IJ Network Scanner Selector EX.app)
        troy    Volume Hidden (/Volumes/[redacted])
        EvernoteHelper    Application  (/Applications/Evernote (93489).app/Contents/Library/LoginItems/EvernoteHelper.app)
        Things Helper    Application  (/Users/[redacted]/Library/Application Support/Cultured Code/Things Helper.app)
        EyeTV Helper    Application  (/Library/Application Support/EyeTV/EyeTV Helper.app)
    Internet Plug-ins: ℹ️
        AdobePDFViewerNPAPI: Version: 10.1.12 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        EPPEX Plugin: Version: 4.1.0.0 [Click for support]
        AdobePDFViewer: Version: 10.1.12 [Click for support]
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        GoogleOneClickPlugin: Version: Unknown
        RealPlayer Plugin: Version: Unknown
        QuickTime Plugin: Version: 7.7.3
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Click for support]
        MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 5.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
        JoostPlugin: Version: 0.13.1 [Click for support]
    User internet Plug-ins: ℹ️
        WebEx64: Version: 1.0 - SDK 10.6 [Click for support]
        WebEx: Version: 1.0 [Click for support]
        GoogleOneClickPlugin: Version: Unknown
        Picasa: Version: 1.0 [Click for support]
    Safari Extensions: ℹ️
        1Password
        Evernote Web Clipper
    3rd Party Preference Panes: ℹ️
        Akamai NetSession Preferences  [Click for support]
        Candelair  [Click for support]
        Connect360  [Click for support]
        Flash Player  [Click for support]
        GoPro  [Click for support]
        GPGPreferences  [Click for support]
        Java  [Click for support]
        MusicManager  [Click for support]
        Tuxera NTFS  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 3.12 TB Disk used: 1.07 TB
        Destinations:
            Backup4TB [Local]
            Total size: 4.00 TB
            Total number of backups: 106
            Oldest backup: 2013-11-10 17:46:18 +0000
            Last backup: 2015-03-06 00:38:00 +0000
            Size of backup disk: Adequate
                Backup size 4.00 TB > (Disk used 1.07 TB X 3)
    Top Processes by CPU: ℹ️
           100%    AAM Updates Notifier
             2%    WindowServer
             1%    Safari
             0%    AppleSpell
             0%    SystemUIServer
    Top Processes by Memory: ℹ️
        378 MB    Dock
        241 MB    loginwindow
        241 MB    mds_stores
        241 MB    com.apple.MediaLibraryService
        206 MB    com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
        26.34 GB    Free RAM
        4.70 GB    Active RAM
        1.31 GB    Inactive RAM
        2.00 GB    Wired RAM

    Hello all - so, I replaced the 2 memory modules that I added and put in a matching set from my Mac Mini. I went several days without issue until tonight - another kernel panic. Here is the dump. Any other ideas????
    Anonymous UUID:       FD0F2F5C-F419-7A5A-B43A-88BF1A1E559E
    Thu Mar 19 20:16:26 2015
    *** Panic Report ***
    panic(cpu 4 caller 0xffffff800c41a46e): Kernel trap at 0xffffff800c10e0c5, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x00000001104f8006, CR3: 0x000000082637204a, CR4: 0x00000000001627e0
    RAX: 0x0000000000000010, RBX: 0x0000000405ee0000, RCX: 0x0000000000000338, RDX: 0x0000000000004fe0
    RSP: 0xffffff83b6db36b8, RBP: 0xffffff83b6db36f0, RSI: 0xffffff834965fc38, RDI: 0xffffff834965fc48
    R8:  0x0000000000000526, R9:  0xffffff804f00cec0, R10: 0x0000000405ee6000, R11: 0xffffffffffff0000
    R12: 0xffffff804f00cec0, R13: 0x0000000000000270, R14: 0x0000000000000028, R15: 0x0000000405eeffff
    RFL: 0x0000000000010682, RIP: 0xffffff800c10e0c5, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00000001104f8006, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff83a93bde10 : 0xffffff800c32fe41
    0xffffff83a93bde90 : 0xffffff800c41a46e
    0xffffff83a93be050 : 0xffffff800c436683
    0xffffff83a93be070 : 0xffffff800c10e0c5
    0xffffff83b6db36f0 : 0xffffff800c8eb2aa
    0xffffff83b6db3740 : 0xffffff7f8e379f3d
    0xffffff83b6db3780 : 0xffffff7f8ea2274f
    0xffffff83b6db37c0 : 0xffffff7f8e388311
    0xffffff83b6db37f0 : 0xffffff7f8e36cf8c
    0xffffff83b6db3820 : 0xffffff7f8ea066cc
    0xffffff83b6db3870 : 0xffffff7f8e36b76d
    0xffffff83b6db38e0 : 0xffffff7f8e36b3be
    0xffffff83b6db3900 : 0xffffff7f8e36ccff
    0xffffff83b6db3920 : 0xffffff7f8ea0aea0
    0xffffff83b6db3940 : 0xffffff7f8ea2ddeb
    0xffffff83b6db3980 : 0xffffff7f8ea265f5
    0xffffff83b6db39d0 : 0xffffff7f8e358d6d
    0xffffff83b6db3a00 : 0xffffff7f8ea2dd1c
    0xffffff83b6db3a20 : 0xffffff7f8e359129
    0xffffff83b6db3a50 : 0xffffff7f8e3667cc
    0xffffff83b6db3aa0 : 0xffffff7f8e357412
    0xffffff83b6db3b30 : 0xffffff800c900652
    0xffffff83b6db3b60 : 0xffffff800c901249
    0xffffff83b6db3bc0 : 0xffffff800c8fe9c3
    0xffffff83b6db3d00 : 0xffffff800c3e4a87
    0xffffff83b6db3e10 : 0xffffff800c333f8c
    0xffffff83b6db3e40 : 0xffffff800c318a93
    0xffffff83b6db3e90 : 0xffffff800c3293bd
    0xffffff83b6db3f10 : 0xffffff800c4059fa
    0xffffff83b6db3fb0 : 0xffffff800c436ea6
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAcceleratorFamily2(156.6.1)[9D837BF9-D1FE-353B-8FF9-6C1047331 A82]@0xffffff7f8e353000->0xffffff7f8e3bffff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f8cb24000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f8d483000
             com.apple.AMDRadeonX4000(1.3)[A40FCCB4-4E3E-3C98-9E8B-024640630CDE]@0xffffff7f8 e9fb000->0xffffff7f8ef2afff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f8cb24000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f8d483000
                dependency: com.apple.iokit.IOAcceleratorFamily2(156.6.1)[9D837BF9-D1FE-353B-8FF9-6C1047331 A82]@0xffffff7f8e353000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    14C1510
    Kernel version:
    Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64
    Kernel UUID: 270413F7-3B44-3602-894F-AC0D392FCF8E
    Kernel slide:     0x000000000c000000
    Kernel text base: 0xffffff800c200000
    __HIB  text base: 0xffffff800c100000
    System model name: iMac15,1 (Mac-FA842E06C61E91C5)
    System uptime in nanoseconds: 191094825595766
    last loaded kext at 154065343296988: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f8f6ab000, size 20480)
    last unloaded kext at 154128664839212: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f8f6ab000, size 16384)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 4.3.22
    org.virtualbox.kext.VBoxNetFlt 4.3.22
    org.virtualbox.kext.VBoxUSB 4.3.22
    org.virtualbox.kext.VBoxDrv 4.3.22
    com.apple.filesystems.smbfs 3.0.0
    com.apple.filesystems.afpfs 11.0
    com.apple.nke.asp-tcp 8.0.0
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.driver.AppleGraphicsDevicePolicy 3.7.7
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.kext.AMDFramebuffer 1.3.0
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleIntelHD5000Graphics 10.0.2
    com.apple.AMDRadeonX4000 1.3.0
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AudioAUUC 1.70
    com.apple.kext.AMD9000Controller 1.3.0
    com.apple.driver.AppleIntelFramebufferAzul 10.0.2
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.iokit.IOUSBAttachedSCSI 1.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.security.SecureRemotePassword 1.0
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.driver.AppleMultitouchDriver 262.33.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOSurface 97
    com.apple.driver.AppleGraphicsControl 3.8.6
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleSMC 3.1.9
    com.apple.kext.AMDSupport 1.3.0
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.iokit.IOAcceleratorFamily2 156.6.1
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleThunderboltEDMSink 4.0.2
    com.apple.driver.AppleUSBHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.AppleUSBAudio 295.23
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471.10.6
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: iMac15,1, BootROM IM151.0207.B01, 4 processors, Intel Core i7, 4 GHz, 32 GB, SMC 2.23f11
    Graphics: AMD Radeon R9 M295X, AMD Radeon R9 M295X, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x142), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    USB Device: Backup+ Desk
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    USB Device: Logitech Camera
    Thunderbolt Bus: iMac, Apple Inc., 26.1

  • Safari 7 web inspector crippled

    I use the web inspector to make a lot of "on the fly" css tweaks which I then add to custom css files on wordpress blogs.  The latest version of safari still allows me to do it BUT I can only select the rules OR the selectors when I want to copy what I have done.  It refuses to let me select the entire block (rules and selectors) thus making me to two copy/paste operations when before I only needed to do it once.
    Any ideas how to get around this?

    Bump. I updated to Mavericks a couple of weeks ago and have just slammed into this issue. The only "workaround" I've found is to click the link for the stylesheet that you've just modified and copy the code from that, but that's an extra step that I shouldn't have to perform when text is right there in front of me.
    On top of that, I don't seem to be able to even add an attribute to an existing class anymore - hitting Tab, which used to let you quickly start a new attribute in the rule that you're editing, literally inserts a tab into whatever you're typing. Absurd! There are no tabs in CSS other than for visual organization that's irrelevant in this context. Why would the Inspector allow you to type actual tabs here?!
    But what, there's more! While I love the new "+ New Rule" button, even here I'm not able to add attributes - unless I'm missing something, I would love to learn that I am - to the new rule. So if this new rule has six attributes, then it displays in the Inspector as six new rules, each with the same name. Absurd x2.
    I really do like some of the changes to the Safari 7 Inspector, but I would gladly give them up in order to eliminate these infuriating UI obstacles. It's not worth it, and it's slowing me WAY the **** down. I've been one of the few Safari-centric web devs out there for many years, but if this doesn't get fixed then I'm going to have to finally make the migration to Chrome, and I won't be coming back if I do so.
    Bonus gripe: The two irritations above combine to form one "super irritation"! After you've created a temporary rule to your liking, you can't select it. Period. All you can do is select/copy either the rule's class/ID or its attributes, not both. Brilliant.

  • Why is my macbook air running slow while web browsing, why is my macbook air running slow while web browsing

      a few days ago my macbook pro that i recently purchesed for christmas started running really slow while web browsing. I looked at all the memory and all that and it was fine. any advice?

    Please answer as many of the following questions as you can. You may already have answered some of them. In that case, there's no need to repeat the answers.
    Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    If your browser is Safari, then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Any change?
    Quit and relaunch the browser. Any change?
    Log out and log back in. Any change?
    Enable Private Browsing in the Safari menu. Any change?
    Are any other web browsers installed, and are they the same? What about other Internet applications, such as iTunes and the App Store?
    If other browsers and Internet applications are also affected, follow these instructions and test. Any change?
    If only Safari is affected, launch the Activity Monitor application and enter "web" (without the quotes) in the search box. If a process named "Safari Web Content" is shown in red or is using more than about 5% of a CPU, select it and force it to quit by clicking the X or Quit Process button in the toolbar of the window. There may be more than one such process. Any improvement?
    Again, if only Safari is involved, open the iCloud preference pane and uncheck the box marked Safari, if it's checked. Any change?
    Are there any other devices on the same network that can browse the Web, and are they affected?
    If you can test Safari on another network, is it the same there?
    If you connect to your router with Wi-Fi and you can also connect with Ethernet, do that and turn off Wi-Fi. Any difference?

  • LP9 upgrade hangs while reading XSKey

    I have Logic Pro 6 and I'm trying to upgrade to Logic Studio 2 (Logic Pro 9).
    I have my blue Emagic XSKey dongle which works fine to launch and run LP6. The XSKey shows up under USB in the System Profiler. All looks fine.
    However, when I run the upgrade, after I enter the new LS2 serial number, if the XSKey is not yet plugged in it goes to the screen asking for the old serial number or XSKey. When I plug it in and hit "OK" the installer hangs forever with a beach ball! (I once even waited for a very long time to see if anything happens) The Activity Monitor shows it as not responding.
    If I have the XSKey plugged in in advance, it hangs even before going to the next screen.
    *PLEASE HELP!!!*
    If I take the XSKey out while hanging, it wakes up from the dead and shows me the message: *+"Your Logic XSKey is not eligible for this upgrade. Please refer to the upgrade requirements for details."+*
    Again, this message did not show up while the XSKey was inserted, only when it was removed.
    Some more detils: I'm using a G5 (new Intel MBP 15" will come soon to replace it).
    Also, I bought Logic 6 with some University discount (still paid $700 for it!), but it doesn't seem like I got any Academic version - this looks like a regular release. I'm not even sure there was an Academic version at the time of Logic 6 (was there? And if yes, are Apple aware of the Emagic Academic XSKey serial numbers?)
    Finally, after I bought Logic 6 I didn't use it until 2 years later. At that time there was no way for me to register Logic 6 with Apple as they didn't have a way to register Logic 6 and Emagic's registration no longer existed. I was told this shouldn't be a problem.
    What troubles me is the fact that the installation completely hangs while the XSKey is plugged in. If I were really not legible for an upgrade I would expect to get this message right away with no hangs.
    Any help here would be strongly appreciated. What causes it to hang and what should I do to fix this?
    Thanks!

    rafisaar wrote:
    Thanks immo. Actually I failed to mention in my original post that I also already tried the XSKey updater and it didn't complain of any problem. It looked for an updated firmware online and returned saying there is no newer version. So that part looks fine as well.
    Thanks David as well.
    But does anybody know if there even was an Academic version at the time of Logic Pro 6?
    I will try this again next week on the new Intel MBP 15" I'm going to get and then I'll know if the issue is because of the G5 or the XSKey. For sure I would expect it not to hang.
    Thanks.
    Logic Pro 6 - yes on the academic version, and as far as I know the dongles looked the same (dark blue)
    Also, you do have the original serial number? You probably are better off using that instead of the XSKey.
    Please DO call Apple on this, they do have the Emagic database of original owners, so if you had yours registered with Emagic when you bought it, it should be in the Apple system. Mine was, and I've been in since 4.8.1
    Cheers

  • Can't dispose InputContext while it's active

    Hi - I have seen this question asked before but no answers.
    I am moving my applet from the MS IE JVM to the 1.4 plug-in and
    now get this error when I click the Windows close "x" button. This
    same applet runs fine with the old MS JVM. The code is too large
    to post (sorry about that.)
    Can anyone tell me what can be causing this? As I say, this
    exact same source runs fine with the older IE JVM.
    Thank you,
    java.lang.IllegalStateException: Can't dispose InputContext while it's active
         at sun.awt.im.InputContext.dispose(Unknown Source)
         at java.awt.Window$1$DisposeAction.run(Unknown Source)
         at java.awt.Window.dispose(Unknown Source)
         at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowClosing(Unknown Source)
         at java.awt.Window.processWindowEvent(Unknown Source)
         at java.awt.Window.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    I'm having this problem, too. This is on a game at pogo.com (#1 gaming site on the web). Any ideas
    See:
    http://www.pogo.com/rooms/roomtabs.jsp?sls=3&game=jumbee&site=pogo&lkey=3ce8d6db6b6dc9170a280a0b0000283c
    Hi - I have seen this question asked before but no
    answers.
    I am moving my applet from the MS IE JVM to the 1.4
    plug-in and
    now get this error when I click the Windows close "x"
    button. This
    same applet runs fine with the old MS JVM. The code is
    too large
    to post (sorry about that.)
    Can anyone tell me what can be causing this? As I say,
    this
    exact same source runs fine with the older IE JVM.
    Thank you,
    java.lang.IllegalStateException: Can't dispose
    InputContext while it's active
         at sun.awt.im.InputContext.dispose(Unknown Source)
    at java.awt.Window$1$DisposeAction.run(Unknown
    Source)
         at java.awt.Window.dispose(Unknown Source)
    at
    sun.plugin.viewer.frame.IExplorerEmbeddedFrame.windowC
    osing(Unknown Source)
    at java.awt.Window.processWindowEvent(Unknown
    Source)
         at java.awt.Window.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown
    Source)
    at java.awt.Container.dispatchEventImpl(Unknown
    Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(
    nknown Source)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(Un
    nown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown
    Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown
    Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Iphone 3g Hangs and stucks at activation Screen on update to OS 3.0

    Hello Friends,
    My Iphone 3g Hangs and stucks at activation Screen on update to OS 3.0.
    I updated the phone to OS 3.0 last night and to my surpsrise after the OS Completely installs and restarts the phone,the phone then hangs and all i can see is a black screen when the phone is connected to PC.
    As soon as i disconnect, it shows the Itunes-PC Connect image asking for activation.
    Again if a connect back,it hangs and keeps on restarting ..over and over again.
    i tried everything:
    1) Re-Install Itunes 8.2
    2) Re start OS
    3) CHnage USB Cable
    4) Change PC
    5) Keep the phone connected for around 4 hours expecting some miracle to happen still no use.
    ** If i try to donwgrade back to 2.2.1 then it givess error to and not able to downgrade.
    Now i have put myself in a situation wherein i had to switch to other phone.
    The phone is just getting rust as there is no Support/Care center in India.
    Please someone help me out.
    Atleast let me know :
    Is any hardware part involved in activation of phone?

    Close iTunes and unplug iphone
    Search web and download the 2.2.1 ipsw file.
    Go to device manager on PC and delete the USB option for Apple under the hardware options.
    Reboot PC
    Plug in iphone and wait for dreaded connection picture
    hold power button and home button until apple logo appears
    continue to hold home button and release power button until connection picture appears again
    Your PC should now find the iphone in recovery mode
    Now open iTunes and it will prompt you to restore
    Hold the shift button on the keyboard and click the restore button at the same time
    This will allow you to browse for the correct ipsw file
    select the 2.2.1 file that you downloaded
    your iphone will now restore
    Once completed, you will need to resync
    Now you are back to square one but at least have a phone that works
    Now make an appt at the Genius Bar and make them update it for you
    Mine is scheduled for next week

  • Game room doesn't work, as it tries to save nickname and hangs while trying to save nickname info

    Game room doesn't work, as it tries to save nickname and hangs while trying to save nickname info

    From my understanding, trying to save apple server specific attributes on Active Directory users in the WGM will not work unless the AD schema has been extended to include these attributes.
    What you can do in leopard server is to export the list of AD users in WGM and then import them into open directory in WGM.
    From my testing the open directory will automatically authenticate with AD for those imported users. You can save Apple server attributes on those imported users.
    Message was edited by: Kwong Kian Tew

  • Random hanging while import?

    I'm not sure what's going on but recently, my Aperture library is getting a lot of hanging while importing. It happens both with my camera and even when just importing photos from a local folder. The library is located in a thunderbolt external drive. Usually I have to force quit aperture because once the import hangs there's no way to stop it. Normal quiting of the application will get stuck "cancelling". How do I fix this?

    leonieDF wrote:
    . I copied all the files first to the desktop and then imported into aperture, still the same hang at "saving preview...".
    The hang at "Saving Preview" typically occurs if one image is being processed, that has a corruption and cannot be processed.
    Aperture is processing the previews in the background. That may take a long time. Before you force quit Aperture and suspect a hang, look at the filename in the Activity viewer. If it is hanging at the same filename without getting the preview created, then export the original as original, not the edited version delete that file from Aperture. Check that file in another program and make sure you do not import that particular file again.
    Have a look at the screenshot Mr. Spork posted. You can see the name of the currently processed file in the panel. If ithis name does not change for hours, then you have found the file that is making Aperture unresponsive or hang.
    Second test, I created a new aperture library immediately after the hang and imported the same folder of files. No hanging.
    You cannot be  sure, until the processing of all the previews has finished.
    If you isolate the file that causes the hang and check only importing that particular file in a separate library and that works well, then you know that it is the library and not the image.
    If it is the library, try rebuilding the library instead of repairing. Make a backup of the library before trying that.
    No as I mentioned above. If I force quit Aperture, repair the database, the same files will import just fine. So the problem is not with the files.
    Also I cannot rebuild the library, because that will reset all my curves. Any other fix?

  • KDE / gnome hang while starting

    Hi,
    well, KDE and Gnome hang while starting them, when I change back to console, I can read the following:
    xset: bad font path element (#63), possible causes are:
        Directory does not exist or has wrong permissions
        Directory missing fonts.dir
        Incorrect font server address or syntax
    I reinstalled xorg, kde, gnome, but again it simply hangs, xorg starts up normally, but when changing to kde or gnome it hangs
    xfce4, wmi, dr17 run well.
    I didn change any config filel...
    So any idea what could be wrong ?
    thanks
    Kin
    PS.: Is there a possiblility to let pacman reinstall ALL packages that are already installed ?

    rebuild of kdebase didn't change anything. Running kbuildsycoca with new user from xfce first gives:
    [temp@nightfrost ~] kbuildsycoca
    Warning: kbuildsycoca is unable to register with DCOP.
    kbuildsycoca running...
    Creating link /home/temp/.kde/socket-nightfrost.
    Created link from "/home/temp/.kde/socket-nightfrost" to "/tmp/ksocket-temp"
    After taking forever, I pressed ctrl-C, after a couple of minutes, this was spat out in xterm
    Warning: kbuildsycoca is unable to register with DCOP.
    kbuildsycoca running...
    kdeinit: Shutting down running client.
    DCOP aborting (delayed) call from 'kded' to 'klauncher'
    After that I tried to run kbuildsycoca again, and this is the result of that:
    [temp@nightfrost ~]$ kbuildsycoca
    kbuildsycoca running...
    Reusing existing ksycoca
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/kpovmodeler.desktop' specifies undefined mimetype/servicetype 'KPovModeler/Document'
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/kvoctrain.desktop' specifies undefined mimetype/servicetype 'application/x-kvoctrain'
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/kvoctrain.desktop' specifies undefined mimetype/servicetype 'text/x-kvtml'
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/amarok.desktop' specifies undefined mimetype/servicetype 'audio/x-sid'
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/kuickshow.desktop' specifies undefined mimetype/servicetype 'image/x-psd'
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/kuickshow.desktop' specifies undefined mimetype/servicetype 'image/x-eim'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/english'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/mathml'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/richtext'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/tab-separated-values'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-authors'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-c'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-c++'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-comma-separated-values'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-copying'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-credits'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-csh'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-dcl'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-dsl'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-dtd'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-emacs-lisp'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-fortran'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-gtkrc'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-idl'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-install'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-perl'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-python'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-readme'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-scheme'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-setext'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-sh'
    kbuildsycoca: WARNING: 'vimpart.desktop' specifies undefined mimetype/servicetype 'text/x-sql'
    kbuildsycoca: WARNING: 'kcertpart.desktop' specifies undefined mimetype/servicetype 'application/binary-certificate'
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/kmid.desktop' specifies undefined mimetype/servicetype 'audio/midi'
    kbuildsycoca: WARNING: '/usr/share/applications/base.desktop' specifies undefined mimetype/servicetype 'application/vnd.oasis.opendocument.database'
    kbuildsycoca: WARNING: '/usr/share/applications/base.desktop' specifies undefined mimetype/servicetype 'application/vnd.sun.xml.base'
    kbuildsycoca: WARNING: '/usr/share/applications/math.desktop' specifies undefined mimetype/servicetype 'application/vnd.sun.xml.math'
    kbuildsycoca: WARNING: '/opt/kde/share/applications/kde/kolourpaint.desktop' specifies undefined mimetype/servicetype 'image/x-psd'
    kbuildsycoca: WARNING: 'katepart.desktop' specifies undefined mimetype/servicetype 'text/x-fortran'
    kbuildsycoca: WARNING: 'knotify.desktop' specifies undefined mimetype/servicetype 'KNotify'
    kbuildsycoca: WARNING: 'gvimagepart.desktop' specifies undefined mimetype/servicetype 'image/x-krl'
    kbuildsycoca: WARNING: '/usr/share/applications/writer.desktop' specifies undefined mimetype/servicetype 'application/vnd.oasis.opendocument.text-web'
    kbuildsycoca: WARNING: '/usr/share/applications/writer.desktop' specifies undefined mimetype/servicetype 'application/vnd.oasis.opendocument.text-master'
    kbuildsycoca: WARNING: '/usr/share/applications/writer.desktop' specifies undefined mimetype/servicetype 'application/vnd.sun.xml.writer.global'
    kbuildsycoca: WARNING: '/usr/share/applications/writer.desktop' specifies undefined mimetype/servicetype 'application/x-doc'
    kbuildsycoca: WARNING: '/usr/share/applications/writer.desktop' specifies undefined mimetype/servicetype 'application/vnd.wordperfect'
    kbuildsycoca: WARNING: '/usr/share/applications/impress.desktop' specifies undefined mimetype/servicetype 'application/vnd.ms-powerpoint'

Maybe you are looking for