We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Delve version:
dlv version
go version
dlv trace '.*mallocgc.*' )
Program:
package main func main() { x := make([]byte, 2147483632) y := make([]byte, 2147483632) _, _ = x, y for { } }
Crash:
$ dlv trace '.*mallocgc.*' > goroutine(0): runtime.mallocgc() no G executing on thread 2379080
The text was updated successfully, but these errors were encountered:
service/debugger: evaluate breakpoint vars on g-less threads
9eecb2e
Use a thread scope to evaluate breakpoint variables if the current thread does not have an associated goroutine. Fixes go-delve#3758
5bf58b3
service/debugger: evaluate breakpoint vars on g-less threads (#3759)
979e487
Use a thread scope to evaluate breakpoint variables if the current thread does not have an associated goroutine. Fixes #3758
Successfully merging a pull request may close this issue.
Delve version:
dlv version
)? Version: 1.22.1go version
)? go version 1.23 pre-release +7f76c00fc5dlv trace '.*mallocgc.*' )
Program:
Crash:
The text was updated successfully, but these errors were encountered: