-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Cannot run GDB with geth #14788
Comments
Thanks for the report. We've seen a similar crash just yesterday. It originates from an underlying library that did some black magic :P The library was fixed since and I've just opened a PR to pull in the changes into go-ethereum too. Should be fixed today. |
The fix was merged into master, please rebuild and see if it works now. |
Great, it's Ok now thanks. |
[New LWP 2467] Thread 4 (Thread 0x7fd1c806a700 (LWP 2469)): Thread 3 (Thread 0x7fd1c886b700 (LWP 2468)): Thread 2 (Thread 0x7fd1c765c700 (LWP 2753)): Thread 1 (Thread 0x7fd1db80e6c0 (LWP 2467)): |
System information
Expected behaviour
can debug with gdb to inspect some information
Actual behaviour
build with * go build -gcflags "-N -l" *
receive segmentation fault:
Steps to reproduce the behaviour
Backtrace
The text was updated successfully, but these errors were encountered: