-
Notifications
You must be signed in to change notification settings - Fork 48
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
live_webm example broken in go 1.4.1 #6
Comments
I can't reproduce such error. |
having the same issue here.
|
Same here. Go 1.6 on darwin/amd64. Something goes wrong in mp_wait(). So I think it's outside of the gst binding, more in the glib binding.
|
Tested with 1.6.2 on Darwin, still crashing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tested the gstreamer bindings in osx.
gstreamer 1.4.5, go 1.4.1 (built with swig support) are installed, as well as all the dependencies
The simple example works ok (replacing xvimagesink for autovideosink), but the live_webm fails building and launching it as shown. Any ideas on what's going on?
fatal error: attempt to execute C code on Go stack
runtime stack:
runtime.throw(0x444a625)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/panic.go:491 +0xad
badc()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/stack.c:891 +0x2a
runtime.onM(0x4465370)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:257 +0x68
runtime.mstart()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:818
goroutine 1 [running]:
runtime.switchtoM()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:198 fp=0xc208009a90 sp=0xc208009a88
runtime.morestackc()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/stack.c:885 +0x1e fp=0xc208009aa8 sp=0xc208009a90
runtime.sighandler(0x5082120, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/signal_amd64x.c:44 +0x14 fp=0xc208009ab0 sp=0xc208009aa8
goroutine 5 [syscall, locked to thread]:
github.com/ziutek/glib._Cfunc_mp_wait(0x0)
/Users/bleedinge/src/go/src/github.com/ziutek/glib/:517 +0x4d
github.com/ziutek/glib.callbackLoop()
/Users/bleedinge/src/go/src/github.com/ziutek/glib/object.go:417 +0x1f
created by github.com/ziutek/glib.init·1
/Users/bleedinge/src/go/src/github.com/ziutek/glib/object.go:423 +0x25
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:2232 +0x1
The text was updated successfully, but these errors were encountered: