Project

General

Profile

Actions

Bug #10272

closed

[keepstore] "panic: runtime error: invalid memory address or nil pointer dereference"

Added by Nico César over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Keep
Target version:
Story points:
-

Description

Package keepstore-0.1.20161011173012.9f35a3c-1.x86_64 already installed and latest version

Just showing the help gives the error:

-bash-4.2$ keepstore -help
2016/10/14 07:22:47 keepstore starting, pid 6650
Usage of keepstore:
  -azure-max-get-bytes int
        Maximum bytes to request in a single GET request. If smaller than 67108864, use multiple concurrent range requests to retrieve a block. (default 67108864)
  -azure-storage-account-key-file string
        File containing the account key used for subsequent --azure-storage-container-volume arguments.
  -azure-storage-account-name string
        Azure storage account name used for subsequent --azure-storage-container-volume arguments.
2016/10/14 07:22:47 keepstore exiting, pid 6650
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x40b706]

goroutine 1 [running]:
panic(0x6d2a60, 0xc4200100c0)
        /usr/local/go/src/runtime/panic.go:500 +0x1a1
main.(*volumeSet).String(0x0, 0x0, 0x0)
        /tmp/tmp.1Zw9ym3zXu/src/git.curoverse.com/arvados.git/services/keepstore/keepstore.go:133 +0x26
flag.isZeroValue(0xc420015380, 0xc42011e950, 0x2, 0x739580)
        /usr/local/go/src/flag/flag.go:393 +0x12d
flag.(*FlagSet).PrintDefaults.func1(0xc420015380)
        /usr/local/go/src/flag/flag.go:467 +0x1d5
flag.(*FlagSet).VisitAll(0xc42006c060, 0xc420049798)
        /usr/local/go/src/flag/flag.go:323 +0x67
flag.(*FlagSet).PrintDefaults(0xc42006c060)
        /usr/local/go/src/flag/flag.go:476 +0x46
flag.PrintDefaults()
        /usr/local/go/src/flag/flag.go:499 +0x2d
flag.glob..func1()
        /usr/local/go/src/flag/flag.go:523 +0xce
flag.(*FlagSet).usage(0xc42006c060)
        /usr/local/go/src/flag/flag.go:823 +0x42
flag.(*FlagSet).parseOne(0xc42006c060, 0x0, 0x0, 0xc420049ad8)
        /usr/local/go/src/flag/flag.go:870 +0xb4c
flag.(*FlagSet).Parse(0xc42006c060, 0xc42000c190, 0x1, 0x1, 0x73a5a9, 0x71)
        /usr/local/go/src/flag/flag.go:915 +0x60
flag.Parse()
        /usr/local/go/src/flag/flag.go:943 +0x72
main.main()
        /tmp/tmp.1Zw9ym3zXu/src/git.curoverse.com/arvados.git/services/keepstore/keepstore.go:234 +0x845

Actions

Also available in: Atom PDF