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

image/jpeg: TestVeryLargeImageWithShortData failing with "out of memory" on openbsd/386 #10531

Closed
mdempsky opened this issue Apr 22, 2015 · 0 comments

Comments

@mdempsky
Copy link
Member

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?

@golang golang locked and limited conversation to collaborators Jun 25, 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

2 participants