Segmentation fault when starting dashboard using nonexistent profile #4359
Labels
co/dashboard
dashboard related issues
ev/SIGSEGV
Crash oops.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
When I try to launch the Kubernetes dashboard using a profile that does not exist, the process segfaults. This also happens without the -p option when no profiles do not yet exist (e.g. after a fresh install) and it tries to use the default
minikube
one. The expected response should be that the profile does not exist, which does happen correctly with a command likeminikube ip
.The exact command to reproduce the issue:
The full output of the command that failed:
The output of the
minikube logs
command:No logs seem to get written for this session, process crashes.
The operating system version:
macOS 10.14.5
minikube 1.1.0
VirtualBox 6.0.4
The text was updated successfully, but these errors were encountered: