[signal 0x7 code=0x2 addr=0x7f45fe055000 pc=0x36f5889131]runtime stack:runtime.gothrow(0x95b570, 0x2a)/usr/local/go/src/runtime/panic.go:503 +0x8eruntime.sigpanic()/usr/local/go/src/runtime/sigpanic_unix.go:14 +0x5egoroutine 13 [syscall, locked to thread]:runtime.cgocall_errno(0x403aa0, 0xc65d0c1a60, 0x0)/usr/local/go/src/runtime/cgocall.go:130 +0xf5 fp=0xc65d0c1a40 sp=0xc65d0c1a18github.com/demo/a._Cfunc_create(0x7f4614000ac0, 0x12c, 0x568c8d61, 0xc20000000e, 0xc2db7b82a0, 0x0)/home/demo/code/go/src/github.com/demo/a/:54 +0x44 fp=0xc65d0c1a60 sp=0xc65d0c1a40
> What I do know is that it doesn't matter, in that knowing the answer
> won't help. That file is a file generated by cgo to implement the
> call to C.create. The actual SIGBUS signal is coming from C code, and
> the Go traceback is not showing that code.
Thanks for the info about changing it in 1.7. :)