Skip to content

OOM crash when compiling sorty tests #2179

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

Closed
jfcg opened this issue Oct 14, 2021 · 2 comments
Closed

OOM crash when compiling sorty tests #2179

jfcg opened this issue Oct 14, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jfcg
Copy link

jfcg commented Oct 14, 2021

Tinygo oom-crashes when compiling sorty v1.2.0 tests. I'm on Manjaro Linux with kernel 5.10.70 and i5-4210M CPU.
With Go 1.17

$ tinygo version
tinygo version 0.20.0 linux/amd64 (using go version go1.17.2 and LLVM version 11.0.0)
$ tinygo test -c -v
Killed

and with Go 1.16

$ tinygo version
tinygo version 0.20.0 linux/amd64 (using go version go1.16.9 and LLVM version 11.0.0)
$ tinygo test -c -v
Killed

The tests compile & run perfectly fine with both Go versions mentioned.

@dgryski
Copy link
Member

dgryski commented Oct 14, 2021

This is solved by #2001

@deadprogram deadprogram added bug Something isn't working next-release Will be part of next release labels Nov 6, 2021
@deadprogram
Copy link
Member

I think the request was fulfilled in the new release, so closing. Please reopen if needed. Thanks!

@deadprogram deadprogram removed the next-release Will be part of next release label Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants