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

Our fuzzer fails because they don't have enough memory #301

Open
dinosaure opened this issue Jul 20, 2022 · 2 comments
Open

Our fuzzer fails because they don't have enough memory #301

dinosaure opened this issue Jul 20, 2022 · 2 comments
Labels

Comments

@dinosaure
Copy link
Member

Currently, our CI is broken because our fuzzer requires much more memory than 200MB (see the option -m given by bun). We probably should look deeper on our fuzz.exe which, may be, allocates a lot.

@talex5
Copy link
Contributor

talex5 commented Jul 20, 2022

It's passing on the main branch, which was merged recently. Also, on the failed build only 1 of the 48 fuzzing processes failed, so if it is a memory problem then it's not happening all the time.

Are you testing locally with OCaml 5? That might not work.

@dinosaure
Copy link
Member Author

Are you testing locally with OCaml 5? That might not work.

With OCaml 4.13. Let's say that it's fine for the moment but we keep the issue if we retrieve again such error.

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

No branches or pull requests

2 participants