goneovim: Failing to run on Arch Linux

Tried the nightly release and the stable release, the same problem failing to start. Kernel version 5.7.7-arch1-1

LaunchProcess: failed to execvp:
/home/foo/src/Goneovim/QtWebEngineProcess
SIGTRAP: trace trap
PC=0x7f2b7ffc5d91 m=0 sigcode=128
signal arrived during cgo execution

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0xf22ff0, 0xc0004fb7b8, 0xc0004fb7e8)
        runtime/cgocall.go:128 +0x5b fp=0xc0004fb788 sp=0xc0004fb750 pc=0x5703fb
github.com/therecipe/qt/webengine._Cfunc_QWebEnginePage_NewQWebEnginePage(0x0, 0x0)
        _cgo_gotypes.go:619 +0x4a fp=0xc0004fb7b8 sp=0xc0004fb788 pc=0xd730ea
github.com/therecipe/qt/webengine.NewQWebEnginePage.func1(0x0, 0x0, 0x9)
        github.com/therecipe/qt/webengine/webengine-minimal.go:477 +0x66 fp=0xc0004fb7f8 sp=0xc0004fb7b8 pc=0xd8ba56
github.com/therecipe/qt/webengine.NewQWebEnginePage(0x0, 0x0, 0xc0004005c0)
        github.com/therecipe/qt/webengine/webengine-minimal.go:477 +0x39 fp=0xc0004fb838 sp=0xc0004fb7f8 pc=0xd7d3a9
github.com/akiyosi/goneovim/editor.newMarkdown(0xc00027a2c0, 0x133c600)
        github.com/akiyosi/goneovim/editor/markdown.go:45 +0x43 fp=0xc0004fb898 sp=0xc0004fb838 pc=0xdce9f3
github.com/akiyosi/goneovim/editor.newWorkspace(0x0, 0x0, 0x7d2be5, 0xecf980, 0xc0004fb998)
        github.com/akiyosi/goneovim/editor/workspace.go:164 +0x5cc fp=0xc0004fb950 sp=0xc0004fb898 pc=0xe06fbc
github.com/akiyosi/goneovim/editor.(*Editor).initWorkspaces(0xc0002dfc00)
        github.com/akiyosi/goneovim/editor/editor.go:282 +0x421 fp=0xc0004fba18 sp=0xc0004fb950 pc=0xdc38f1
github.com/akiyosi/goneovim/editor.InitEditor()
        github.com/akiyosi/goneovim/editor/editor.go:225 +0x797 fp=0xc0004fbf50 sp=0xc0004fba18 pc=0xdc2fc7
main.main()
        github.com/akiyosi/goneovim/cmd/goneovim/main.go:14 +0x20 fp=0xc0004fbf60 sp=0xc0004fbf50 pc=0xe49f20
runtime.main()
        runtime/proc.go:203 +0x206 fp=0xc0004fbfe0 sp=0xc0004fbf60 pc=0x59c686
runtime.goexit()
        runtime/asm_amd64.s:1357 +0x1 fp=0xc0004fbfe8 sp=0xc0004fbfe0 pc=0x5c7751

rax    0x0
rbx    0x303b5e0
rcx    0x7f2b847b05ad
rdx    0x0
rdi    0x0
rsi    0x0
rbp    0x7ffc09840cf0
rsp    0x7ffc09840be0
r8     0x0
r9     0x7ffc09840c08
r10    0x1
r11    0x0
r12    0x7ffc09840c30
r13    0xde4f
r14    0x7ffc09840dd0
r15    0x7ffc09840bf0
rip    0x7f2b7ffc5d91
rflags 0x246
cs     0x33
fs     0x0
gs     0x0

About this issue

  • Original URL
  • State: open
  • Created 4 years ago
  • Comments: 30 (11 by maintainers)

Commits related to this issue

Most upvoted comments

Hi, sorry for late. I’ve tried to create an environment close to yours, but I can’t reproduce the probrem that causes CPU high load.

2020-07-23 15 33 23

Are there any other applications that are specific to your environment?