-
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/pprof: test fails on windows/amd64 builder #10231
Comments
Could you reproduce it? I can't imagine how we can could hit a breakpoint
in runtime/pprof test.
Perhaps we should add -test.v to cmd/dist/test.go and see if we can capture
more output.
|
No I cannot reproduce it here. Alex |
another similar failure http://build.golang.org/log/ce3ee7d8cfb046035d479c8f8de2777febdeb783 exit status -1073741571 but with different exit code of -1073741571 is 0xC00000FD (STATUS_STACK_OVERFLOW) Alex |
Sorry but my previous message failure was from windows/386. |
@mattn wrong issue? Alex |
It has been a while since I seen this issue. Closing for now. Alex |
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
The text was updated successfully, but these errors were encountered: