Is KVM VGA Passthrough Possible on Macbook Pro Mid 2014?

I've been using Arch on and off for a couple years on different hardware, and this time I'm trying to get it to work semi-flawlessly on my mid 2014 Macbook Pro. My Linux skills are meager, so I need some help understanding if VGA passthrough is possible on this machine, and if it is, how to set it up. I have hope that it might work after reading this blog and the Arch forums. An outline of my current setup follows. I will also document progress and research for anyone who might want to try this in the future.
Here are the specifications for this machine:
Processor: 2.5 GHz Intel Core i7
Memory: 16 GB 1600 MHz DDR3
Graphics: Intel Iris Pro 1536 MB, Nvidia GT 750M 2 GB
I have successfully dual-booted Mac OS X Yosemite and Arch with EFI on a btrfs partition using this blog and the wiki as starting points. Somlo's research also helped. All the basic functionality works (networking, WiFi, etc.), and I am able to boot the physical Arch partition as a Virtualbox VM with the help of the wiki. However, I'm having trouble with getting the integrated Intel graphics to work. The following command:
lspci | grep VGA
prints the Nvidia card specifications, and nothing about the Intel graphics.
Reading this blog, it looks like someone had to apply a "grub gmux" patch to grub to disable the Nvidia card at boot. I feel uncomfortable installing anything other than the official Arch packages, so I have to know if installing a patched grub is still necessary, and if installing it would still allow me to use VGA passthrough in KVM.
My ambitious to-do list looks like this:
1. Dual-boot Mac OS X and Arch with btrfs. -done
2. Setup the physical Arch partition to boot in Virtualbox. -done
3. Get Intel graphics to work on Arch ideally with OpenGL support. -done
4. Get Enlightenment working as the desktop environment on Arch. -done
5. Get Qemu+KVM to boot off the physical Mac OS X partition. -tbd
6. Enable VGA passthrough for Mac OS X from Qemu+KVM. -tbd
7. Install Windows as a VM in Qemu+KVM. -tbd
8. Enable VGA passthrough for Windows from Qemu+KVM. -tbd
9. Work and do research on Mac OS X from Arch, play hardcore 3D games on WIndows from Arch, play around with Arch, and live happily ever after. -tbd
Can anyone help me with this? Thanks in advance for any hints/input.
Edit:
The Ubuntu forums has something about getting the two graphics cards to be recognised by using `refind` instead of `grub`. I was able to set up `refind` to boot using the `efi-stub`, but:
$ lspci
00:00.0 Host bridge: Intel Corporation Crystal Well DRAM Controller (rev 08)
00:01.0 PCI bridge: Intel Corporation Crystal Well PCI Express x16 Controller (rev 08)
00:01.1 PCI bridge: Intel Corporation Crystal Well PCI Express x8 Controller (rev 08)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 750M Mac Edition] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK107 HDMI Audio Controller (rev a1)
03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter (rev 03)
04:00.0 Multimedia controller: Broadcom Corporation 720p FaceTime HD Camera
05:00.0 SATA controller: Samsung Electronics Co Ltd Apple PCIe SSD (rev 01)
06:00.0 PCI bridge: Intel Corporation Device 156d
07:00.0 PCI bridge: Intel Corporation Device 156d
07:03.0 PCI bridge: Intel Corporation Device 156d
07:04.0 PCI bridge: Intel Corporation Device 156d
07:05.0 PCI bridge: Intel Corporation Device 156d
07:06.0 PCI bridge: Intel Corporation Device 156d
08:00.0 System peripheral: Intel Corporation Device 156c
still only shows the Nvidia card. The boot options suggested by this blog did not change anything. However, this very helpful discussion led me to this on-going project. I patched the kernel according the instructions in the said project's `readme`, and Arch is now able to see the two graphics cards and an extra Intel audio controller.
$ lspci
00:02.0 VGA compatible controller: Intel Corporation Crystal Well Integrated Graphics Controller (rev 08)[/bold]
00:03.0 Audio device: Intel Corporation Crystal Well HD Audio Controller (rev 08)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 750M Mac Edition] (rev a1)
Also, I was able to fire up Enlightenment using the Intel graphics card and `0xbb`'s `gpu-switch` script. After using some post-installation tips from this, the computer started getting hot. I followed this thread to get it back to normal.
Edit:
So I finally got some time to experiment on this. I ended up installing Gnome 3 after trying out Enlightenment, KDE Plasma 5, and Cinnamon. I thought Gnome 3 and Cinnamon had the best Hi-DPI support of those four. Cinnamon's look was too much trouble for me to configure, so I ended up choosing Gnome 3.
To achieve the graphics card passthrough, I tried setting up and starting a VM in `virt-manager`, but starting the VM would cause Arch to freeze. Finally, I tried following the instructions on the wiki, this thread, and the Arch forums. I haven't yet tried booting the Windows installer, but the following are the steps I took so far:
1. Uninstall all `nvidia` drivers from my system.
2. Blacklist the `nouveau` driver.
3. Add `pci-stub` to the modules array in `mkinitcpio.conf`.
4. Recreate the `initramfs`.
5. Add `intel_iommu=on pci-stub.ids=10de:0fe9,10de:0e1b,8086:156c` to the `refind.conf` `options` line.
- These three IDs are ones for the Nvidia graphics, Nvidia sound, and the "Intel Corporation Device" (probably the HDMI port, or something related to the
ethernet card), which belong to the same "IOMMU group". What was curious was that a Gigabit ethernet controller would appear in the IOMMU group iff I had
an ethernet cable connected to my thunderbolt port. I don't know if I have to add the ID for this, but so far there are no complaints about it in `dmesg`.
6. Install `ovmf-svn` from the AUR.
6. Follow the "Binding a device to vfio-pci" section documented at https://bbs.archlinux.org/viewtopic.php?id=162768.
7. Follow the "Testing if its working out" section documented at https://bbs.archlinux.org/viewtopic.php?id=162768.
So far, the test at step 7 is failing -- I get a `vfio-pci 0000:01:00.0: Invalid ROM contents` complaint in `dmesg`, and I see a prompt in the `qemu` window. I'm supposed to be getting a black `qemu` window, and a prompt on an external monitor which I haven't connected yet. I read the comments on this blog about graphics card ROM and EFI compatibility, and it looks like my graphics card ROM can't be read. I also read that the graphics card ROM would only be read once by qemu/KVM and saved as a file for later use, so all I need to do to get around that is pass a snapshot of the ROM of the Nvidia GT 750M card to qemu/KVM. Apparently, "You can download the 750m rom files directly from Lenovo's website on the support page" according to this thread, but all I see is this. I will continue hunting around for a ROM file for this graphics card.
Last edited by rb3 (2015-06-05 02:01:20)

It`s not beacuse of the case. I have the same problem with a macbook pro retina 15 late 2013 (I7 - 2.3 Ghz, 16 GB, 512 SSD, GT750M) with windows 8.1 on bootcamp. The temperature is higher than yosemite. It gets easily at 80 celsius in a demanding game, while on yosemite it barely reaches 55-60 under heavy load. It`s beacuse of windows, and these are the temperatures, I got the same average 55-60 in windows and 45 celsius in yosemite. I read on the forums and I tried evend with a cooler pad. But it doesn`t seem to be any improvement with lowering the temperature in windows.

Similar Messages

  • Unexpected reboot or restart Macbook pro Mid 2014

    My MacBook Pro Mid 2014 MGXC2HN/A bought on 19th August 2014, is unexpectedly rebooting or restarting from day 1, when I login in to my mac it start rebooting and again it will give the login prompt and after login it will hang for 1 minute with popup message that there was some issue with you mac shutdown it , after that it will work fine, after some minute it will again hang and will automatically reboot and will show kernel message error. and every kernel error message is automatically sent to apple ( I want to know whether apple check this message or not ) its paining me lots. and this happens 20-30  times per day...  Kindly help...

    Anonymous UUID:       E7B9DA14-8D16-DA51-BE83-0F546A50D677
    Sun Sep 14 21:46:41 2014
    panic(cpu 0 caller 0xffffff801c2dc24e): Kernel trap at 0xffffff801c2c7f4c, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x00007fff7f988018, CR3: 0x0000000120da6011, CR4: 0x00000000001606e0
    RAX: 0x00007fff7f988000, RBX: 0xffffff80410cb470, RCX: 0xffffff801c8d1770, RDX: 0x00000000025d7930
    RSP: 0xffffff820aac3bb0, RBP: 0xffffff820aac3c10, RSI: 0x00000000025d792f, RDI: 0xffffff8034a1a2e0
    R8:  0x0000000000019097, R9:  0x0008000000019097, R10: 0xffffff801c8d2a78, R11: 0x0000000000000052
    R12: 0x000000000000043e, R13: 0xffffff804351cd40, R14: 0x0000000000019097, R15: 0x00007fff7f97e000
    RFL: 0x0000000000010203, RIP: 0xffffff801c2c7f4c, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00007fff7f988018, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff820aac3840 : 0xffffff801c222f79
    0xffffff820aac38c0 : 0xffffff801c2dc24e
    0xffffff820aac3a90 : 0xffffff801c2f3746
    0xffffff820aac3ab0 : 0xffffff801c2c7f4c
    0xffffff820aac3c10 : 0xffffff801c2c5add
    0xffffff820aac3cf0 : 0xffffff801c2c60a7
    0xffffff820aac3d50 : 0xffffff801c27e2fa
    0xffffff820aac3e60 : 0xffffff801c2825cf
    0xffffff820aac3e90 : 0xffffff801c23d9e3
    0xffffff820aac3ed0 : 0xffffff801c5cec5e
    0xffffff820aac3f40 : 0xffffff801c5ce98c
    0xffffff820aac3f50 : 0xffffff801c640a33
    0xffffff820aac3fb0 : 0xffffff801c2f3f46
    BSD process name corresponding to current thread: mdworker
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x000000001c000000
    Kernel text base: 0xffffff801c200000
    System model name: MacBookPro11,3 (Mac-2BD1B31983FE1663)
    System uptime in nanoseconds: 106706072491
    last loaded kext at 5072910413: com.apple.filesystems.exfat 1.4 (addr 0xffffff7f9dd21000, size 61440)
    loaded kexts:
    com.apple.filesystems.exfat 1.4
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AppleGraphicsDevicePolicy 3.6.22
    com.apple.driver.ApplePlatformEnabler 2.0.9d6
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.GeForce 8.2.6
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleIntelHD5000Graphics 8.2.8
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.iokit.IOBluetoothUSBDFU 4.2.6f1
    com.apple.nvidia.NVDAStartup 8.2.6
    com.apple.driver.AppleIntelFramebufferAzul 8.2.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.AppleCameraInterface 4.26.0
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleIntelMCEReporter 104
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AirPort.Brcm4360 842.21.65
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.iokit.IOAcceleratorFamily 98.22
    com.apple.nvidia.driver.NVDAGK100Hal 8.2.6
    com.apple.nvidia.driver.NVDAResman 8.2.6
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.iokit.IOSurface 91.1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleThunderboltEDMSink 2.1.3
    com.apple.driver.AppleThunderboltDPOutAdapter 3.1.7
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IO80211Family 640.36
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 683.4.0
    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 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    Model: MacBookPro11,3, BootROM MBP112.0138.B07, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.19f7
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 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
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
    USB Device: Internal Memory Card Reader
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Storage Media
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

  • After sleep, retina MacBook Pro (Mid 2014) does not recognize usb connected mouse movement

    After sleep, retina MacBook Pro (Mid 2014, on 10.9.4) does not recognize usb connected mouse movement. I have tried a generic usb mouse and my Razer Deathadder usb mouse. Both mice work before sleep; but after sleep, the computer no longer recognizes mouse movement while still recognizing the mouse buttons when pressed. Any idea why this is occurring?

    Hello, chocotac0.  
    Thank you for visiting Apple Support Communities.
    Here are some troubleshooting steps that I would recommend when experiencing this issue.
    OS X Mavericks: Reset your computer’s PRAM
    http://support.apple.com/kb/ph14222
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/ht3964
    OS X Mavericks: If a USB device isn’t working
    http://support.apple.com/kb/PH13876
    Cheers,
    Jason H.

  • MacBook Pro mid 2014

    Received my new 2.8 GHz MacBook Pro (mid 2014).  Had a 2.3 GHz (early 2011) MBPro. Note: both have 16 GB RAM running OS X Mavericks 10.9.4.  Nothing drastic in the looks department until you look close.  This post, isn't about esthetics (which are great BTW).  It is to get some idea from other users of their experiences.  Mine came with the optional 1 TB SSD (which after looking around in teardown photos - are like memory sticks rather than the old HD looking device).  I immediately partitioned it to be similar to the way my old 2.3, then having used Carbon Copy Cloner (which I do daily) to mirror my boot disk, I used CCC to make my new boot partition on the 2.8 just like my 2.3.
    To my question(s)...  The 2.8 MBP memory seems to be close to the max (16 GB) often.  I do (and have often on the 2.3) had many apps open when I'm doing desktop publishing/web development-publishing, like Photoshop, InDesign, Dreamweaver, Word, and a number of other running. No appreciable notice in the system slowness.  A few spinning balls here and there but as with the 2.3, could have a ton of apps running.
    One spinning ball incident I looked at the Activity Monitor and the RAM was at 13 - 14 GB.  Running Cocktail to purge memory not in use only releases a few GB, BTW.
    Since this MBPro is newly on the shelves, probably totally (duh) architecture, etc.  So this may be normal and something I need to get use to unless problems arise.
    Anyone think I should back up (not backup) and start over with the OS X  and reinstall a clean/fresh copy on the boot volume and let the installer copy over my apps, folders, configurations, etc.?
    BTW - this 2.8 may look a lot like my 2.3 but there's so much different I need to read up on the new stuff.
    Tom

    FYI - tried to do a clean install of Mavericks (noted in another thread) and the Installer said "Mavericks cannot be installed on this volume."  What?  Now I wondering if I messed up and should have made a copy of the OS that came on the MBPro if this is a different version of Mavericks. 
    PS: Memory issue is still there: at this time 12:60 GB out of 16:00 GB with very few applications running.  ?????
    Tom

  • MacBook Pro mid 2014 excruciatingly slow

    My MacBook Pro mid 2014 is excruciatingly slow.  After the latest upgrade, I downgraded again to 10.10.2, and reinstalled Office Mac 2011.  Can anyone help from the EtreCheck report below?
    Problem description:
    MacBook Pro is excruciatingly slow, particularly after the upgrade, so I restored from a Time Machine backup to 10.10.2
    EtreCheck version: 2.2 (132)
    Report generated 5/2/15, 1:59 PM
    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.
    Click the [Click to remove] links for help removing adware.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro7,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery: Health = Normal - Cycle count = 181 - SN = W00295MAND3BA
    Video Information: ℹ️
        NVIDIA GeForce 320M - VRAM: 256 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 2:23:15
    Disk Information: ℹ️
        WDC WD5000BEVT-00A0RT0 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (6.79 GB free) (Low!)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-898
    USB Information: ℹ️
        Western Digital Elements 1042 1 TB
            disk1s1 (disk1s1) <not mounted> : 32 KB
            MG Backup (disk1s3) /Volumes/MG Backup : 1.00 TB (118.99 GB free)
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Downlite, VSearch, Conduit, Trovi, MyBrand, Search Protect Adware! [Click to remove]
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    au.com.maxon.driver.MaxonFamily (1.0.2) [Click for support]
        [not loaded]    com.Logitech.Control Center.HID Driver (2.6.0) [Click for support]
        [not loaded]    com.Maxtor.driver.PowSecDriver (4.2.8) [Click for support]
        [not loaded]    com.ZTE.driver.ZTEUSBCDCACMControl (1.2.4) [Click for support]
        [not loaded]    com.ZTE.driver.ZTEUSBCDCACMData (1.2.4) [Click for support]
        [not loaded]    com.cy.iokit.Morpheus (1.4) [Click for support]
        [loaded]    com.dvdfab.kext.fabio (1) [Click for support]
        [loaded]    com.makemkv.kext.daspi (1) [Click for support]
        [not loaded]    com.maxtor.iokit.IOFireWireMxBt (4.2.6) [Click for support]
        [not loaded]    com.sierrawireless.driver.SierraDIPSupport (1.0.0) [Click for support]
        [not loaded]    com.sierrawireless.driver.SierraDevSupport (1.0.7) [Click for support]
        [not loaded]    com.sierrawireless.driver.SierraFSRSupport (1.0.1) [Click for support]
        [not loaded]    com.sierrawireless.driver.SierraHSRSupport (2.1.1) [Click for support]
        [not loaded]    com.sierrawireless.driver.SierraIPDirect (1.1.0) [Click for support]
        [not loaded]    com.wdc.driver.1394HP (1.0.5) [Click for support]
        [not loaded]    com.wdc.driver.USBHP (1.0.1) [Click for support]
            /System/Library/Extensions/Maxon.kext/Contents/PlugIns
        [not loaded]    au.com.maxon.driver.MSM6280Panther (1.0.2) [Click for support]
        [not loaded]    au.com.maxon.driver.MSM6280Universal (1.0.2) [Click for support]
    Startup Items: ℹ️
        HP IO: Path: /Library/StartupItems/HP IO
        MxBtDaemon: Path: /Library/StartupItems/MxBtDaemon
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.accountsd.plist
        [killed]    com.apple.AirPlayUIAgent.plist
        [killed]    com.apple.bird.plist
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.coreservices.uiagent.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.pbs.plist
        [killed]    com.apple.pluginkit.pkd.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.secd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        20 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.cache_delete.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.GSSCred.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.iconservices.iconservicesd.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.MobileFileIntegrity.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.sandboxd.plist
        [killed]    com.apple.softwareupdated.plist
        [killed]    com.apple.sysmond.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        16 processes killed due to memory pressure
    Launch Agents: ℹ️
        [failed]    cn.com.zte.usbswapper.plist [Click for support] [Click for details]
        [failed]    com.adobe.CS4ServiceManager.plist [Click for support] [Click for details]
        [running]    com.creativeinaustria.LetterOpener.OutlookPlugin.Agent.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [running]    com.f32232a6f4c931dc.agent.plist [Click for support]
        [loaded]    com.mcafee.menulet.plist [Click for support]
        [loaded]    com.mcafee.reporter.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [failed]    au.com.maxon.daemon.plist [Click for support] [Click for details]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [not loaded]    com.f32232a6f4c931dc.daemon.plist [Click for support]
        [running]    com.f32232a6f4c931dc.helper.plist [Click for support]
        [loaded]    com.mcafee.ssm.Eupdate.plist [Click for support]
        [running]    com.mcafee.ssm.ScanManager.plist [Click for support]
        [failed]    com.mcafee.virusscan.fmpd.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]
        [loaded]    com.sierrawireless.SWoCTool.plist [Click for support]
        [loaded]    com.timesoftware.timemachineeditor.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.divx.agent.postinstall.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.microsoft.LaunchAgent.SyncServicesAgent.plist [Click for support]
    User Login Items: ℹ️
        GrowlHelperApp    UNKNOWN  (missing value)
        GrowlHelperApp    UNKNOWN  (missing value)
        Resources    Folder  (/Applications/iWeb.app/Contents/Resources/Themes/Play Time.webtheme/English.lproj/My Albums.webtemplate/Contents/Resources)
        x27_882785.olk14MsgSource    Document  (/Users/[redacted]/Documents/Microsoft User Data/Office 2011 Identities/Main Identity/Data Records/Message Sources/0T/0B/0M/882K/x27_882785.olk14MsgSource)
        GrowlHelperApp    Application  (/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app)
        MaxBack Engine    Application  (/Library/Application Support/Maxtor/OneTouchMaxBack.app/Contents/Resources/MaxBack Engine.app)
        AirPort Base Station Agent    Application  (/System/Library/CoreServices/AirPort Base Station Agent.app)
        MagicPrefs    UNKNOWN  (missing value)
        EvernoteHelper    Application  (/Applications/Evernote.app/Contents/Resources/EvernoteHelper.app)
        NowPlaying    Application  (/Applications/NowPlaying.app)
        Microsoft Database Daemon    Application  (/Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app)
        Dropbox    Application Hidden (/Applications/Dropbox.app)
        RealPlayer Downloader Agent    Application  (/Users/[redacted]/Library/Application Support/RealNetworks/RealPlayer Downloader Agent.app)
        uTorrent    Application  (/Applications/uTorrent.app)
        Logitech Control Center Daemon    Application Hidden (/Library/Application Support/Logitech/LCCDaemon.app)
    Internet Plug-ins: ℹ️
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.3.0.14 [Click for support]
        net.juniper.DSSafariExtensions: Version: Unknown [Click for support]
        DivX Plus Web Player: Version: 2.3 - SDK 10.5 [Click for support]
        RealPlayer Plugin: Version: Unknown [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        Silverlight: Version: 4.0.60531.0 [Click for support]
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        CitrixICAClientPlugIn: Version: 11.2.0 [Click for support]
        iPhotoPhotocast: Version: 7.0
        AdobePDFViewer: Version: 9.5.5 [Click for support]
        SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.0 [Click for support]
    Safari Extensions: ℹ️
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Citrix Online Plug-in  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        Logitech Control Center  [Click for support]
        MagicMenu  [Click for support]
        MagicPrefs  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 499.25 GB Disk used: 492.46 GB
        Destinations:
            MG Backup [Local]
            Total size: 1.00 TB
            Total number of backups: 36
            Oldest backup: 2014-03-22 01:22:57 +0000
            Last backup: 2015-04-11 06:26:29 +0000
            Size of backup disk: Too small
                Backup size 1.00 TB < (Disk used 492.46 GB X 3)
    Top Processes by CPU: ℹ️
            12%    WindowServer
             8%    AddressBookSourceSync
             3%    plugin-container
             2%    mdworker(5)
             1%    backupd
    Top Processes by Memory: ℹ️
        557 MB    DaisyDisk
        445 MB    kernel_task
        397 MB    firefox
        61 MB    findNames(2)
        45 MB    AddressBookSourceSync
    Virtual Memory Information: ℹ️
        1.17 GB    Free RAM
        2.83 GB    Used RAM
        425 MB    Swap Used
    Diagnostics Information: ℹ️
        May 2, 2015, 01:59:15 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135915_[redacted].crash
        May 2, 2015, 01:59:04 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135904_[redacted].crash
        May 2, 2015, 01:58:54 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135854_[redacted].crash
        May 2, 2015, 01:58:44 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135844_[redacted].crash
        May 2, 2015, 01:58:33 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135833_[redacted].crash
        May 2, 2015, 01:58:23 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135823_[redacted].crash
        May 2, 2015, 01:58:12 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135812_[redacted].crash
        May 2, 2015, 01:58:01 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135801_[redacted].crash
        May 2, 2015, 01:57:52 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135752_[redacted].crash
        May 2, 2015, 01:57:42 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135742_[redacted].crash
        May 2, 2015, 01:57:23 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135723_[redacted].crash
        May 2, 2015, 01:57:10 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135710_[redacted].crash
        May 2, 2015, 01:57:02 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135702_[redacted].crash
        May 2, 2015, 01:56:49 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135649_[redacted].crash
        May 2, 2015, 01:56:40 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135640_[redacted].crash
        May 2, 2015, 01:56:28 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135628_[redacted].crash
        May 2, 2015, 01:56:20 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135620_[redacted].crash
        May 2, 2015, 01:56:07 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135607_[redacted].crash
        May 2, 2015, 01:55:57 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135557_[redacted].crash
        May 2, 2015, 12:00:02 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-120002_[redacted].crash
        May 2, 2015, 11:59:52 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115952_[redacted].crash
        May 2, 2015, 11:59:41 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115941_[redacted].crash
        May 2, 2015, 11:59:31 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115931_[redacted].crash
        May 2, 2015, 11:59:20 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115920_[redacted].crash
        May 2, 2015, 11:59:10 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115910_[redacted].crash
        May 2, 2015, 11:58:59 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115859_[redacted].crash
        May 2, 2015, 11:58:49 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115849_[redacted].crash
        May 2, 2015, 11:58:38 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115838_[redacted].crash
        May 2, 2015, 11:58:28 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115828_[redacted].crash
        May 2, 2015, 11:58:17 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115817_[redacted].crash
        May 2, 2015, 11:58:07 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115807_[redacted].crash
        May 2, 2015, 11:57:56 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115756_[redacted].crash
        May 2, 2015, 11:57:46 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115746_[redacted].crash
        May 2, 2015, 11:57:35 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115735_[redacted].crash
        May 2, 2015, 11:57:25 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115725_[redacted].crash
        May 2, 2015, 11:57:14 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115714_[redacted].crash
        May 2, 2015, 11:57:04 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115704_[redacted].crash
        May 1, 2015, 12:15:04 PM    /Library/Logs/DiagnosticReports/deleted_2015-05-01-121504_[redacted].crash
        May 1, 2015, 10:16:31 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101631_[redacted].crash
        May 1, 2015, 10:16:21 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101621_[redacted].crash
        May 1, 2015, 10:16:10 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101610_[redacted].crash
        May 1, 2015, 10:16:00 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101600_[redacted].crash
        May 1, 2015, 10:15:39 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101539_[redacted].crash
        May 1, 2015, 10:15:28 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101528_[redacted].crash
        May 1, 2015, 10:15:18 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101518_[redacted].crash
        May 1, 2015, 10:15:07 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101507_[redacted].crash
        May 1, 2015, 10:14:56 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101456_[redacted].crash
        May 1, 2015, 10:14:46 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101446_[redacted].crash
        May 1, 2015, 10:14:35 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101435_[redacted].crash
        May 1, 2015, 10:14:14 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101414_[redacted].crash
        May 1, 2015, 10:14:04 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101404_[redacted].crash
        May 1, 2015, 10:13:53 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101353_[redacted].crash
        May 2, 2015, 11:21:43 AM    Self test - passed
        May 2, 2015, 01:57:31 PM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-135731_[redacted].crash
        May 2, 2015, 11:56:53 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-02-115653_[redacted].crash
        May 1, 2015, 10:16:42 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101642_[redacted].crash
        May 1, 2015, 10:15:49 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101549_[redacted].crash
        May 1, 2015, 10:14:25 AM    /Library/Logs/DiagnosticReports/fmpd_2015-05-01-101425_[redacted].crash

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

  • MacBook Pro Mid 2014 shut off randomly and won't turn back on.

    Hello,
    My MacBook Pro(Mid 2014) won't turn back on. I was just typing up my essay and it just turned straight off and won't turn back on. It has happen several times before and all I had to do was press the buttons(SMC method) and the PVRAM thing and it would turn back on. But now it doesn't turn on at all. How do I fix this issue? I had went today to the Apple Store and had a appointment at 3:15-3:25 and I was late by 2 minutes, so they couldn't help me and offered me to come back at 5PM, but will busy so I asked for 5 Monday. Does anyone know what the problem might be? Back when it was operating it would shut off whenever I was using it at the random times. This is my first MacBook so I don't know if it's suppose to get Hot and loud sometimes when operating and then cool off afterwards if that helps out. It shutoff last week wednesday and doesn't turn on at all, but will charge to fully green though. Anyone got any suggestions? I do have a MacBook screwdriver to open it, so if anyone knows anything about the inside and how to resolve the issue it would be great. I don't know how to remove the battery so if you do know please tell me or some keyboard trick would be helpful!   All my data is on this so I would like to solve before Apple erases my data.

    Hello,
    My MacBook Pro(Mid 2014) won't turn back on. I was just typing up my essay and it just turned straight off and won't turn back on. It has happen several times before and all I had to do was press the buttons(SMC method) and the PVRAM thing and it would turn back on. But now it doesn't turn on at all. How do I fix this issue? I had went today to the Apple Store and had a appointment at 3:15-3:25 and I was late by 2 minutes, so they couldn't help me and offered me to come back at 5PM, but will busy so I asked for 5 Monday. Does anyone know what the problem might be? Back when it was operating it would shut off whenever I was using it at the random times. This is my first MacBook so I don't know if it's suppose to get Hot and loud sometimes when operating and then cool off afterwards if that helps out. It shutoff last week wednesday and doesn't turn on at all, but will charge to fully green though. Anyone got any suggestions? I do have a MacBook screwdriver to open it, so if anyone knows anything about the inside and how to resolve the issue it would be great. I don't know how to remove the battery so if you do know please tell me or some keyboard trick would be helpful!   All my data is on this so I would like to solve before Apple erases my data.

  • Why won't movies or shows play on my Macbook Pro mid 2014 w/ Retina Display??

    I have a new Macbook Pro mid 2014 w/ Retina display and have not been able to play any movies via iTunes.
    Am I missing something?

    Here is what I see...

  • What software do I need to install to play some games MacBook Pro Mid 2014

    Hello, what software do I need to install to play some games - MacBook Pro Mid 2014. Games like : Alan Wake, Assassin's Creed, Boarderlands 2, FarCry series, Crysis, etc.

    Assassin’s creed II and Borderlands 2 are in the Mac App Store.
    The other’s don’t appear to be ported to OS X. You’d have to install Windows in one of the various ways, Bootcamp (native boot) or Virtualization (VMWare, Parallels, VirtualBox). Games under Virtualization probably don’t run well.
    Also, see here http://paulthetall.com/far-cry-mac/

  • Brand new Retina MacBook Pro (mid-2014) overheating ( 200ºF)

    Bought this MBP yesterday, installed all my regular apps, no problems. Today I started a Google Hangout in Chrome and within 30 seconds the CPU Core temperature on all 4 cores had jumped to 203ºF (as reported by iStat Menus). The fans slowly ramped up until they hit max RPM (about 6100-6200rpm) but the CPU core temperature stayed between 198-203ºF for the whole call.
    I know the temperature is bound to go up when the MacBook Pro is under load, but it seems ridiculous and possibly dangerous for it to be running at >200ºF with the fans on. Is this just the new normal for Apple laptops, or is this going to slowly kill my $2400 laptop?

    VMWare and Chrome are not running at the same time. I'm describing two separate tests.
    I'm saying any program that uses a moderate amount of CPU (15-25% of total available CPU capacity) causes the MBP to exceed 200ºF with fans running full speed. Chrome is not the problem, it's an example. VMWare is not the problem, just another example. Probably if I fire up iMovie and start rendering video the same thing will happen. I just don't understand why the MBP can't keep its temperature below 200ºF with the fans on full speed.
    If I max out all 8 cores by running 8 instances of "yes > dev/null" in Terminal the temperature reaches 213ºF.

  • Macbook Pro(Mid-2014) Not Detecting External Monitor

    Hi everyone, I'm trying to connect my MBP to an external monitor via HDMI. Since my MBP has an HDMI port built in, I'm not using any adapters between it and the monitor. But nothing is happening when I connect the HDMI cable, my MBP does not seem to detect it. I have tested my monitor with that HDMI cable on a desktop PC, and it all works without any issues there, so I reckon it must be something on the MBP end of the connection. But what could it possibly be? I have looked through forums and read countless threads about external display problems, but have not found any info that could identify the problem. I have tried booting my MBP and/or turning on my monitor before and after connecting the HDMI cable, and there was never even a hint of detection.
    I'm running OS X Yosemite 10.10.1, and the external monitor in question is an HP Pavilion 27Xi in 1080p.

    I have a problem connecting external display (Dell U2311H) to my 13" MacBook Pro (Early 2011).
    I use Tecklink Mini DasplayPort to HDMI adapter (http://www.techlink.uk.com/products/wires_cables/wiresmedia/wiresmedia_media/wir esmedia_mini_displayport_plug_to_hdmi_plug), but since U2311H doesn't have HDMI input, I also use Manhattan DisplayPort to HDMI Adapter (http://www.manhattan-products.com/en-US/products/8101-displayport-adapter).
    And nothing.
    The display is not detected, no picture or even external monitor presence at all.
    I even reset PRAM, and installed 10.8.2 Supplementary update.
    I also plugged and unplugged all I could, with no luck.
    As I can see on Apple discussion, it is a common problem with 2011 MacBook Pro's.
    It seems like the problem is in Thundebolt port, it somehow does not work properly.

  • MacBook Pro mid-2014 Intermittent issue with sound

    This occurs in an intermittent fashion : I cannot adjust volume neither with the slider at the top of the screen, nor with the volume buttons of my keyboard. In fact, there is no way I can adjust the sound. I get this image (bottom) when I try to adjust the sound using the keyboard and the slider in the top menu is maxed and greyed out.
    Context:
    I bought this MacBook Pro last week, as a replacement for my mid-2009 MacBook Pro. I restored a Time Machine backup.
    The new computer came with Yosemite and the old one had Mavericks installed last time I made a backup, therefore the new computer was downgraded to Mavericks when I did the restore. After the Time Machine restoration was completed on the new computer, I (re)installed Yosemite.
    I just brought the computer to the Apple Store; the diagnosis tools were run and no hardware problems were found. As I said this is an intermittent problem, so sometimes I restart the machine and it works normally, other times the problem occurs. (1 out of 3 reboots, i'd say...)
    What do you think ? Hardware problem ? Software issue due to Mavericks being restored on top of Yosemite ?
    Any others have got the same issue ?
    Thanks folks,
    Emile

         Reset PRAM. http://support.apple.com/kb/PH18761?viewlocale=en_US&locale=en_US
         Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • What are the default apps that come with a macbook pro Mid 2014

    Hi all,
    so what happened is that I forgot my password (the computer's) and I did erase all and came back on the factory reset. All is fine so far, but I am missing a lot of my apps - I sure did chat with apple and they made something so that I can get my Pages and etc back, but seems like I am missing a lot. I will show a screen shot to see the current situation. I use MacPro Mid 2014, from apple online store.

    http://www.apple.com/macbook-pro/built-in-apps-retina/
    If you suspect something is missing, describe what you think it may be. The programs in your screenshot appear to be the correct ones.
    Be careful with torrent clients...

  • Triple monitors with Macbook Pro Mid-2014

    Despite having three video ports (two Mini DisplayPorts and one HDMI) I can't get three monitors (HP EliteDisplay E231, 1920 x 1080) to work with my brand new Mid 2014 MacBook Pro 15-inch 2.2GHz with the Intel Iris Pro video controller. I've seen videos on youtube of people successfully connecting three monitors to older 2013 MBPs. What am I doing wrong?
    I don't understand what the issue is, the Intel Iris Pro can address over 1GB of memory, that's more than enough to drive 6.2 million pixels, and the thunderbolt 2 ports are 20 Gbit/s each!
    Multi Stream Transport seems to be broken in Mac OS X. I've also looked at USB 3.0 Video Adapters, but there are no Thunderbolt to USB hubs, and it appears that Apple broke all the drivers for DisplayLink adapters. I've even tried a Matrox triplehead2go dp edition, but even that doesn't work correctly, the matrox controller software won't let me drive all three monitors at 1920x1080.
    I have an HP EliteBook 9470m with an Intel HD 4000 that has no problems driving these three monitors.
    Seriously, what the ****? All I want is three monitors to work.

    Yes that is exactly the configuration I used, these are the cables I purchased from amazon:
    StarTech.com 6 ft Mini DisplayPort to DisplayPort 1.2 Adapter Cable M/M - DisplayPort 4k with HBR2 support
    Gefen DVI to HDMI Cable 6 feet Male-Male

  • Replacing SSD MacBook Pro mid 2014

    Hi all.
    I Would like to buy a mid 2014 MacBook pro retina 13" but there is only 128Gb SSD on it. I read  about welded ssd. Is it true?
    can I replace this SSD after buying? Do you which kind of SSD do I have to buy?
    thank you.

    They may be soldered to the motherboard, if that's what you mean. But there are no compatible replacements. You can check regularly with OWC to see if and when replacements are made available.

  • New Macbook Pro (mid 2014, retina, 15 inch) wont wake up

    Computer is about a month old, and the past two mornings it hasn't been able to wake up when I opened it. On both occasions I have to plug into a power supply, and hold the power key until it restarts. Upon restarting I see that I have ample battery... this morning the battery was at 82%. Any ideas as to what could be causing this?
    Thanks
    Also, this morning before I restarted it I noticed that when I pressed the caps lock button the light turned on, leading me to believe that the computer was on, just the screen wasn't waking up.

    Hello Linc Davis,
    I have the exact same problem, MacBook Pro 15'' mid 2014 (everything updated via Appstore) and some times won't wake up from sleep. I've done a SMC reset a couple times and the problem disappear for 3 weeks. Then, randomly it appears again out of the blue.
    I don't see any "com.apple.message.signature: Platform Failure" event, meaning that maybe is not a hardware issue.
    I copied the log from "Sleep Wake Failure" event, here it is:
    Date/Time:       2014-11-16 01:48:03 -0430
    OS Version:      10.10 (Build 14A389)
    Architecture:    x86_64h
    Report Version:  21
    Event:           Sleep Wake Failure
    Steps:           8
    Hardware model:  MacBookPro11,2
    Active cpus:     8
    Process:         airportd [31]
    Architecture:    x86_64
    Task size:       809 pages
      Thread 0x3d4        1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6154382) [0xffffff80007de88e] 1
         *1  selprocess + 1793 (kernel + 6229201) [0xffffff80007f0cd1] 1
           *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
             *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
               *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                 *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                   *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                     *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                       *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                         *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x412        1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6154382) [0xffffff80007de88e] 1
         *1  selprocess + 1793 (kernel + 6229201) [0xffffff80007f0cd1] 1
           *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
             *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
               *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                 *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                   *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                     *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                       *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                         *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x26612      1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         apsd [53]
    Architecture:    x86_64
    Task size:       1629 pages
      Thread 0x39b        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6000516) [0xffffff80007b8f84] 1
         *1  ??? (kernel + 6000189) [0xffffff80007b8e3d] 1
           *1  ??? (kernel + 6004927) [0xffffff80007ba0bf] 1
             *1  ??? (kernel + 6005171) [0xffffff80007ba1b3] 1
               *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
                 *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
                   *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                     *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                       *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                         *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                           *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                             *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                               *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                                 *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                                   *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x266ad      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267d5      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267d6      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267d7      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         authd [83]
    Architecture:    x86_64
    Task size:       581 pages
      Thread 0x2ae        1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_unix_scall64 + 22 (kernel + 2337862) [0xffffff800043ac46] 1
       *1  unix_syscall64 + 610 (kernel + 6610098) [0xffffff800084dcb2] 1
         *1  read_nocancel + 115 (kernel + 6220067) [0xffffff80007ee923] 1
           *1  ??? (kernel + 6220730) [0xffffff80007eebba] 1
             *1  ??? (kernel + 3576017) [0xffffff80005690d1] 1
               *1  spec_read + 609 (kernel + 3689153) [0xffffff8000584ac1] 1
                 *1  ??? (kernel + 5845092) [0xffffff8000793064] 1
                   *1  ??? (kernel + 6153625) [0xffffff80007de599] 1
                     *1  lck_mtx_sleep + 134 (kernel + 1335974) [0xffffff80003462a6] 1
                       *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                         *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                           *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267e6      1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         awacsd [166]
    Architecture:    x86_64
    Task size:       1545 pages
      Thread 0x26638      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy standard>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x26639      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy standard>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267a3      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy standard>
    *1  return_from_trap + 175 (kernel + 2335759) [0xffffff800043a40f] 1
       *1  i386_astintr + 46 (kernel + 2223790) [0xffffff800041eeae] 1
         *1  ast_taken + 487 (kernel + 1273671) [0xffffff8000336f47] 1
           *1  telemetry_take_sample + 214 (kernel + 2051334) [0xffffff80003f4d06] 1
             *1  ??? (kernel + 2039507) [0xffffff80003f1ed3] 1
               *1  ??? (kernel + 2315270) [0xffffff8000435406] 1
                 *1  ??? (kernel + 2316389) [0xffffff8000435865] 1
                   *1  ??? (kernel + 2313091) [0xffffff8000434b83] 1
                     *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
                       *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
                         *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                           *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                             *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                               *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                                 *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                                   *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                                     *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                                       *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                                         *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267a4      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy standard>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         blued [62]
    Architecture:    x86_64
    Task size:       706 pages
      Thread 0x1d3        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ipc_mqueue_receive_continue + 147 (kernel + 1209475) [0xffffff8000327483] 1
         *1  ipc_kmsg_put + 118 (kernel + 1194310) [0xffffff8000323946] 1
           *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
             *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
               *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                 *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                   *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                     *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                       *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                         *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x377        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6000516) [0xffffff80007b8f84] 1
         *1  ??? (kernel + 6000189) [0xffffff80007b8e3d] 1
           *1  ??? (kernel + 6004927) [0xffffff80007ba0bf] 1
             *1  ??? (kernel + 6005171) [0xffffff80007ba1b3] 1
               *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
                 *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
                   *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                     *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                       *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                         *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                           *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                             *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                               *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                                 *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                                   *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x4c6        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6154382) [0xffffff80007de88e] 1
         *1  selprocess + 1793 (kernel + 6229201) [0xffffff80007f0cd1] 1
           *1  _bcopy + 17 (kernel + 2195153) [0xffffff8000417ed1] 1
             *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
               *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                 *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                   *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                     *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                       *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                         *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         cfprefsd [81]
    Architecture:    x86_64
    Task size:       3508 pages
      Thread 0x25e        1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6000516) [0xffffff80007b8f84] 1
         *1  ??? (kernel + 6000189) [0xffffff80007b8e3d] 1
           *1  ??? (kernel + 6004927) [0xffffff80007ba0bf] 1
             *1  ??? (kernel + 6005171) [0xffffff80007ba1b3] 1
               *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
                 *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
                   *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                     *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                       *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                         *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                           *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                             *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                               *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                                 *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                                   *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x265f8      1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x26672      1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x266f8      1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267f7      1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267f9      1 sample (1)        priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 4018 (kernel + 1719506) [0xffffff80003a3cd2] 1
           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         configd [26]
    Architecture:    x86_64
    Task size:       719 pages
      Thread 0x1ff        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6000516) [0xffffff80007b8f84] 1
         *1  ??? (kernel + 6000189) [0xffffff80007b8e3d] 1
           *1  ??? (kernel + 6004927) [0xffffff80007ba0bf] 1
             *1  ??? (kernel + 6005171) [0xffffff80007ba1b3] 1
               *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
                 *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
                   *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                     *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                       *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                         *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                           *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                             *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                               *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                                 *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                                   *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x264fb      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x26636      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x2667f      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         coreservicesd [86]
    Architecture:    x86_64
    Task size:       4298 pages
      Thread 0x2d1        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_unix_scall64 + 22 (kernel + 2337862) [0xffffff800043ac46] 1
       *1  unix_syscall64 + 610 (kernel + 6610098) [0xffffff800084dcb2] 1
         *1  read_nocancel + 115 (kernel + 6220067) [0xffffff80007ee923] 1
           *1  ??? (kernel + 6220730) [0xffffff80007eebba] 1
             *1  ??? (kernel + 3675952) [0xffffff8000581730] 1
               *1  ??? (kernel + 6153591) [0xffffff80007de577] 1
                 *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                   *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                     *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         discoveryd [52]
    Architecture:    x86_64
    Task size:       10508 pages
      Thread 0x1c9        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ipc_mqueue_receive_continue + 147 (kernel + 1209475) [0xffffff8000327483] 1
         *1  ipc_kmsg_put + 118 (kernel + 1194310) [0xffffff8000323946] 1
           *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
             *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
               *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                 *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                   *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                     *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                       *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                         *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x3ae        1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  call_continuation + 23 (kernel + 2200263) [0xffffff80004192c7] 1
       *1  ??? (kernel + 6000516) [0xffffff80007b8f84] 1
         *1  ??? (kernel + 6000189) [0xffffff80007b8e3d] 1
           *1  ??? (kernel + 6004927) [0xffffff80007ba0bf] 1
             *1  ??? (kernel + 6005171) [0xffffff80007ba1b3] 1
               *1  _bcopy + 9 (kernel + 2195145) [0xffffff8000417ec9] 1
                 *1  ??? (kernel + 2335811) [0xffffff800043a443] 1
                   *1  kernel_trap + 1036 (kernel + 2221004) [0xffffff800041e3cc] 1
                     *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
                       *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
                         *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
                           *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                             *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                               *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                                 *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                                   *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x264b1      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x264b9      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x26511      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x26512      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x26514      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x266dd      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x266e4      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x266e6      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x266e7      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x266e9      1 sample (1)        priority 37
      <thread QoS user initiated, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.1.97) <89E10306-BC78-3A3B-955C-7C4922577E61>  /System/Library/Kernels/kernel
    Process:         distnoted [78]
    Architecture:    x86_64
    Task size:       140 pages
      Thread 0x2664a      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 4018 (kernel + 1719506) [0xffffff80003a3cd2] 1
           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267ed      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 3042 (kernel + 1718530) [0xffffff80003a3902] 1
           *1  vm_fault_page + 2056 (kernel + 1700728) [0xffffff800039f378] 1
             *1  vm_compressor_pager_get + 225 (kernel + 1681185) [0xffffff800039a721] 1
               *1  vm_compressor_get + 69 (kernel + 1671605) [0xffffff80003981b5] 1
                 *1  ??? (kernel + 1676459) [0xffffff80003994ab] 1
                   *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
                     *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
                       *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Thread 0x267ee      1 sample (1)        priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
    *1  hndl_alltraps + 229 (kernel + 2335573) [0xffffff800043a355] 1
       *1  user_trap + 732 (kernel + 2223260) [0xffffff800041ec9c] 1
         *1  vm_fault_internal + 4018 (kernel + 1719506) [0xffffff80003a3cd2] 1
           *1  thread_block_reason + 175 (kernel + 1378383) [0xffffff800035084f] 1
             *1  ??? (kernel + 1387996) [0xffffff8000352ddc] 1
               *1  machine_switch_context + 367 (kernel + 2204431) [0xffffff800041a30f] 1
      Binary Images:
    *0xffffff8000200000 - 0xfffff

Maybe you are looking for