Re: [go-nuts] Help debugging a SIGSEGV - "unexpected signal during runtime execution"

2022-12-08 Thread Gerald Parker
Hi Kurtis, Thanks for the response. To be clear this issue is the defect that I'm encountering. The issue was originally logged against *v1.0.0-beta4*. I am using *v1.0.0-beta6* but the defect has not been fixed. This defect occurs when calling

Re: [go-nuts] Help debugging a SIGSEGV - "unexpected signal during runtime execution"

2022-12-08 Thread Kurtis Rader
It superficially looks like you're running the code from https://github.com/go-vgo/robotgo/blob/master/examples/key/main.go. However, The line number 136 in main.go in the backtrace doesn't make any sense since the example code from the project only has 134 lines. Did you modify the example code?

[go-nuts] Help debugging a SIGSEGV - "unexpected signal during runtime execution"

2022-12-08 Thread Gerald Parker
Hi all, I'm using go version 1.19.4 darwin-amd64 I keep getting the following errors while trying to use a function from the robotgo package. I'm not experienced in C and could use some help trying to find the problem fatal error: unexpected signal during runtime execution [signal SIGSEGV: