Skip to content

Instantly share code, notes, and snippets.

package main
import (
"gopkg.in/qml.v1"
"os"
"os/exec"
//"runtime/debug"
)
func main() {
runtime: newstack called from g=0x934dc820
m=0x934f2840 m->curg=0x934dc640 m->g0=0x934dc8c0 m->gsignal=0x934dc820
fatal error: runtime: wrong goroutine in newstack
runtime stack:
runtime.throw(0x203dd1)
/usr/lib/go/src/pkg/runtime/panic.c:520 +0x5c
runtime.newstack()
/usr/lib/go/src/pkg/runtime/stack.c:684 +0x8c
runtime.morestack()