Skip to content

Instantly share code, notes, and snippets.

@imheresamir
Created December 9, 2014 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imheresamir/7b10a9b50ff080a2f907 to your computer and use it in GitHub Desktop.
Save imheresamir/7b10a9b50ff080a2f907 to your computer and use it in GitHub Desktop.
Stack trace
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()
/usr/lib/go/src/pkg/runtime/asm_arm.s:210 +0x44
goroutine 20 [syscall]:
syscall.Syscall6(0x72, 0x3952, 0x832e2ea4, 0x0, 0x93508190, 0x0, 0x0, 0x2, 0x1, 0x93508190)
/usr/lib/go/src/pkg/syscall/asm_linux_arm.s:45 +0x8 fp=0x832e2e54 sp=0x832e2e50
syscall.wait4(0x3952, 0x832e2ea4, 0x0, 0x93508190, 0xba344, 0x0, 0x0)
/usr/lib/go/src/pkg/syscall/zsyscall_linux_arm.go:120 +0x74 fp=0x832e2e84 sp=0x832e2e54
syscall.Wait4(0x3952, 0x832e2ec8, 0x0, 0x93508190, 0xbc, 0x0, 0x0)
/usr/lib/go/src/pkg/syscall/syscall_linux.go:222 +0x64 fp=0x832e2ea8 sp=0x832e2e84
os.(*Process).wait(0x93500100, 0x0, 0x0, 0x0)
/usr/lib/go/src/pkg/os/exec_unix.go:22 +0xe0 fp=0x832e2f00 sp=0x832e2ea8
os.(*Process).Wait(0x93500100, 0x833a9238, 0x0, 0x0)
/usr/lib/go/src/pkg/os/doc.go:45 +0x3c fp=0x832e2f14 sp=0x832e2f00
os/exec.(*Cmd).Wait(0x934dc960, 0x0, 0x0)
/usr/lib/go/src/pkg/os/exec/exec.go:357 +0x164 fp=0x832e2f80 sp=0x832e2f14
main.func·001()
/home/samir/Go/src/github.com/imheresamir/picast/main/tester.go:19 +0xf4 fp=0x832e2fcc sp=0x832e2f80
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1445 fp=0x832e2fcc sp=0x832e2fcc
created by main.main
/home/samir/Go/src/github.com/imheresamir/picast/main/tester.go:25 +0x3c
goroutine 16 [syscall]:
gopkg.in/qml%2ev1._Cfunc_applicationExec(0x15cce8)
gopkg.in/qml.v1/_obj/_cgo_defun.c:59 +0x34
gopkg.in/qml%2ev1.Run(0x198108, 0x0, 0x0)
/home/samir/Go/src/gopkg.in/qml.v1/bridge.go:63 +0x1bc
main.main()
/home/samir/Go/src/github.com/imheresamir/picast/main/tester.go:27 +0x4c
goroutine 19 [finalizer wait]:
runtime.park(0x8dda8, 0x2107c0, 0x204c59)
/usr/lib/go/src/pkg/runtime/proc.c:1369 +0x5c
runtime.parkunlock(0x2107c0, 0x204c59)
/usr/lib/go/src/pkg/runtime/proc.c:1385 +0x40
runfinq()
/usr/lib/go/src/pkg/runtime/mgc0.c:2644 +0xa0
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1445
goroutine 17 [syscall]:
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1445
goroutine 21 [semacquire]:
sync.runtime_Semacquire(0x935000bc)
/usr/lib/go/src/pkg/runtime/sema.goc:199 +0x34
sync.(*Mutex).Lock(0x935000b8)
/usr/lib/go/src/pkg/sync/mutex.go:66 +0x100
gopkg.in/qml%2ev1.(*Window).Wait(0x934e8298)
/home/samir/Go/src/gopkg.in/qml.v1/qml.go:911 +0x98
main.run(0x0, 0x0)
/home/samir/Go/src/github.com/imheresamir/picast/main/tester.go:43 +0xc8
gopkg.in/qml%2ev1.func·002()
/home/samir/Go/src/gopkg.in/qml.v1/bridge.go:60 +0x4c
created by gopkg.in/qml%2ev1.Run
/home/samir/Go/src/gopkg.in/qml.v1/bridge.go:62 +0x1b4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment