-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: debugCheckBP = true crashes compiler compilation on Windows #41995
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Milestone
Comments
Note, this also happens with latest |
@zx2c4 maybe you know the answer to the question, whether |
Going over the old bug reports - it seems there's still a crash:
But, could be just that TestReturnAfterStackGrowInCallback isn't correctly setup for that flag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Using 8cd75f3 (and also 1.15.3) with enabling
debugBP = true
it crashes the compiler compilation on Windows. On Linux, it compiles fine.Reporting to ensure that this isn't an indication of a bug somewhere.
Here's the line I changed:
go/src/runtime/stack.go
Line 119 in 28e549d
Crash:
The text was updated successfully, but these errors were encountered: