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

Broken irssi build (MSan) #818

Closed
Dor1s opened this issue Sep 6, 2017 · 1 comment
Closed

Broken irssi build (MSan) #818

Dor1s opened this issue Sep 6, 2017 · 1 comment
Assignees

Comments

@Dor1s
Copy link
Contributor

Dor1s commented Sep 6, 2017

https://oss-fuzz-build-logs.storage.googleapis.com/index.html

Step #10: + check_startup_crash /workspace/out/memory/irssi-fuzz
Step #10: + local FUZZER=/workspace/out/memory/irssi-fuzz
Step #10: + local CHECK_PASSED=0
Step #10: + [[ libfuzzer = libfuzzer ]]
Step #10: ++ /workspace/out/memory/irssi-fuzz -runs=4
Step #10: ++ egrep 'Done 4 runs' -c
Step #10: + CHECK_PASSED=0
Step #10: + ((  0 == 0  ))
Step #10: BAD BUILD: the fuzzer seems to have either startup crash or exit.
Step #10: + echo 'BAD BUILD: the fuzzer seems to have either startup crash or exit.'
Step #10: + exit 1
Dor1s added a commit that referenced this issue Sep 6, 2017
…t fixed.

Need to take a closer look at the following issues:
- #815
- #816
- #817
- #818
- #819
- #820
- #821
- #822
- #823
- #824
- #825
- #826
- #827
- #828
- #829
- #830
oliverchang pushed a commit that referenced this issue Sep 7, 2017
…t fixed. (#831)

Need to take a closer look at the following issues:
- #815
- #816
- #817
- #818
- #819
- #820
- #821
- #822
- #823
- #824
- #825
- #826
- #827
- #828
- #829
- #830
@Dor1s
Copy link
Contributor Author

Dor1s commented Sep 7, 2017

There is a crash (https://oss-fuzz.com/v2/testcase-detail/6186977655259136) that happens all the time: https://oss-fuzz.com/v2/performance-report/libFuzzer_irssi_irssi-fuzz/libfuzzer_msan_irssi/2017-09-06

It's quite straightforward that something is not instrumented if you look at the stacktrace.

And the build script is linking a couple of libraries that are not instrumented: https://github.com/google/oss-fuzz/blob/master/projects/irssi/build.sh#L44

I'll disable MSan for irssi for now.

@Dor1s Dor1s closed this as completed Sep 7, 2017
@Dor1s Dor1s self-assigned this Sep 9, 2017
tmatth pushed a commit to tmatth/oss-fuzz that referenced this issue Oct 22, 2018
tmatth pushed a commit to tmatth/oss-fuzz that referenced this issue Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant