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

Semantic Analysis [1519/1781] Killed #3633

Closed
markfirmware opened this issue Nov 9, 2019 · 2 comments
Closed

Semantic Analysis [1519/1781] Killed #3633

markfirmware opened this issue Nov 9, 2019 · 2 comments

Comments

@markfirmware
Copy link
Contributor

markfirmware commented Nov 9, 2019

Compiler produces some progress then says “Killed”

https://github.com/markfirmware/zig-bare-metal-raspberry-pi

zig build

alpine aarch64 rpi3b+

@markfirmware markfirmware changed the title Killed Semantic Analysis [1519/1781] Killed Nov 9, 2019
@andrewrk
Copy link
Member

andrewrk commented Nov 9, 2019

This typically means that the compiler used too much memory and the OOM Killer reaped the process.

I believe this is a duplicate issue to #471.

@andrewrk andrewrk closed this as completed Nov 9, 2019
@markfirmware
Copy link
Contributor Author

FYI I first saw this on 1GB x64 in the last few days. I have found that using zig build-exe instead of build.zig does work in both cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants