-
Notifications
You must be signed in to change notification settings - Fork 18
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
Simics Process being Killed #74
Comments
Check if it is exiting with code 55 -- if so, this is due to the executor timeout from LibAFL. A PR will be in soon to fix this. If not, we can figure out what's going on. In the meantime as a workaround, you can set |
Yes, that seemed to be the problem, I'll use that workaround until the PR comes out. Thank you. |
A note for in the meantime if anyone thinks they are having this issue: you can set |
…harbor_v2 Revert "Add Setup QEMU step so we can build on gasp"
I am running the fuzzer inside a docker container, but for some reason when hit CTRL-C to kill tsffs to reproduce a crash from the simics terminal after about 30secs the simics process gets killed. I can usually reproduce one solution before it kills the program. This only happens when running with a custom bios image, but when I use the default one I don't have the problem and am able to reproduce the results just fine.
This wasn't a problem with the older version of tsffs I was testing on. The problem is most likely on my end, but I wasn't sure if this has been seen by anyone else or if there are any ideas on what I might be doing wrong?
The text was updated successfully, but these errors were encountered: