Stack-overflow in blink::WebGLRenderingContextBase::GetImage |
|||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5645964621381632 Fuzzer: inferno_twister Job Type: mac_asan_chrome Platform Id: mac Crash Type: Stack-overflow Crash Address: 0x7fff5cbe9fd8 Crash State: blink::WebGLRenderingContextBase::GetImage blink::WebGLRenderingContextBase::CopyRenderingResultsFromDrawingBuffer Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=576151:576155 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5645964621381632 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Sep 30
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/00d64e2ea02ea16beb67f92ee971871402185eae (Make WebGL use CanvasResource for submitting to OffscreenCanvas.). If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
,
Oct 1
Not immediately reproducible on macOS with 71.0.3556.0 (Official Build) canary (64-bit). Would presumably need an ASAN build to reproduce. I don't think this is a code path likely to be commonly hit so am downgrading this to P2.
,
Oct 1
,
Oct 1
Can't reproduce with a local build with the following GN args: is_debug = false use_goma = true dcheck_always_on = true ffmpeg_branding="Chrome" proprietary_codecs=true # ASAN build is_component_build = false is_asan=true enable_nacl=false but I realize now that I should have mimicked the GN args from the testcase. enable_ipc_fuzzer = true enable_nacl = false ffmpeg_branding = "Chrome" is_asan = true is_component_build = false is_debug = false proprietary_codecs = true sanitizer_coverage_flags = "trace-pc-guard" strip_absolute_paths_from_debug_symbols = true v8_enable_verify_heap = true Rebuilding.
,
Oct 4
Rebuilding with those command-line arguments, the stack overflow still doesn't reproduce on my Mac laptop. I can however see the potential stack overflow contained in the Clusterfuzz report via code inspection:
#13 0x126f43f34 in blink::WebGLRenderingContextBase::GetImage(blink::AccelerationHint) const third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc:803:8
#14 0x126f445a4 in blink::WebGLRenderingContextBase::CopyRenderingResultsFromDrawingBuffer(blink::CanvasResourceProvider*, blink::SourceDrawingBuffer) const third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc:1615:44
,
Oct 9
ClusterFuzz has detected this issue as fixed in range 597817:597820. Detailed report: https://clusterfuzz.com/testcase?key=5645964621381632 Fuzzer: inferno_twister Job Type: mac_asan_chrome Platform Id: mac Crash Type: Stack-overflow Crash Address: 0x7fff5cbe9fd8 Crash State: blink::WebGLRenderingContextBase::GetImage blink::WebGLRenderingContextBase::CopyRenderingResultsFromDrawingBuffer Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=576151:576155 Fixed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=597817:597820 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5645964621381632 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Oct 9
ClusterFuzz testcase 5645964621381632 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Oct 9
Pretty sure this verification was wrong. Initialized a redo. [2018-10-09 17:45:09 UTC] kainino@google.com: Redo task(s): progression [2018-10-09 17:45:41 UTC] vm29-m84.golo.chromium.org: Progression task started: r597942.
,
Oct 9
[2018-10-09 19:06:00 UTC] vm91-m84.golo.chromium.org: Progression task finished. Fixed: NO
,
Oct 12
ClusterFuzz has detected this issue as fixed in range 598905:598908. Detailed report: https://clusterfuzz.com/testcase?key=5645964621381632 Fuzzer: inferno_twister Job Type: mac_asan_chrome Platform Id: mac Crash Type: Stack-overflow Crash Address: 0x7fff5cbe9fd8 Crash State: blink::WebGLRenderingContextBase::GetImage blink::WebGLRenderingContextBase::CopyRenderingResultsFromDrawingBuffer Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=576151:576155 Fixed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=598905:598908 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5645964621381632 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Nov 10
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by ClusterFuzz
, Sep 30Labels: Test-Predator-Auto-Components