A person who goes by DanielDarko on the
VMware Fusion community forum that I was referring to ealier has posted something interesting.
From that forum
-------------
115. Re: VM Ware Fusion potentially causes macOS 10.15.6 to crash
DanieDarko Aug 6, 2020 7:05 AM (
in response to JavierIBM)
I'm using virtualbox and been experiencing the same issue.
After several crashes (2-3 each day), I too figured out the kernel memory leak problem since 10.15.6 update.
Now that I'm aware that the com.apple.security.sandbox Kext is actually causing the memory leak, I'm eager to find a workaround.
As a workaround I did copy the /System/Library/Extensions/Sandbox.kext from 10.15.5 to my Macbook running 10.15.6.
For now it's running without any problems and the memory leak seems to be resolved.
I will keep my Windows 10 guest running and post any updates.
--------------
123. Re: VM Ware Fusion potentially causes macOS 10.15.6 to crash
DanieDarko Aug 6, 2020 10:39 AM (
in response to amjbecker)
Just did this myself and can confirm, the Sandbox.kext can be extracted from macOS Combo update 10.15.5:
https://updates.cdn-apple.com/2020/macos/001-12346-20200528-c8559404-82ce-4926-a8cf-a2ff6630fe44/macOSUpdCombo10.15.5.dm…
Just extract it with pkgutil --expand-full macOSUpdCombo10.15.5.pkg
or to extract it with any other util and extract macOSUpdCombo10.15.5.pkg/Payload using pbzx.
Afterwards you should have the System/Library/Extensions/Sandbox.kext and usr/libexec/sandboxd directory structures.
sandboxd also differs, so maybe it's a good idea to replace both...
To replace them just save these files somewhere on your disk and reboot into recovery mode, holding Cmd+R.
Then you just need to mount your system disk using Disk utility and then launch the terminal to copy the files into place.
Don't forget to check the ownership and permissions!
------------
I think I am going to take a solid backup and attempt this until Apple deals with this issue.