To all of you that are suffering from this problem, these kernel panicks are almost always caused by 3rd party kernel extensions UNLESS you have a hardware failure.
To see the 3rd party installed kernel extensions, open Terminal and type:Code:kextstat | grep -v apple
You will see the 3rd party extensions listed there. I suggest that you go thru the regular uninstallation procedures of all the software that are related to those extensions. If you don't know the software that is responsible from that extensions OR if the kernel extensions is still there even after the installation, I suggest that you go ahead and manually remove the .kext folder from your system. The steps are as follows:
The kernel extensions are stored in 2 locations. Either
/Library/Extensions
or
/System/Library/Extensions
Once you located the 3rd party .kext folder in either of these paths, remove the extensions by typing the following command:Code:sudo rm -R type_the_name_of_the_3rd_party_kext_file.kext/
of course by replacing the word type_the_name_of_the_3rd_party_kext_file with your .kext file's name.
Once you removed the kernel extensions, reboot your computer and enjoy. If you are still facing with issues, then you have a hardware problem and need to send your device in for repair. Oh, you're welcome.
To all of you that are suffering from this problem, these kernel panicks are almost always caused by 3rd party kernel extensions UNLESS you have a hardware failure.
To see the 3rd party installed kernel extensions, open Terminal and type:Code:kextstat | grep -v apple
You will see the 3rd party extensions listed there. I suggest that you go thru the regular uninstallation procedures of all the software that are related to those extensions. If you don't know the software that is responsible from that extensions OR if the kernel extensions is still there even after the installation, I suggest that you go ahead and manually remove the .kext folder from your system. The steps are as follows:
The kernel extensions are stored in 2 locations. Either
/Library/Extensions
or
/System/Library/Extensions
Once you located the 3rd party .kext folder in either of these paths, remove the extensions by typing the following command:Code:sudo rm -R type_the_name_of_the_3rd_party_kext_file.kext/
of course by replacing the word type_the_name_of_the_3rd_party_kext_file with your .kext file's name.
Once you removed the kernel extensions, reboot your computer and enjoy. If you are still facing with issues, then you have a hardware problem and need to send your device in for repair. Oh, you're welcome.
This solved it for me. Had issue that after sleep, I could wake my iMac 27-late2017 (macOS High Sierra 10.13.4), get login screen and after entering the password it would freeze. Turned out to be Bitdefender 6.12.0.2 that caused this issue. After removing bitdefender the issue was solved.