-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
net/http/pprof: coroutines + pprof makes the program panic [1.23 backport] #70001
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
Milestone
Comments
gopherbot
added
the
CherryPickCandidate
Used during the release process for point releases
label
Oct 23, 2024
gopherbot
added
the
compiler/runtime
Issues related to the Go compiler and/or runtime.
label
Oct 23, 2024
Change https://go.dev/cl/622375 mentions this issue: |
prattmic
added
the
CherryPickApproved
Used during the release process for point releases
label
Oct 30, 2024
gopherbot
removed
the
CherryPickCandidate
Used during the release process for point releases
label
Oct 30, 2024
gopherbot
pushed a commit
that referenced
this issue
Oct 30, 2024
…in coroswitch Goroutine profiles require checking in with the profiler before any goroutine starts running. coroswitch is a place where a goroutine may start running, but where we do not check in with the profiler, which leads to crashes. Fix this by checking in with the profiler the same way execute does. For #69998. Fixes #70001. Change-Id: Idef6dd31b70a73dd1c967b56c307c7a46a26ba73 Reviewed-on: https://go-review.googlesource.com/c/go/+/622016 Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> (cherry picked from commit 2a98a18) Reviewed-on: https://go-review.googlesource.com/c/go/+/622375 Reviewed-by: Michael Pratt <[email protected]>
GiedriusS
added a commit
to thanos-io/thanos
that referenced
this issue
Nov 7, 2024
Use 1.23.3 as it contains a critical fix: golang/go#70001 Signed-off-by: Giedrius Statkevičius <[email protected]>
GiedriusS
added a commit
to thanos-io/thanos
that referenced
this issue
Nov 7, 2024
Use 1.23.3 as it contains a critical fix: golang/go#70001 Signed-off-by: Giedrius Statkevičius <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CherryPickApproved
Used during the release process for point releases
compiler/runtime
Issues related to the Go compiler and/or runtime.
@mknyszek requested issue #69998 to be considered for backport to the next 1.23 minor release.
The text was updated successfully, but these errors were encountered: