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

runtime: occasional "exit status -1073741819" on windows-386-2008 builder #41450

Open
bcmills opened this issue Sep 17, 2020 · 3 comments
Open
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

@bcmills
Copy link
Contributor

bcmills commented Sep 17, 2020

2020-09-16T20:59:25-39da81d/windows-386-2008
2020-08-20T15:21:17-3f56862/windows-386-2008
2020-06-25T03:11:43-1bb247a/windows-386-2008
2020-05-20T15:15:16-dfd613e/windows-386-2008

All of the failures seem to occur while testing cmd/compile/internal/ssa, but that may just be because the test is particularly memory-intensive.

ok  	cmd/compile/internal/logopt	0.166s
exit status -1073741819
FAIL	cmd/compile/internal/ssa	0.324s

Note that -1073741819 is 0xffffffffc0000005; see previously #38440, #37483, #37470, #23810.

CC @aclements @cherrymui @randall77 @zx2c4 @alexbrainman

@bcmills bcmills added OS-Windows NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Sep 17, 2020
@bcmills bcmills added this to the Backlog milestone Sep 17, 2020
@alexbrainman
Copy link
Member

Sorry, but I have no clue what is happening here.

Note that -1073741819 is 0xffffffffc0000005;

0xffffffffc0000005 is ERROR_ACCESS_DENIED. It is just invalid pointer deference - it can happen in trivial situations. See #38440 (comment) for details.

Alex

@bcmills
Copy link
Contributor Author

bcmills commented Oct 12, 2020

@mvdan
Copy link
Member

mvdan commented Oct 25, 2020

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
Projects
Status: Triage Backlog
Development

No branches or pull requests

4 participants