I'm reading some of you have kernel panics on multiple machines of different years which means one of two things; you are really unlucky and drew bad machines out of millions or there's something you are either doing, environment, software, or something consistent that causes these.
The only kernel panics I've had over several/many machines (5 different MB laptops and three different minis) and almost two decades of Mac OS X have been on hackintosh devices, and that's understandable.
With the exception of truly hardware related issues where could these panics be coming from? I would ask if you are running real time games from online sights? The software drivers, especially video, needed by these games may be at the heart of the panics.
The only Mac I ever had issues with was the early 2010 MB 11" Air and it would occasionally restart on its own when driving it hard MS Word and multiple windows and programs in use. It was a known issue and seemed to have something to do with the nvidia gpu used in that model.
Good luck and keep us informed.
*****
OK I went back and read you kern panic log and the same issue seems to pop up, VMWare.
*** Panic Report ***
panic(cpu 0 caller 0xffffff7f8bd0a9fa): "[IGPU] Failed to wake the ME.\n"@/Library/Caches/com.apple.xbs/Sources/GPUDriversIntel/GPUDriversIntel-10.14.73/Common/GLKernel/Intel/skl/sched3/IGGuC.cpp:1238
...
loaded kexts:
com.vmware.kext.vmioplug.12.2.9 12.2.9
and
*** Panic Report ***
panic(cpu 0 caller 0xffffff7f8c77a9d2): "[IGPU] Failed to wake the ME.\n"@/Library/Caches/com.apple.xbs/Sources/GPUDriversIntel/GPUDriversIntel-10.14.66/Common/GLKernel/Intel/skl/sched3/IGGuC.cpp:1238
...
System uptime in nanoseconds: 28298643087029
last loaded kext at 24105967081593: com.asix.driver.ax88179-178a 1.8.0 (addr 0xffffff7f8ce74000, size 53248)
last unloaded kext at 24210649561320: com.apple.driver.AppleMikeyHIDDriver 124 (addr 0xffffff7f8cdd0000, size 12288)
loaded kexts:
com.asix.driver.ax88179-178a 1.8.0
com.vmware.kext.vmioplug.12.2.9 12.2.9
It also looks like you have an outdated asix driver:
From Asix web site:
AX88179/AX88178A Mac OS X Driver Installation Guide
Revision History Revision
Date
Description
1.00
2012/09/10
Initial release.
2.00
2014/02/25
1. Modified to support Mac OS X 10.9 driver installer.
2. Modified some descriptions in Section 1.
3. Replaced Section 4-1 “Driver Installation Failure on OS X 10.8 Issue” with new Section 4-1 “How to identify the Vendor ID and Product ID of your USB dongle?”.
4. Added Section 4-2 and Section 4-3.
5. Removed “Appendix A. AX88179/AX88178A Script Files” section.
2.01
2014/06/10
1. Modified some descriptions in Section 2.
I believe the current driver is into version 2.0 and you still have version 1.8.0
worth a check out.
Have you updated your VMWare software recently? If it's an old version you may be having compatibility issues with the VMWare graphics drivers.
I checked VMWare site and found some issues so you might search through that site a bit for answers.
https://communities.vmware.com/message/2408568?tstart=0
This is an old discussion from the Apple site:
https://discussions.apple.com/docs/DOC-5403
The point is if a driver is not a native Apple one, or an Apple driver has been modified by a program it may be your problem, especially when graphics are involved, which it appears is the heart of your kernel panic.
Again good luck in solving the issue, I suggest starting with an update to VMWare (you might notice in the link to an old discussion it was "
parallels" that caused the panics in that machine).