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

NIL pointer on analyze #26

Closed
wagoodman opened this issue Oct 20, 2018 · 0 comments
Closed

NIL pointer on analyze #26

wagoodman opened this issue Oct 20, 2018 · 0 comments

Comments

@wagoodman
Copy link
Owner

dive bytesized/appbox-plex:latest
Analyzing Image
latest: Pulling from bytesized/appbox-plex
d54efb8db41d: Pull complete 
f8b845f45a87: Pull complete 
e8db7bf7c39f: Pull complete 
9654c40e9079: Pull complete 
6d9ef359eaaa: Pull complete 
a3ed95caeb02: Pull complete 
f9d05c3c96e7: Pull complete 
0befd19b3f19: Pull complete 
75605fb17320: Pull complete 
68f10b475aab: Pull complete 
dc416005b484: Pull complete 
Digest: sha256:f0e5a1c7128f9a3fa4336cc039d3f10aae457aa11328bfbaa16b469a9c3f7897
Status: Downloaded newer image for bytesized/appbox-plex:latest
  Fetching metadata...
  Fetching image... [========================================>] 100 % (516202464/516202464)
  Discovering layers... Done!
    ├─ ee627b143e77ba6 : [========================================>] 100 % (8022/8022)
    ├─ e4d872096c2322b : [========================================>] 100 % (33/33)
    ├─ cc22c3016e1d554 : [========================================>] 100 % (20/20)
    ├─ a772287b7f24913 : [========================================>] 100 % (6989/6989)
    ├─ 965173cb42b3d95 : [========================================>] 100 % (4/4)
    ├─ 92cd60cf0a884b8 : [========================================>] 100 % (3/3)
    ├─ 7a5560e76400a14 : [========================================>] 100 % (4/4)
    ├─ 2b02ab7245719b5 : [========================================>] 100 % (4485/4485)
    ├─ 24425e305589220 : [========================================>] 100 % (21/21)
    ├─ 22635eedd439f85 : [========================================>] 100 % (3/3)
    ├─ 1a713ee756ffbf0 : [========================================>] 100 % (0/0)
  Fetching image config...
  Building tree...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x78801c]

goroutine 1 [running]:
github.com/wagoodman/dive/image.InitializeData(0x7ffcc748d887, 0x1c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/wagoodman/go/src/github.com/wagoodman/dive/image/image.go:312 +0xe3c
github.com/wagoodman/dive/cmd.analyze(0xc46fe0, 0xc4202bdbd0, 0x1, 0x1)
	/home/wagoodman/go/src/github.com/wagoodman/dive/cmd/analyze.go:21 +0xe5
github.com/spf13/cobra.(*Command).execute(0xc46fe0, 0xc42000c070, 0x1, 0x1, 0xc46fe0, 0xc42000c070)
	/home/wagoodman/go/src/github.com/spf13/cobra/command.go:766 +0x2c1
github.com/spf13/cobra.(*Command).ExecuteC(0xc46fe0, 0x1, 0x1, 0x0)
	/home/wagoodman/go/src/github.com/spf13/cobra/command.go:852 +0x30a
github.com/spf13/cobra.(*Command).Execute(0xc46fe0, 0xc42002c178, 0x0)
	/home/wagoodman/go/src/github.com/spf13/cobra/command.go:800 +0x2b
github.com/wagoodman/dive/cmd.Execute()
	/home/wagoodman/go/src/github.com/wagoodman/dive/cmd/root.go:28 +0x2d
main.main()
	/home/wagoodman/go/src/github.com/wagoodman/dive/main.go:34 +0x20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant