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

when I fuzzer libjpeg-turbo module cjpeg use the default xml,some errors happen #3

Closed
geekchenwu opened this issue Mar 22, 2021 · 9 comments
Labels
bug Something isn't working

Comments

@geekchenwu
Copy link

add 1154 in group 19
[] run rarget = 412
[
] get b'skip'
[] next group 1
[
] run target = 1106
[] get b'next'
[
] find new path 1155 to 1171
add 1155 in group 25
add 1156 in group 25
add 1157 in group 25
add 1158 in group 25
add 1159 in group 25
add 1160 in group 25
add 1161 in group 25
add 1162 in group 25
add 1163 in group 25
add 1164 in group 25
add 1165 in group 25
add 1166 in group 25
add 1167 in group 25
add 1168 in group 25
add 1169 in group 1
add 1170 in group 25
add 1171 in group 25
[] run rarget = 412
[
] get b'skip'
[] group 0 is not interesting
[
] run target = 1106
[] get b'skip'
[
] run target = 1108
[] get b'next'
[
] find new path 1172 to 1187
Traceback (most recent call last):
File "group_seed.py", line 208, in
out = subprocess.check_output(
File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['./afl-showmap', '-q', '-e', '-o', '/dev/stdout', '-m', 'none', '-t', '500', 'target/libjpeg-turbo/build/cjpeg', '-outfile', '/dev/null', 'fuzzer_out/cjpeg319/queue/id:001183,src:001108,op:havoc,rep:4']' returned non-zero exit status 1.

@zodf0055980
Copy link
Owner

Can you give me your python version and queue/id:001183 file and queue_info/queue/id:001183 file?

@geekchenwu
Copy link
Author

Python 3.8.6

@geekchenwu
Copy link
Author

Uploading quen.zip…

@zodf0055980
Copy link
Owner

your upload zip is too huge, can just give me two files?

@zodf0055980
Copy link
Owner

I think this problem is about subprocess run showmap to get edge will crash when run crash process, but I can't reproduce this problem in my pc .....
I add an exception check in group_seed, I think it can solve this problem.

@zodf0055980
Copy link
Owner

please try it again, thanks.

@geekchenwu
Copy link
Author

maybe it is the timeout number set,I change the “-t 500”to “-t 5000+”,so fix it

@zodf0055980
Copy link
Owner

But this will that group server cost a lot of time when having a lot of hang file.
I think add except is better.

@geekchenwu
Copy link
Author

thanks

@zodf0055980 zodf0055980 added the bug Something isn't working label Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants