-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
libreoffice fuzzers crash on startup #224
Comments
@caolanm - did anything change on your side ? |
The fuzzer runs perfectly fine on build machine:
Investigating. |
I have downloaded uploaded binaries and the fuzzer runs with exact same command line:
|
gdb on the host show this:
I think it is this change: |
Confirming the cause. The fuzzer runs with leak detector off:
@caolanm mind taking a look at your latest change? |
I have implemented "Unstable" build status (as in Jenkins). This currently means that build succeeds but some fuzzers crash. libreoffice is currently unstable as expected: https://oss-fuzz-build-logs.storage.googleapis.com/status.html |
Awesome, thanks @mikea. |
Current reports fail to generate `crash.json` page because `benchmark_json()` misuses its parameter `benchmark` (a `str`) as a `Benchmark` class. This PR fixes it by adding a new function to generate `Benchmark()` with the `benchmark` string. The PR also adds the missing index JSON, and removes outdated sorting pages.
./wmffuzzer
==29580==Unmatched call to __lsan_enable().
The text was updated successfully, but these errors were encountered: