Created
December 30, 2014 18:49
-
-
Save fwaechter/7fd458d29a9ef05a3164 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mumbledj -server=mumble.example.net -port=11900 -username=MumbleDJ -channel=Jukebox | |
Configuration successfully loaded! | |
panic: runtime error: index out of range | |
goroutine 20 [running]: | |
runtime.panic(0x772540, 0xbe30bc) | |
/usr/local/go/src/pkg/runtime/panic.c:279 +0xf5 | |
main.add(0xc208037578, 0x8, 0xc208090784, 0x1b, 0x0, 0x0, 0x0, 0x0) | |
/root/mumbledj/commands.go:158 +0x391 | |
main.parseCommand(0xc2080b0f00, 0xc208037578, 0x8, 0xc20800f451, 0x49) | |
/root/mumbledj/commands.go:41 +0x290 | |
main.(*mumbledj).OnTextMessage(0xbfd0e0, 0xc2080b2850) | |
/root/mumbledj/main.go:70 +0xcc | |
main.*mumbledj.OnTextMessage·fm(0xc2080b2850) | |
/root/mumbledj/main.go:137 +0x30 | |
github.com/layeh/gumble/gumbleutil.Listener.OnTextMessage(0xc208036a20, 0xc208036a30, 0xc208036a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/root/go/src/github.com/layeh/gumble/gumbleutil/listener.go:44 +0x3c | |
github.com/layeh/gumble/gumbleutil.(*Listener).OnTextMessage(0xc20800eb40, 0xc2080b2850) | |
<autogenerated>:3 +0x9b | |
github.com/layeh/gumble/gumble.eventMultiplexer.OnTextMessage(0xc2080233b0, 0xc2080233b0, 0xc2080b2850) | |
/root/go/src/github.com/layeh/gumble/gumble/eventmultiplexer.go:62 +0x57 | |
github.com/layeh/gumble/gumble.handleTextMessage(0xc2080dc000, 0xc20803d800, 0x50, 0x400, 0x0, 0x0) | |
/root/go/src/github.com/layeh/gumble/gumble/handlers.go:582 +0x7a9 | |
github.com/layeh/gumble/gumble.(*Client).readRoutine(0xc2080dc000) | |
/root/go/src/github.com/layeh/gumble/gumble/client.go:199 +0x5d0 | |
created by github.com/layeh/gumble/gumble.(*Client).Connect | |
/root/go/src/github.com/layeh/gumble/gumble/client.go:108 +0x32d | |
goroutine 16 [chan receive]: | |
main.main() | |
/root/mumbledj/main.go:147 +0x496 | |
goroutine 19 [finalizer wait]: | |
runtime.park(0x41ac00, 0xbfacc8, 0xbe7189) | |
/usr/local/go/src/pkg/runtime/proc.c:1369 +0x89 | |
runtime.parkunlock(0xbfacc8, 0xbe7189) | |
/usr/local/go/src/pkg/runtime/proc.c:1385 +0x3b | |
runfinq() | |
/usr/local/go/src/pkg/runtime/mgc0.c:2644 +0xcf | |
runtime.goexit() | |
/usr/local/go/src/pkg/runtime/proc.c:1445 | |
goroutine 17 [syscall]: | |
runtime.goexit() | |
/usr/local/go/src/pkg/runtime/proc.c:1445 | |
goroutine 21 [select]: | |
github.com/layeh/gumble/gumble.(*Client).pingRoutine(0xc2080dc000) | |
/root/go/src/github.com/layeh/gumble/gumble/client.go:158 +0x291 | |
created by github.com/layeh/gumble/gumble.(*Client).Connect | |
/root/go/src/github.com/layeh/gumble/gumble/client.go:109 +0x348 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment