Issue metadata
Sign in to add a comment
|
Null-dereference READ in blink::WebGLRenderingContextBase::TexImageImpl |
||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5792807198130176 Fuzzer: ochang_domfuzzer Job Type: linux_asan_chrome_mp Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000000 Crash State: blink::WebGLRenderingContextBase::TexImageImpl blink::WebGLRenderingContextBase::TexImageHelperHTMLCanvasElement blink::WebGL2RenderingContextBase::texImage3D Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_asan_chrome_mp&range=525711:525713 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5792807198130176 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Jul 25
Kai, could you please triage this? I think it might be a duplicate of Issue 859623 or Issue 859400 .
,
Jul 25
Stack points to exactly the same place as issue 859623 : int image_width = static_cast<int>(image->width()); However unfortunately I strongly suspect this will be flaky for exactly the same unknown reason that issue 859623 couldn't be reproduced.
,
Jul 25
clusterfuzz reproduce claims that this reproduced successfully, however the output is suspect: > New crash type: > New crash state: > > Original crash type: > Original crash state: > > The stacktrace seems similar to the original stacktrace. I'm looking into it and will continue on the other bug if it turns out to really repro.
,
Jul 26
I'm pretty sure this is not reproducible. I think it is extremely flaky. +clusterfuzz-wrong, because: - Marked reproducible despite "Minimize task errored out: Unable to reproduce crash." - The clusterfuzz reproduce command seems to have a bug where, if it thinks the original-crash-type/state are empty string, then it will report that it was able to reproduce if chrome *doesn't* crash.
,
Jul 26
ClusterFuzz testcase 5792807198130176 appears to be flaky, updating reproducibility label. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Jul 24Labels: Test-Predator-Auto-Components