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

Stack Overflow #1

Open
turbolent opened this issue May 25, 2022 · 1 comment
Open

Stack Overflow #1

turbolent opened this issue May 25, 2022 · 1 comment

Comments

@turbolent
Copy link

turbolent commented May 25, 2022

I read both https://comby.dev/blog/2022/04/11/comby-decomposer-compiler-fuzzing and followed the instructions in the README to generate random programs given some source files.

However, when running the server and making requests, I often (but not always) get this error response:

248,Stack_overflow,-9
@rvantonder
Copy link
Member

Hi @turbolent! Right, so this can happen if the generated input comes out really large (even if you've set export NODE_OPTIONS="--max-old-space-size=8192"). When this happens in my fuzz runs, I just ignore it (and the server should keep running, if that's not the case let me know).

This happens rarely in my runs though, because I postprocess the inputs to delete really large files. So maybe you could try tweaking the size of inputs?

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