Skip to content

Instantly share code, notes, and snippets.

@teancom
Created October 18, 2017 20:32
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teancom/0d80c417b49cdc926a1c381b195fa522 to your computer and use it in GitHub Desktop.
Save teancom/0d80c417b49cdc926a1c381b195fa522 to your computer and use it in GitHub Desktop.
console.app output every time the screen pauses
fault 14:30:05.230227 -0600 kernel virtual IOReturn IOAccelEventMachine2::waitForStamp(int32_t, stamp_t, stamp_t *): initial wait for 1 second expired. Continue wait for 4 seconds. stamp 8060894 (gpu_stamp=8060893)
fault 14:30:09.230120 -0600 kernel virtual IOReturn IOAccelEventMachine2::waitForStamp(int32_t, stamp_t, stamp_t *): timeout waiting for IntelAccelerator stamp 8060894 (gpu_stamp=8060893)
fault 14:30:09.230137 -0600 kernel void IOAccelEventMachine2::handleFinishChannelRestart(IOReturn, int32_t, uint32_t) - Setting restart type to 4
fault 14:30:09.230141 -0600 kernel void IOAccelEventMachine2::handleFinishChannelRestart(IOReturn, int32_t, uint32_t): GPURestartDequeued stampIdx=4 type=4 fromWhere=1 waitingOnIdx=4
fault 14:30:09.230190 -0600 kernel void IOAccelEventMachine2::restart_channel(): GPURestartSkipped stampIdx=4 type=4
fault 14:30:09.230194 -0600 kernel void IOAccelEventMachine2::restart_channel(): no channel associated with stamp_idx 4 (type 4)
@ulyssesbbg
Copy link

ulyssesbbg commented Jan 2, 2018

@teancom Are you still getting this? I'm getting the same pausing problem with the same console output on my Macbook. Wondering if you want to compare machines / driver versions ...

@vprakash-ucl
Copy link

@ulyssesbbg I just started having this issue too. MacBook Pro (Retina, 13-inch, Mid 2014). High Sierra 10.13.1. Can't figure out what changed. Other than updating Xcode, command line tools, and iTunes recently, everything is as it used to be...

@jubalskaggs
Copy link

I'm having this exact problem as well, High Sierra 10.13.2, MacBook Pro (Retina, 15-inch, Mid 2015). Screen hangs

@coofdy
Copy link

coofdy commented Mar 7, 2018

I was having exactly the same problem, also on a Mid 2014, 13-inch, Retina MBP. (Also, see this Apple forums post.)

The only third-party kernel extensions loaded were the VirtualBox ones, duet, and AirParrot. As I was not currently using any of these programs on this machine, I uninstalled them all, and have not had the problem since. Although I didn't uninstall them one-by-one, I suspect it was VBox, as that's the commonality with the issue in the linked forum post.

@hacker
Copy link

hacker commented Apr 12, 2018

Hey, same here, though a bit older MBP. And indeed running

kextunload -b org.virtualbox.kext.VBoxDrv -b org.virtualbox.kext.VBoxUSB -b org.virtualbox.kext.VBoxNetFlt -b org.virtualbox.kext.VBoxNetAdp

seems to help.

@jokumer
Copy link

jokumer commented Nov 28, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment