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

cmd/link: stack depth check too shallow [1.11 backport] #33556

Closed
gopherbot opened this issue Aug 8, 2019 · 3 comments
Closed

cmd/link: stack depth check too shallow [1.11 backport] #33556

gopherbot opened this issue Aug 8, 2019 · 3 comments
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@gopherbot
Copy link

@ianlancetaylor requested issue #33555 to be considered for backport to the next 1.11 minor release.

@gopherbot Please open backport issues.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Aug 8, 2019
@gopherbot gopherbot added this to the Go1.11.13 milestone Aug 8, 2019
@gopherbot
Copy link
Author

Change https://golang.org/cl/189737 mentions this issue: [release-branch.go1.11] cmd/link: increase the function call limit in stkcheck

gopherbot pushed a commit that referenced this issue Aug 9, 2019
… stkcheck

There is real (albeit generated) code that exceeds the limit.

Updates #33555
Fixes #33556

Change-Id: I668e85825d3d2a471970e869abe63f3492213cc1
Reviewed-on: https://go-review.googlesource.com/c/go/+/189697
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
(cherry picked from commit 951143c)
Reviewed-on: https://go-review.googlesource.com/c/go/+/189737
@gopherbot
Copy link
Author

Closed by merging 433b76f to release-branch.go1.11.

@dmitshur dmitshur modified the milestones: Go1.11.13, Go1.11.14 Aug 13, 2019
@dmitshur
Copy link
Contributor

This backport has been accepted and merged to the release branch, so I'll update the label from CherryPickCandidate to CherryPickApproved to reflect that.

It was a serious problem and the fix was trivial.

I think we could've rejected this candidate because there was a workaround: update to Go 1.12.x. But the CL is already merged and it's not worth reverting. /cc @ianlancetaylor

@dmitshur dmitshur added CherryPickApproved Used during the release process for point releases and removed CherryPickCandidate Used during the release process for point releases labels Aug 15, 2019
@golang golang locked and limited conversation to collaborators Aug 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

2 participants