Skip to content
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

Closed
tonyconstantinides opened this issue Jul 9, 2015 · 4 comments

Comments

@tonyconstantinides
Copy link

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

@derekparker
Copy link
Member

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, dlv run does not take an argument. It is meant to be run standalone. This is actually a common point of confusion, so I'm considering dropping run altogether and just assume the default behavior when executing dlv.

@lamielle
Copy link

lamielle commented Jul 9, 2015

@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.

@tonyconstantinides
Copy link
Author

Hi,
Yes I mean I running 10.11 El Capitan. I also using the 1.5 beta 1 which I know you do not support yet.
I really should of read more issues before filing this one. Feel free to ignore this issue until you have a chance to catch up with Go and OS X changes. I did try "dlv run mygoapp". I have carefully created the cert last night making sure I complete all the details so I do not believe its a cert issue.(I may be wrong:).
I running OS X 10.11 its gone through I appStore update)
Go 1.5 beta1
Self signed cert dlv-cert like the example
2012 MacBook Pro retina with core i7 and 16gb of memory and 256 sad
GOROOT set to the 1.5beta1

@derekparker
Copy link
Member

Closing this as it's a result of golang/go#11887

nclifton pushed a commit to nclifton/delve that referenced this issue Feb 24, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants