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/pprof: test fails on windows/amd64 builder #10231

Closed
alexbrainman opened this issue Mar 24, 2015 · 6 comments
Closed

runtime/pprof: test fails on windows/amd64 builder #10231

alexbrainman opened this issue Mar 24, 2015 · 6 comments
Milestone

Comments

@alexbrainman
Copy link
Member

From recent

http://build.golang.org/log/dfb6e28b125b9068674f188c0658155d89c924fb

and

http://build.golang.org/log/fdda4a9013bdf75c2747da2c9613e9cc7d4f3c5b

exit status 2147483651
FAIL runtime/pprof 8.979s

2147483651 is 0x80000003 (STATUS_BREAKPOINT)

Alex

@minux minux added this to the Go1.5 milestone Mar 24, 2015
@minux
Copy link
Member

minux commented Mar 24, 2015 via email

@alexbrainman
Copy link
Member Author

No I cannot reproduce it here.

Alex

@alexbrainman
Copy link
Member Author

another similar failure

http://build.golang.org/log/ce3ee7d8cfb046035d479c8f8de2777febdeb783

exit status -1073741571
FAIL runtime/pprof 9.195s

but with different exit code of

-1073741571 is 0xC00000FD (STATUS_STACK_OVERFLOW)

Alex

@alexbrainman
Copy link
Member Author

Sorry but my previous message failure was from windows/386.

@alexbrainman
Copy link
Member Author

@mattn wrong issue?

Alex

@alexbrainman
Copy link
Member Author

It has been a while since I seen this issue. Closing for now.

Alex

@rsc rsc closed this as completed Jul 21, 2015
@golang golang locked and limited conversation to collaborators Jul 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants