Bug 1576767 Comment 145 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's yet another new version of my dtrace script, with yet another probe -- one for failures in `IOAccelVidMemoryList::ReverseIterator::getPrevMemory()`.

Based on what Markus said, I assume the failures will happen here, when its called from `IOGraphicsAccelerator2::freeWaitToPrepareVidMap(IOAccelMemoryMap*, bool, bool)`.

Eric and Sorin, please test with this probe. If you've already started testing with a previous version and haven't yet had a crash, quit the previous version (using Ctrl-C) and run this one instead.
Here's yet another new version of my dtrace script, with yet another probe -- one for failures in `IOAccelVidMemoryList::ReverseIterator::getPrevMemory()`.

Based on what Markus said, I assume the failures will happen here, when its called from `IOGraphicsAccelerator2::freeWaitToPrepareVidMap(IOAccelMemoryMap*, bool, bool)`.

Eric and Sorin, please test with this script. If you've already started testing with a previous version and haven't yet had a crash, quit the previous version (using Ctrl-C) and run this one instead.
Here's yet another new version of my dtrace script, with yet another probe -- one for failures in `IOAccelVidMemoryList::ReverseIterator::getPrevMemory()`.

Based on what Markus said, I assume the failures will happen here, when it's called from `IOGraphicsAccelerator2::freeWaitToPrepareVidMap(IOAccelMemoryMap*, bool, bool)`.

Eric and Sorin, please test with this script. If you've already started testing with a previous version and haven't yet had a crash, quit the previous version (using Ctrl-C) and run this one instead.

Back to Bug 1576767 Comment 145