-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger crashes immediately on OS X 10.11 SeaLion with Kill 9 error #168
Comments
Do you mean 10.11 El Capitan? I do not have 10.11 installed on my machine, however maybe I could look into this. However, |
@tonyconstantinides is it possible that the binary was not signed properly? On 10.10 I was seeing an error, "unable to fork/exec" when running "dlv run". Once I rebuilt the binary and followed the signing steps fully that stopped happening. I did not check the exit code but I suspect it was probably SIGKILL. |
Hi, |
Closing this as it's a result of golang/go#11887 |
* fix queue name * refactor mgage submit worker with builder * add worker service to docker compose * fix environment variable * fix comments * fix comments * rename mgage submit builder
I followed instructions and was able to build and install from source and also to create a self signed cert.
All that worked. When I run the debugger it crashes with a kill 9 message. When I set a breakpoint using the runtime class and type "dlv run hello.go" it crashes with a kill 9 error
The text was updated successfully, but these errors were encountered: