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
E.g., http://build.golang.org/log/d00e51284a1e3a852a54fba3abed6f945e862866 Seems introduced by 72e867e (cc @nigeltao). Judging by runtime.makeslice(0x81646a0, 0x25c00000, 0x0, 0x25c00000, 0x0, 0x0, 0x0, 0x0) in the stack trace, it looks like it's trying to allocate a 633MB byte buffer and failing?
I can look into why it's failing (maybe something easily fixable), but probably easiest for now to disable on openbsd/386?
The text was updated successfully, but these errors were encountered:
5e9ab66
No branches or pull requests
E.g., http://build.golang.org/log/d00e51284a1e3a852a54fba3abed6f945e862866
Seems introduced by 72e867e (cc @nigeltao).
Judging by runtime.makeslice(0x81646a0, 0x25c00000, 0x0, 0x25c00000, 0x0, 0x0, 0x0, 0x0) in the stack trace, it looks like it's trying to allocate a 633MB byte buffer and failing?
I can look into why it's failing (maybe something easily fixable), but probably easiest for now to disable on openbsd/386?
The text was updated successfully, but these errors were encountered: