Skip to content

Instantly share code, notes, and snippets.

@vvavrychuk
Created August 15, 2016 09:08
Show Gist options
  • Save vvavrychuk/50e7ed413405c1229a14fd974bc1bf61 to your computer and use it in GitHub Desktop.
Save vvavrychuk/50e7ed413405c1229a14fd974bc1bf61 to your computer and use it in GitHub Desktop.
ubuntu@ubuntu-xenial:~/golang/src/github.com/limetext/lime-qml$ ./main/main
[08/15/16 09:06:18] [INFO] Initializing
[08/15/16 09:06:18] [DEBG] OnInit callbacks executing
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0x25 pc=0x7fd3c2742f81]
runtime stack:
runtime.throw(0x94b8c0, 0x2a)
/usr/lib/go-1.6/src/runtime/panic.go:547 +0x90
runtime.sigpanic()
/usr/lib/go-1.6/src/runtime/sigpanic_unix.go:12 +0x5a
goroutine 18 [syscall, locked to thread]:
runtime.cgocall(0x76d3f0, 0xc8200471d8, 0x10000c800000000)
/usr/lib/go-1.6/src/runtime/cgocall.go:123 +0x11b fp=0xc8200471a0 sp=0xc820047170
github.com/limetext/gopy._Cfunc_excName(0x7fd3c2ad36e0, 0x0, 0x0)
??:0 +0x40 fp=0xc8200471d8 sp=0xc8200471a0
github.com/limetext/gopy.(*Error).Error(0xc82021f980, 0x0, 0x0)
/home/ubuntu/golang/src/github.com/limetext/gopy/err.go:29 +0xbc fp=0xc8200472d0 sp=0xc8200471d8
fmt.(*pp).handleMethods(0xc8200ae410, 0xc800000073, 0x0, 0xc800000001)
/usr/lib/go-1.6/src/fmt/print.go:724 +0x4c2 fp=0xc8200473b0 sp=0xc8200472d0
fmt.(*pp).printArg(0xc8200ae410, 0x860040, 0xc82021f980, 0x73, 0x0, 0x0)
/usr/lib/go-1.6/src/fmt/print.go:806 +0x4a9 fp=0xc820047538 sp=0xc8200473b0
fmt.(*pp).doPrintf(0xc8200ae410, 0x92b5c0, 0x22, 0xc820363ca0, 0x1, 0x1)
/usr/lib/go-1.6/src/fmt/print.go:1238 +0x1dcd fp=0xc8200478c0 sp=0xc820047538
fmt.Sprintf(0x92b5c0, 0x22, 0xc820363ca0, 0x1, 0x1, 0x0, 0x0)
/usr/lib/go-1.6/src/fmt/print.go:203 +0x6f fp=0xc820047910 sp=0xc8200478c0
github.com/limetext/log4go.Logger.Error(0xc820016ae0, 0x79e200, 0xc820363cb0, 0xc820363ca0, 0x1, 0x1, 0x0, 0x0)
/home/ubuntu/golang/src/github.com/limetext/log4go/log4go.go:451 +0x291 fp=0xc820047a20 sp=0xc820047910
github.com/limetext/backend/log.(*logger).Error(0xc820024088, 0x79e200, 0xc820363cb0, 0xc820363ca0, 0x1, 0x1, 0x0, 0x0)
<autogenerated>:4 +0x7f fp=0xc820047a68 sp=0xc820047a20
github.com/limetext/backend/log.Error(0x79e200, 0xc820363cb0, 0xc820363ca0, 0x1, 0x1, 0x0, 0x0)
/home/ubuntu/golang/src/github.com/limetext/backend/log/global.go:43 +0x69 fp=0xc820047ab0 sp=0xc820047a68
github.com/limetext/sublime.onInit()
/home/ubuntu/golang/src/github.com/limetext/sublime/package.go:224 +0x1ae fp=0xc820047b60 sp=0xc820047ab0
github.com/limetext/backend.(*InitEvent).call(0xd0ea60)
/home/ubuntu/golang/src/github.com/limetext/backend/events.go:83 +0x14a fp=0xc820047be0 sp=0xc820047b60
github.com/limetext/backend.(*Editor).Init(0xc8200c4000)
/home/ubuntu/golang/src/github.com/limetext/backend/editor.go:151 +0x8a fp=0xc820047c58 sp=0xc820047be0
main.(*frontend).loop(0xc820014600, 0x0, 0x0)
/home/ubuntu/golang/src/github.com/limetext/lime-qml/main/frontend.go:357 +0x60 fp=0xc820047f40 sp=0xc820047c58
main.(*frontend).(main.loop)-fm(0x0, 0x0)
/home/ubuntu/golang/src/github.com/limetext/lime-qml/main/frontend.go:63 +0x2e fp=0xc820047f60 sp=0xc820047f40
github.com/limetext/qml-go.Run.func1(0xc82038c000, 0xc820363b10)
/home/ubuntu/golang/src/github.com/limetext/qml-go/bridge.go:69 +0x2d fp=0xc820047f90 sp=0xc820047f60
runtime.goexit()
/usr/lib/go-1.6/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820047f98 sp=0xc820047f90
created by github.com/limetext/qml-go.Run
/home/ubuntu/golang/src/github.com/limetext/qml-go/bridge.go:71 +0x169
goroutine 1 [syscall, locked to thread]:
github.com/limetext/qml-go._Cfunc_applicationExec()
??:0 +0x36
github.com/limetext/qml-go.Run(0xc820363b10, 0x0, 0x0)
/home/ubuntu/golang/src/github.com/limetext/qml-go/bridge.go:72 +0x16e
main.initFrontend()
/home/ubuntu/golang/src/github.com/limetext/lime-qml/main/frontend.go:63 +0x10a
main.main()
/home/ubuntu/golang/src/github.com/limetext/lime-qml/main/main.go:34 +0x12d
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/lib/go-1.6/src/runtime/asm_amd64.s:1998 +0x1
goroutine 5 [chan receive]:
github.com/limetext/log4go.ConsoleLogWriter.run(0xc8200620c0, 0x7fd3ba21a3a8, 0xc820024010)
/home/ubuntu/golang/src/github.com/limetext/log4go/termlog.go:27 +0x81
created by github.com/limetext/log4go.NewConsoleLogWriter
/home/ubuntu/golang/src/github.com/limetext/log4go/termlog.go:19 +0x6e
goroutine 6 [chan receive]:
github.com/limetext/log4go.ConsoleLogWriter.run(0xc820062120, 0x7fd3ba21a3a8, 0xc820024010)
/home/ubuntu/golang/src/github.com/limetext/log4go/termlog.go:27 +0x81
created by github.com/limetext/log4go.NewConsoleLogWriter
/home/ubuntu/golang/src/github.com/limetext/log4go/termlog.go:19 +0x6e
goroutine 7 [syscall]:
syscall.Syscall6(0xe8, 0x4, 0xc82010dc24, 0x7, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go-1.6/src/syscall/asm_linux_amd64.s:44 +0x5
golang.org/x/sys/unix.EpollWait(0x4, 0xc82010dc24, 0x7, 0x7, 0xffffffffffffffff, 0x0, 0x0, 0x0)
/home/ubuntu/golang/src/golang.org/x/sys/unix/zsyscall_linux_amd64.go:1220 +0x89
gopkg.in/fsnotify%2ev1.(*fdPoller).wait(0xc82000e820, 0x979a00, 0x0, 0x0)
/home/ubuntu/golang/src/gopkg.in/fsnotify.v1/inotify_poller.go:86 +0xbd
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc82006e230)
/home/ubuntu/golang/src/gopkg.in/fsnotify.v1/inotify.go:192 +0x1a8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/home/ubuntu/golang/src/gopkg.in/fsnotify.v1/inotify.go:61 +0x3e2
goroutine 8 [select]:
github.com/limetext/backend/watch.(*Watcher).Observe(0xc82006e280)
/home/ubuntu/golang/src/github.com/limetext/backend/watch/watcher.go:209 +0x2ef
created by github.com/limetext/backend/packages.init.1
/home/ubuntu/golang/src/github.com/limetext/backend/packages/watcher.go:56 +0x175
goroutine 9 [chan receive]:
github.com/limetext/text.(*SerializedBuffer).worker(0xc8200c0088)
/home/ubuntu/golang/src/github.com/limetext/text/serialized_buffer.go:40 +0x59
created by github.com/limetext/text.(*SerializedBuffer).init
/home/ubuntu/golang/src/github.com/limetext/text/serialized_buffer.go:26 +0xcc
goroutine 10 [syscall]:
syscall.Syscall6(0xe8, 0x8, 0xc82039dc24, 0x7, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go-1.6/src/syscall/asm_linux_amd64.s:44 +0x5
golang.org/x/sys/unix.EpollWait(0x8, 0xc82039dc24, 0x7, 0x7, 0xffffffffffffffff, 0x0, 0x0, 0x0)
/home/ubuntu/golang/src/golang.org/x/sys/unix/zsyscall_linux_amd64.go:1220 +0x89
gopkg.in/fsnotify%2ev1.(*fdPoller).wait(0xc82000e840, 0x979a00, 0x0, 0x0)
/home/ubuntu/golang/src/gopkg.in/fsnotify.v1/inotify_poller.go:86 +0xbd
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc82006e320)
/home/ubuntu/golang/src/gopkg.in/fsnotify.v1/inotify.go:192 +0x1a8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/home/ubuntu/golang/src/gopkg.in/fsnotify.v1/inotify.go:61 +0x3e2
goroutine 11 [chan receive]:
github.com/limetext/backend/log.NewLogWriter.func1(0xc82000aac0, 0xc82000aab0)
/home/ubuntu/golang/src/github.com/limetext/backend/log/logwriter.go:38 +0x51
created by github.com/limetext/backend/log.NewLogWriter
/home/ubuntu/golang/src/github.com/limetext/backend/log/logwriter.go:41 +0xad
goroutine 12 [chan receive]:
github.com/limetext/backend.(*Editor).inputthread(0xc8200c4000)
/home/ubuntu/golang/src/github.com/limetext/backend/editor.go:343 +0xd3
created by github.com/limetext/backend.GetEditor
/home/ubuntu/golang/src/github.com/limetext/backend/editor.go:135 +0x15c2
goroutine 13 [select]:
github.com/limetext/backend/watch.(*Watcher).Observe(0xc82006e370)
/home/ubuntu/golang/src/github.com/limetext/backend/watch/watcher.go:209 +0x2ef
created by github.com/limetext/backend.GetEditor
/home/ubuntu/golang/src/github.com/limetext/backend/editor.go:136 +0x15ea
goroutine 14 [select]:
github.com/limetext/log4go.NewFileLogWriter.func1(0xc820012240)
/home/ubuntu/golang/src/github.com/limetext/log4go/filelog.go:84 +0xab6
created by github.com/limetext/log4go.NewFileLogWriter
/home/ubuntu/golang/src/github.com/limetext/log4go/filelog.go:116 +0x381
goroutine 15 [chan receive]:
main.(*frontend).qmlBatchLoop(0xc820014600)
/home/ubuntu/golang/src/github.com/limetext/lime-qml/main/frontend.go:200 +0x407
created by main.initFrontend
/home/ubuntu/golang/src/github.com/limetext/lime-qml/main/frontend.go:62 +0xc9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment