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 expat MSan build #816

Closed
Dor1s opened this issue Sep 6, 2017 · 2 comments
Closed

Broken expat MSan build #816

Dor1s opened this issue Sep 6, 2017 · 2 comments
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/parse_UTF_16LE_fuzzer
Step #10: + local FUZZER=/workspace/out/memory/parse_UTF_16LE_fuzzer
Step #10: + local CHECK_PASSED=0
Step #10: + [[ libfuzzer = libfuzzer ]]
Step #10: ++ /workspace/out/memory/parse_UTF_16LE_fuzzer -runs=4
Step #10: ++ egrep 'Done 4 runs' -c
Step #10: BAD BUILD: the fuzzer seems to have either startup crash or exit.
Step #10: + CHECK_PASSED=0
Step #10: + ((  0 == 0  ))
Step #10: + echo 'BAD BUILD: the fuzzer seems to have either startup crash or exit.'
Step #10: + exit 1

It is crashing all the time when testing the very first input: https://oss-fuzz.com/v2/performance-report/libFuzzer_expat_parse_UTF_8_fuzzer/libfuzzer_msan_expat/latest

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

The problem is caused by https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2603

@Dor1s
Copy link
Contributor Author

Dor1s commented Sep 7, 2017

Should be fixed as per 162064e

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