Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues About Starting Minikube #6319

Closed
Liuzhou-Railway-Bureau opened this issue Jan 15, 2020 · 2 comments
Closed

Issues About Starting Minikube #6319

Liuzhou-Railway-Bureau opened this issue Jan 15, 2020 · 2 comments
Labels
co/virtualbox kind/support Categorizes issue or PR as a support question. triage/duplicate Indicates an issue is a duplicate of other open issue. triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@Liuzhou-Railway-Bureau
Copy link

The exact command to reproduce the issue:
minikube start --vm-driver=virtualbox

The full output of the command that failed:


panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x28 pc=0x12ee976]

The output of the minikube logs command:


goroutine 32 [running]:
github.com/google/go-containerregistry/pkg/v1/tarball.Write(0x0, 0xc000430e20, 0xa, 0xc000430e2b, 0xa, 0xc000430e36, 0x7, 0x0, 0x0, 0xc0003b3c58, ...)
/go/pkg/mod/github.com/google/go-containerregistry@v0.0.0-20180731221751-697ee0b3d46e/pkg/v1/tarball/write.go:57 +0x136
k8s.io/minikube/pkg/minikube/machine.CacheImage(0xc000430e20, 0x1d, 0xc0005d74f0, 0x4b, 0x0, 0x0)
/app/pkg/minikube/machine/cache_images.go:395 +0x615
k8s.io/minikube/pkg/minikube/machine.CacheImages.func1(0xc00014bf68, 0x1)
/app/pkg/minikube/machine/cache_images.go:85 +0xed
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0004a3950, 0xc0004a3980)
/go/pkg/mod/golang.org/x/sync@v0.0.0-20190423024810-112230192c58/errgroup/errgroup.go:57 +0x6b
created by golang.org/x/sync/errgroup.(*Group).Go
/go/pkg/mod/golang.org/x/sync@v0.0.0-20190423024810-112230192c58/errgroup/errgroup.go:54 +0x6d
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x28 pc=0x12ee976]

goroutine 33 [running]:
github.com/google/go-containerregistry/pkg/v1/tarball.Write(0x0, 0xc000129590, 0xa, 0xc00012959b, 0xe, 0xc0001295aa, 0x7, 0x0, 0x0, 0xc000429c58, ...)
/go/pkg/mod/github.com/google/go-containerregistry@v0.0.0-20180731221751-697ee0b3d46e/pkg/v1/tarball/write.go:57 +0x136
k8s.io/minikube/pkg/minikube/machine.CacheImage(0xc000129590, 0x21, 0xc0005d7720, 0x4f, 0x0, 0x0)
/app/pkg/minikube/machine/cache_images.go:395 +0x615
k8s.io/minikube/pkg/minikube/machine.CacheImages.func1(0xc0004b1f68, 0xb)
/app/pkg/minikube/machine/cache_images.go:85 +0xed
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0004a3950, 0xc0004a39b0)
/go/pkg/mod/golang.org/x/sync@v0.0.0-20190423024810-112230192c58/errgroup/errgroup.go:57 +0x6b
created by golang.org/x/sync/errgroup.(*Group).Go
/go/pkg/mod/golang.org/x/sync@v0.0.0-20190423024810-112230192c58/errgroup/errgroup.go:54 +0x6d

The operating system version:
minikube v1.6.2 on Microsoft Windows Server 2016 Datacenter 10.0.14393 Build 14393
Selecting 'virtualbox' driver from user configuration (alternates: [hyperv])

@medyagh
Copy link
Member

medyagh commented Jan 22, 2020

Thank you for sharing your experience! If you don't mind, could you please provide:

  • The exact command-lines used, so that we may replicate the issue
  • The full output of the command that failed
  • The full output of the "minikube logs" command
  • Which operating system version was used

This will help us isolate the problem further. Thank you!

@medyagh medyagh added co/virtualbox triage/needs-information Indicates an issue needs more information in order to work on it. labels Jan 22, 2020
@priyawadhwa priyawadhwa added the kind/support Categorizes issue or PR as a support question. label Jan 22, 2020
@sharifelgamal
Copy link
Collaborator

This should be fixed with minikube 1.7, can you upgrade and retry?

Closing as a duplicate of #6147

@sharifelgamal sharifelgamal added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox kind/support Categorizes issue or PR as a support question. triage/duplicate Indicates an issue is a duplicate of other open issue. triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

4 participants