-
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
When assert is called from C code, dlv is not able to decode the core dump. #3322
Comments
(Aside: suggestion. Please edit your post and put three backticks |
Thanks. I have formatted. Could you please check and help?
…On Mon, Apr 3, 2023 at 5:23 PM Brian Candler ***@***.***> wrote:
(Aside: suggestion. Please edit your post and put three backticks ``` on
a line of their own, before and after the backtrace, and before and after
each block of code. This will make it format properly and be much easier to
read)
—
Reply to this email directly, view it on GitHub
<#3322 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A25ROZVOAZRZML5GHA32N2DW7K22FANCNFSM6AAAAAAWQ7FSG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Some changes need to happen to go, then delve will be updated to match. If all goes according to plan it will happen in time for 1.21 in july. |
This is good news. GDB is able to decode the stack trace till
runtime.asmcgocall.
By using the star script, I was able to dump the remaining part of the
stack in dlv. If I am correct, it looks like everything is there in the
core. But, I may not have some knowledge here. Can I know exactly what
changes need to happen in GOLANG? Just to update myself, this info may be
helpful. Please give some info about this.
…On Mon, Apr 3, 2023 at 6:46 PM Alessandro Arzilli ***@***.***> wrote:
Some changes need to happen to go, then delve will be updated to match. If
all goes according to plan it will happen in time for 1.21 in july.
—
Reply to this email directly, view it on GitHub
<#3322 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A25ROZRV7WIF6DJL6Y37YWTW7LETBANCNFSM6AAAAAAWQ7FSG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
If this is about source listing not showing up (or breakpoints not being
accepted) while running in a container please read our
FAQ
first.
dlv version
)? 1.20.1go version
)? 1.20.2CGO_CFLAGS="-g" go build -gcflags=all="-N -l" hello.go
hello.go
gdb is able to decode to some extent.
//test.star
The text was updated successfully, but these errors were encountered: