tpjg
tpjg
Looking in the pom.xml it seems I'm on sonar-golang 1.2.2. Which is strange since I did a "git clone https://github.com/uartois/sonar-golang" today since I didn't see where I could get a...
Forget last question - now looking at the "Releases" page. Will try again with 1.2.8.
Okay, thanks. I confirm this issue is not in 1.2.8
It's very strange, but it seems to have something to do with println. If I use fmt.Printf instead it returns a more complete error. ``` go fmt.Printf("%v\n", e) ``` ```...
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. ``` runtime: newstack sp=0xc820009a40 stack=[0xc820054000,...
~~It may (or may not) be fixed in Go 1.6.2, see https://github.com/golang/go/commit/a7cad52e04dd1890420452b38563997930edb2ca~~ Tested with 1.6.2 on Darwin, still crashing.