You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows platform from time to time the tray shows unhandled errors, the only options from there is quit the tray. After quit the tray if the user wants to cleanup crc the log shows an error as it is expected to clean the tray process which does not exist anymore
cleanup execution ends up showing an unhandle error. status code 1
Logs
INFO Stopping tray if running
INFO Uninstalling daemon if installed
INFO Removing hosts file records added by CRC
INFO Uninstalling admin-helper daemon
INFO Will run as admin: uninstall admin-helper daemon
INFO Removing the crc VM if exists
INFO Removing dns server from interface
INFO Will run as admin: Remove dns entry for default switch
INFO Removing pull secret from the keyring
INFO Removing older logs
INFO Removing CRC Machine Instance directory
Failed to kill tray process: exit status 1```
The text was updated successfully, but these errors were encountered:
General information
On windows platform from time to time the tray shows unhandled errors, the only options from there is quit the tray. After quit the tray if the user wants to cleanup crc the log shows an error as it is expected to clean the tray process which does not exist anymore
CRC version
CodeReady Containers version: 1.28.0+08de64bd OpenShift version: 4.7.13 (not embedded in executable)
Steps to reproduce
crc cleanup
Expected
cleanup execution finish successfully
Actual
cleanup execution ends up showing an unhandle error. status code 1
Logs
The text was updated successfully, but these errors were encountered: