-
Notifications
You must be signed in to change notification settings - Fork 59
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
clang segmentation fault when testing without OSS-Fuzz integration #338
Comments
this shouldn't be because of the custom clang -- will take a look at this today after rebuilding my local set up |
@DavidKorczynski Thank you! |
Am having troubles reproducing this. Although, I used |
Yeah, I cloned the latest LLVM as recommended as follows but failed. Lines 136 to 153 in 22822c8
I ran build_all.sh again and succeed. Thanks!
|
Btw, the output HTML report gives the detailed information about each fuzzer. How can I get the coverage diff of each pair of fuzzers? For example, which code lines can be only triggered by one of these two fuzzers? |
You can't at this moment in time. You can only see what code is statically reachable by a given set of fuzzers (using the |
Hi,
I tried to test without OSS-Fuzz integration and built
simple-example-1
infuzz-introspector/tests/simple-example-1/work
usingFuzzIntrospector
after building the custom clang:But clang get error and here is the detailed output:
Is this error caused by the custom compilation of clang?
Thanks!
The text was updated successfully, but these errors were encountered: