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

Entering insert foo crashes influx CLI #3078

Closed
msiebuhr opened this issue Jun 22, 2015 · 0 comments
Closed

Entering insert foo crashes influx CLI #3078

msiebuhr opened this issue Jun 22, 2015 · 0 comments
Assignees

Comments

@msiebuhr
Copy link

Entering insert foo crashes the influx CLI application;

> insert foo
panic: runtime error: slice bounds out of range

goroutine 1 [running]:
main.(*CommandLine).Insert(0xc20806c580, 0xc208114420, 0x3, 0x0, 0x0)
    /private/tmp/influxdb20150611-31144-myuhfv/influxdb-0.9.0/src/github.com/influxdb/influxdb/cmd/influx/main.go:429 +0x6ca
main.(*CommandLine).ParseCommand(0xc20806c580, 0xc208114420, 0xa, 0xc208114420)
    /private/tmp/influxdb20150611-31144-myuhfv/influxdb-0.9.0/src/github.com/influxdb/influxdb/cmd/influx/main.go:216 +0x9f1
main.main()
    /private/tmp/influxdb20150611-31144-myuhfv/influxdb-0.9.0/src/github.com/influxdb/influxdb/cmd/influx/main.go:169 +0xc0e

goroutine 5 [syscall, 77 minutes]:
os/signal.loop()
    /usr/local/Cellar/go/1.4.2/libexec/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
    /usr/local/Cellar/go/1.4.2/libexec/src/os/signal/signal_unix.go:27 +0x35

goroutine 17 [syscall, 3632 minutes, locked to thread]:
runtime.goexit()
    /usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:2232 +0x1
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

2 participants