Skip to content

Instantly share code, notes, and snippets.

@GeertJohan
Created December 24, 2014 14:21
Show Gist options
  • Save GeertJohan/82fd2dd530fe183aec65 to your computer and use it in GitHub Desktop.
Save GeertJohan/82fd2dd530fe183aec65 to your computer and use it in GitHub Desktop.
go-vlc panic
fatal error: fault
[signal 0xb code=0x80 addr=0x0 pc=0x5852d8]
goroutine 1 [running, locked to thread]:
runtime.gothrow(0x7ac5c0, 0x5)
/home/geertjohan/Applications/go/src/runtime/panic.go:503 +0x8e fp=0xc208087a68 sp=0xc208087a50
runtime.sigpanic()
/home/geertjohan/Applications/go/src/runtime/sigpanic_unix.go:29 +0x265 fp=0xc208087ab8 sp=0xc208087a68
github.com/jteeuwen/go-vlc.goEventCB(0x7f219b3e5e10, 0xc2082342e0)
/home/geertjohan/Workspaces/Go/gopath/src/github.com/jteeuwen/go-vlc/callback.go:32 +0xd8 fp=0xc208087b20 sp=0xc208087ab8
runtime.call16(0x7f219b3e5d10, 0x7f219b3e5d90, 0x10)
/home/geertjohan/Applications/go/src/runtime/asm_amd64.s:401 +0x45 fp=0xc208087b38 sp=0xc208087b20
runtime.cgocallbackg1()
/home/geertjohan/Applications/go/src/runtime/cgocall.go:239 +0x12a fp=0xc208087b98 sp=0xc208087b38
runtime.cgocallbackg()
/home/geertjohan/Applications/go/src/runtime/cgocall.go:193 +0x6e fp=0xc208087bc8 sp=0xc208087b98
runtime.cgocallback_gofunc(0x44ebcf, 0x414c9d, 0x40dbd0)
/home/geertjohan/Applications/go/src/runtime/asm_amd64.s:766 +0x57 fp=0xc208087bd8 sp=0xc208087bc8
asmcgocall()
/home/geertjohan/Applications/go/src/runtime/asm_amd64.s:649 +0x37 fp=0xc208087be0 sp=0xc208087bd8
runtime.asmcgocall_errno(0x40dbd0, 0xc208087c30)
/home/geertjohan/Applications/go/src/runtime/asm_amd64.s:626 +0xf fp=0xc208087be8 sp=0xc208087be0
runtime.cgocall_errno(0x40dbd0, 0xc208087c30, 0xc200000000)
/home/geertjohan/Applications/go/src/runtime/cgocall.go:131 +0x10d fp=0xc208087c10 sp=0xc208087be8
github.com/jteeuwen/go-vlc._Cfunc_libvlc_media_player_stop(0x7f2188001378)
/home/geertjohan/Workspaces/Go/gopath/src/github.com/jteeuwen/go-vlc/:838 +0x45 fp=0xc208087c30 sp=0xc208087c10
github.com/jteeuwen/go-vlc.(*Player).Stop(0xc208046140, 0x0, 0x0)
/home/geertjohan/Workspaces/Go/gopath/src/github.com/jteeuwen/go-vlc/player.go:138 +0x9b fp=0xc208087c70 sp=0xc208087c30
bitbucket.org/GeertJohan/audioaddict/aaplayer.(*Player).PlayStop(0xc20807f480, 0xc20824d500)
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aaplayer/player.go:257 +0xb4 fp=0xc208087c90 sp=0xc208087c70
main.main()
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aacli/main.go:194 +0x160f fp=0xc208087f98 sp=0xc208087c90
runtime.main()
/home/geertjohan/Applications/go/src/runtime/proc.go:63 +0xf3 fp=0xc208087fe0 sp=0xc208087f98
runtime.goexit()
/home/geertjohan/Applications/go/src/runtime/asm_amd64.s:2232 +0x1 fp=0xc208087fe8 sp=0xc208087fe0
goroutine 5 [runnable]:
os/signal.loop()
/home/geertjohan/Applications/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/home/geertjohan/Applications/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/home/geertjohan/Applications/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 16 [select]:
github.com/nsf/termbox-go.func·001()
/home/geertjohan/Workspaces/Go/gopath/src/github.com/nsf/termbox-go/api.go:87 +0x43b
created by github.com/nsf/termbox-go.Init
/home/geertjohan/Workspaces/Go/gopath/src/github.com/nsf/termbox-go/api.go:106 +0x96a
goroutine 21 [select]:
github.com/nsf/termbox-go.PollEvent(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/home/geertjohan/Workspaces/Go/gopath/src/github.com/nsf/termbox-go/api.go:245 +0x3ba
main.func·005()
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aacli/main.go:144 +0x30
created by main.main
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aacli/main.go:147 +0x118a
goroutine 20 [chan receive]:
bitbucket.org/GeertJohan/audioaddict/aaplayer.(*Player).run(0xc20807f480)
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aaplayer/player.go:172 +0x10b7
created by bitbucket.org/GeertJohan/audioaddict/aaplayer.NewPlayer
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aaplayer/player.go:58 +0x290
goroutine 18 [select]:
main.(*Display).run(0xc2081ce5a0)
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aacli/display.go:75 +0x160
created by main.NewDisplay
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aacli/display.go:58 +0x45d
goroutine 19 [select]:
main.(*Display).notificationManager(0xc2081ce5a0)
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aacli/display.go:131 +0x441
created by main.NewDisplay
/home/geertjohan/Workspaces/Go/devpath/src/bitbucket.org/GeertJohan/audioaddict/aacli/display.go:59 +0x477
goroutine 34 [syscall, locked to thread]:
runtime.goexit()
/home/geertjohan/Applications/go/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