-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test harness exiting with "Alarm Clock" #22
Comments
Hi there, Thanks for opening this issue. LLVM and libfuzzer issues can be tricky to debug. I don't know the exact cause of the issue you're seeing, but I may be able to help point you in the right direction, and we can debug it together.
This looks like a
To me this indicates this is likely an LLVM or libfuzzer issue, and not something with Ruby, Ruzzy, or From here, the
It appears to me that LLVM (Clang, libfuzzer, sanitizers, etc.) can throw What happens if you re-run your fuzz job with
Another option here may be running with the latest clang and seeing if you can still reproduce the issue. The LLVM project undergoes a lot of fast development, and this may be a bug that was fixed somewhere along the line. The project |
I'm able to reproduce this issue. Some version information:
If I fuzz There's evidence for this in other ecosystems, but no root cause. I suppose this is still achieving the desired effect, even though the UX is not ideal. That is, it's still receiving the Regardless, setting |
Hi, While fuzzing rexml my test_harness abruptly exits with the message:
Alarm clock
.Only way to keep the harness running is by trapping the
SIGALRM
signal. This happens with bothsigalstack=0
andsigalstack=1
Any idea why this is happening ? I have noticed the same issue with other ruby libs which includes both (Pure Ruby Code and Ruby C extensions)
Clang version:
Ubuntu clang version 16.0.6
Ruby version:
ruby 3.0.2p107
Os:
Ubuntu 22.04.4 LTS
The text was updated successfully, but these errors were encountered: