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

PROGRAM ABORT : All test cases time out, giving up! #66

Closed
sanjeevk001 opened this issue Jul 30, 2017 · 3 comments
Closed

PROGRAM ABORT : All test cases time out, giving up! #66

sanjeevk001 opened this issue Jul 30, 2017 · 3 comments

Comments

@sanjeevk001
Copy link

I am getting the following error when I run the test cases. Kindly help to resolve it. DynamoRIO is version 6.2.0

afl-fuzz.exe -i ....\testcases\images\bmp -o ..\output -D C:\Users\Sanjeev\Documents\DynamoRIO\bin32 -t 20000+ -- -fuzz_iterations 100 -- test
_gdiplus.exe @@
WinAFL 1.09 by ifratric@google.com
Based on AFL 2.43b by lcamtuf@google.com
[] Setting up output directories...
[+] Output directory exists but deemed OK to reuse.
[
] Deleting old session data...
[+] Output dir cleanup successful.
[] Scanning '....\testcases\images\bmp'...
[+] No auto-generated dictionary tokens to reuse.
[
] Creating hard links for all input files...
[*] Attempting dry run with 'id_000000'...
[!] WARNING: Test case results in a timeout (skipping)

[-] PROGRAM ABORT : All test cases time out, giving up!
Location : perform_dry_run(), ..\afl-fuzz.c:2695

process 3272 is not running under DR 0 processes nudged

@ivanfratric
Copy link
Contributor

You're missing a lot of mandatory instrumentation options, please see the readme.

In any case you should always first run the debug mode (also described in readme) before running afl-fuzz to make sure everything is working correctly.

@sanjeevk001
Copy link
Author

sanjeevk001 commented Aug 1, 2017 via email

@ivanfratric
Copy link
Contributor

The debug log is a file created in the current directory when you run drrun.exe -c winafl.dll -debug ... Can you find that file and take a look at its content.

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