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

Harness ends with DEADLYSIGNAL at start #20

Open
AdvenamTacet opened this issue Apr 2, 2024 · 1 comment
Open

Harness ends with DEADLYSIGNAL at start #20

AdvenamTacet opened this issue Apr 2, 2024 · 1 comment
Assignees

Comments

@AdvenamTacet
Copy link
Contributor

AdvenamTacet commented Apr 2, 2024

Often running a harness ends with:

AddressSanitizer: DEADLYSIGNAL
AddressSanitizer: DEADLYSIGNAL
AddressSanitizer: DEADLYSIGNAL
...
AddressSanitizer: DEADLYSIGNAL
AddressSanitizer: DEADLYSIGNAL
AddressSanitizer: DEADLYSIGNAL

In my experience, it always happens at the very beginning of running the harness.

While my setup is quite specific, I believe @mschwager observed the same behavior. (Am I right?)

@AdvenamTacet AdvenamTacet self-assigned this Apr 2, 2024
@mschwager
Copy link
Member

Yeah, I've seen this reliably a number of times. In my case, it would crash libFuzzer and the fuzzing process. This was from a while ago, so I don't immediately have the reproduction steps, but I did dig up these links that I was using to debug:

I did try turning off ASLR, but that didn't stop the issue from happening for me.

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