Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Communication issues with parent-child processes #158

Open
kimiwanano opened this issue May 5, 2022 · 1 comment
Open

Communication issues with parent-child processes #158

kimiwanano opened this issue May 5, 2022 · 1 comment

Comments

@kimiwanano
Copy link

The following error occurs during the execution of AFL:

[-] PROGRAM ABORT: read: Unable to request new process from fork Server (OOM?)
Location: run_target (), the afl - fuzz. C: 2530

So I print the return value of read() res = 0, which means nothing is read. When I check the write(), it does write the child id of the new fork correctly. What would cause afl-fuzz to return a value of 0?

@17ssDP
Copy link

17ssDP commented Jul 6, 2022

I meet the same problem, do you have solved it?

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

No branches or pull requests

2 participants