xbar: xbar v2.0.3-beta: fatal error: unexpected signal during runtime execution

Are you experiencing this? Please let us know your current operating system.

 ~ cd /Applications/xbar.app/Contents/MacOS
➜  MacOS ./xbar
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x44 pc=0x7fff201ff40d]

runtime stack:
runtime.throw(0x44db22d, 0x2a)
	/usr/local/go/src/runtime/panic.go:1117 +0x72
runtime.sigpanic()
	/usr/local/go/src/runtime/signal_unix.go:718 +0x2ef

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x43e6680, 0xc00018bda0, 0x0)
	/usr/local/go/src/runtime/cgocall.go:154 +0x5b fp=0xc00018bd70 sp=0xc00018bd38 pc=0x4008cfb
github.com/wailsapp/wails/v2/internal/ffenestri._Cfunc_Run(0xb904110, 0xc000000000, 0x0)
~ cd /Applications/xbar.app/Contents/MacOS ➜ MacOS ./xbar fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x44 pc=0x7fff201ff40d]

runtime stack: runtime.throw(0x44db22d, 0x2a) /usr/local/go/src/runtime/panic.go:1117 +0x72 runtime.sigpanic() /usr/local/go/src/runtime/signal_unix.go:718 +0x2ef

goroutine 1 [syscall, locked to thread]: runtime.cgocall(0x43e6680, 0xc00018bda0, 0x0) /usr/local/go/src/runtime/cgocall.go:154 +0x5b fp=0xc00018bd70 sp=0xc00018bd38 pc=0x4008cfb github.com/wailsapp/wails/v2/internal/ffenestri._Cfunc_Run(0xb904110, 0xc000000000, 0x0) _cgo_gotypes.go:359 +0x45 fp=0xc00018bda0 sp=0xc00018bd70 pc=0x43cbf45 github.com/wailsapp/wails/v2/internal/ffenestri.(*Application).Run.func6(0xb904110) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/ffenestri/ffenestri.go:171 +0x65 fp=0xc00018bdd0 sp=0xc00018bda0 pc=0x43cece5 github.com/wailsapp/wails/v2/internal/ffenestri.(*Application).Run(0xc000158380, 0x4568be0, 0xc000138dc0, 0xc0001f8a80, 0x95a, 0xc000158a00, 0x0, 0x0) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/ffenestri/ffenestri.go:171 +0x2f1 fp=0xc00018be40 sp=0xc00018bdd0 pc=0x43cd431 github.com/wailsapp/wails/v2/internal/app.(*App).Run(0xc00015d290, 0xc00015d290, 0x0) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/app/desktop.go:224 +0x659 fp=0xc00018bee8 sp=0xc00018be40 pc=0x43db219 github.com/wailsapp/wails/v2.Run(0xc0001cc000, 0xc000158200, 0x44c7ab3) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/wails.go:24 +0x5f fp=0xc00018bf18 sp=0xc00018bee8 pc=0x43db83f main.main() /Users/matryer/Code/go/src/github.com/matryer/xbar/app/main.go:17 +0x30e fp=0xc00018bf88 sp=0xc00018bf18 pc=0x43e0b8e runtime.main() /usr/local/go/src/runtime/proc.go:225 +0x256 fp=0xc00018bfe0 sp=0xc00018bf88 pc=0x403dbb6 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc00018bfe8 sp=0xc00018bfe0 pc=0x40712a1

goroutine 19 [select]: github.com/wailsapp/wails/v2/internal/servicebus.(*ServiceBus).Start.func1(0xc0001343c0) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/servicebus/servicebus.go:83 +0x157 created by github.com/wailsapp/wails/v2/internal/servicebus.(*ServiceBus).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/servicebus/servicebus.go:77 +0xce

goroutine 20 [select]: github.com/wailsapp/wails/v2/internal/subsystem.(*Runtime).Start.func1(0xc000134f60) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/runtime.go:73 +0x17c created by github.com/wailsapp/wails/v2/internal/subsystem.(*Runtime).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/runtime.go:70 +0x3f

goroutine 21 [select]: github.com/wailsapp/wails/v2/internal/subsystem.(*Log).Start.func1(0xc000136320) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/log.go:68 +0x157 created by github.com/wailsapp/wails/v2/internal/subsystem.(*Log).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/log.go:64 +0x5c

goroutine 22 [select]: github.com/wailsapp/wails/v2/internal/messagedispatcher.(*Dispatcher).Start.func1(0xc000138dc0) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/messagedispatcher/messagedispatcher.go:118 +0x225 created by github.com/wailsapp/wails/v2/internal/messagedispatcher.(*Dispatcher).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/messagedispatcher/messagedispatcher.go:115 +0x9e

goroutine 23 [select]: github.com/wailsapp/wails/v2/internal/subsystem.(*URL).Start.func1(0xc0001365f0) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/url.go:66 +0x157 created by github.com/wailsapp/wails/v2/internal/subsystem.(*URL).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/url.go:62 +0x5c

goroutine 24 [select]: github.com/wailsapp/wails/v2/internal/subsystem.(*Event).Start.func1(0xc000136690) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/event.go:89 +0x153 created by github.com/wailsapp/wails/v2/internal/subsystem.(*Event).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/event.go:86 +0x9b

goroutine 25 [select]: github.com/wailsapp/wails/v2/internal/subsystem.(*Menu).Start.func1(0xc000136730) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/menu.go:72 +0x153 created by github.com/wailsapp/wails/v2/internal/subsystem.(*Menu).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/menu.go:69 +0x9b

goroutine 26 [select]: github.com/wailsapp/wails/v2/internal/subsystem.(*Call).Start.func1(0xc0001367d0) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/call.go:77 +0x14a created by github.com/wailsapp/wails/v2/internal/subsystem.(*Call).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/subsystem/call.go:74 +0x5a

goroutine 34 [syscall]: os/signal.signal_recv(0x0) /usr/local/go/src/runtime/sigqueue.go:165 +0x9d os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x25 created by os/signal.Notify.func1.1 /usr/local/go/src/os/signal/signal.go:151 +0x45

goroutine 28 [select]: github.com/wailsapp/wails/v2/internal/signal.(*Manager).Start.func1(0xc000158a00) /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/signal/signal.go:59 +0x9e created by github.com/wailsapp/wails/v2/internal/signal.(*Manager).Start /Users/matryer/Code/go/pkg/mod/github.com/wailsapp/wails/v2@v2.0.0-alpha.47/internal/signal/signal.go:58 +0xc9

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 20 (6 by maintainers)

Commits related to this issue

Most upvoted comments

Yep, it starts now! 🥳

macOS 11.2.2 (20D80) – ~the latest Big Sur~, oh not the latest anymore 😃

@matryer v2.0.13-beta working for me as well 👍

That wasn’t me 😃

Thanks @AlekSi - googling the missing dylibs it seems like it’s a common issue with a bunch of apps. This report specifically mentions this for the same machine (MacBook Pro 15" 2018): https://discussions.apple.com/thread/252183335 Are you seeing the same errors for other apps?