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

Fuzz print OOM(Out Of Memory) error #21

Open
soemthlng opened this issue Nov 19, 2021 · 1 comment
Open

Fuzz print OOM(Out Of Memory) error #21

soemthlng opened this issue Nov 19, 2021 · 1 comment

Comments

@soemthlng
Copy link

I'm trying to use python-afl.
When I run python-afl, it print this error.
The current memory limit (50.0 MB) is too restrictive, causing an OOM fault in the dynamic linker

So, I set the memory usage to 812900000.
But it still print same error message.
The current memory limit (infty) is too restrictive, causing an OOM fault in the dynamic linker.

Is there any idea to solve this issue?

@jwilk
Copy link
Owner

jwilk commented Jul 26, 2022

The current memory limit (50.0 MB) is too restrictive, causing an OOM fault in the dynamic linker

That's not the whole error message, is it?

Either way, most likely your target program does something wrong.
Does it work correctly when you run it by hand, without py-afl-fuzz?

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

No branches or pull requests

2 participants