Crash in gpu::gles2::ShaderTranslator::Translate() |
|||||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=4751124286668800 Fuzzer: libfuzzer_gpu_fuzzer Job Type: libfuzzer_chrome_msan Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: vertex_attrib_manager_count_ == 0u in vertex_array_manager.cc gpu::gles2::VertexArrayManager::~VertexArrayManager gpu::gles2::GLES2DecoderImpl::~GLES2DecoderImpl Minimized Testcase (0.73 Kb): https://cluster-fuzz.appspot.com/download/AMIfv95L3_AtRMShZxeBMtBMyTrKLgOEvoywZjsq3WEnkfXFcfjPQ-oT4Q8KJ_4mkRufCoK8zS_DqsSc3q6ztH8MYg4vsnKeBvTjFnC4YMNHrrtxSoxhLyjs00k_UVaLiuJJbBIFTmFCoOZKARSXW5ZNKTgtLh3B0g?testcase_id=4751124286668800 Issue manually filed by: piman See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.
,
Sep 16 2016
Bisected this to https://codereview.chromium.org/2345763003, the angle rev 09cfac6..8b28a8b This includes 28b6528ca2119d6715bb5e9eafa5a2dc8c968361 "Add a fuzzer for the shader translator" My suspicion is that there is this define, ANGLE_TRANSLATOR_DISABLE_POOL_ALLOC, which is set inside of angle if libfuzzer is on, but is not pushed to the dependent configs, and so there is a mismatch between headers and library.
,
Sep 16 2016
Yeah, confirming that locally commenting the 'defines += [ "ANGLE_TRANSLATOR_DISABLE_POOL_ALLOC" ]' line fixes it.
,
Sep 20 2016
Issue 648047 has been merged into this issue.
,
Sep 22 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7265052d46cd24c7f9665bd298f8d878ef12274e commit 7265052d46cd24c7f9665bd298f8d878ef12274e Author: cwallez <cwallez@chromium.org> Date: Thu Sep 22 03:52:12 2016 Roll ANGLE 8b28a8b..c287ea6 https://chromium.googlesource.com/angle/angle.git/+log/8b28a8b..c287ea6 BUG= chromium:644033 , chromium:637050 ,648462, chromium:647807 TBR=geofflang@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2357933002 Cr-Commit-Position: refs/heads/master@{#420258} [modify] https://crrev.com/7265052d46cd24c7f9665bd298f8d878ef12274e/DEPS
,
Sep 22 2016
ClusterFuzz testcase is verified as fixed, closing issue. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Sep 24 2016
ClusterFuzz has detected this issue as fixed in range 420204:420295. Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4751124286668800 Fuzzer: libfuzzer_gpu_fuzzer Job Type: libfuzzer_chrome_msan Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: vertex_attrib_manager_count_ == 0u in vertex_array_manager.cc gpu::gles2::VertexArrayManager::~VertexArrayManager gpu::gles2::GLES2DecoderImpl::~GLES2DecoderImpl Regressed: https://cluster-fuzz.appspot.com/revisions?job=libfuzzer_chrome_msan&range=418965:419032 Fixed: https://cluster-fuzz.appspot.com/revisions?job=libfuzzer_chrome_msan&range=420204:420295 Minimized Testcase (0.73 Kb): https://cluster-fuzz.appspot.com/download/AMIfv95L3_AtRMShZxeBMtBMyTrKLgOEvoywZjsq3WEnkfXFcfjPQ-oT4Q8KJ_4mkRufCoK8zS_DqsSc3q6ztH8MYg4vsnKeBvTjFnC4YMNHrrtxSoxhLyjs00k_UVaLiuJJbBIFTmFCoOZKARSXW5ZNKTgtLh3B0g?testcase_id=4751124286668800 See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Nov 22 2016
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by piman@chromium.org
, Sep 16 2016Summary: Crash in gpu::gles2::ShaderTranslator::Translate() (was: vertex_attrib_manager_count_ == 0u in vertex_array_manager.cc)