Issue metadata
Sign in to add a comment
|
result || flags & PartitionAllocReturnNull in PartitionAlloc.h |
||||||||||||||||||||||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=5963465186607104 Fuzzer: mbarbella_js_mutation_layout Job Type: linux_asan_chrome_v8_arm_ignition Platform Id: linux Crash Type: Security CHECK failure Crash Address: Crash State: result || flags & PartitionAllocReturnNull in PartitionAlloc.h blink::AudioBuffer::createFloat32ArrayOrNull blink::AudioBuffer::AudioBuffer Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_chrome_v8_arm_ignition&range=414680:414692 Minimized Testcase (0.23 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv957DHljS2J48kVr8pbcntHvAZwiOsHi9MKIUoLPK3OUqLyGer_PT_tp6s7Or7j0bAbzUGPYV_2KnPvDO3XBYa2Td_dhOowiKa62iFCjZ7Lvft52WKuYm4xvMq4LsYEVnIxlzKQF4IO0zDw51UZCww7BKhbsuA?testcase_id=5963465186607104 <script> var renderLengthInFrames = 1073741823; function createBuffer() { } function runJSNodeTest() { context = new OfflineAudioContext(2, renderLengthInFrames, sampleRate); } var sampleRate = 44100.0; runJSNodeTest(); </script> Issue filed automatically. See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Nov 14 2016
I think the issue might be related to https://crbug.com/617628
,
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
,
Jun 19 2017
Dropping owner as they have not been active for more than a month. +rtoy@ as it seems like a Web Audio issue.
,
Jun 21 2017
The test case is allocating 1073741823 frames of data. Each frame consists of a 2 channels of float data, so that's about 2 GB of data requested. Isn't this just an ordinary OOM situation?
,
Apr 2 2018
rtoy@ What should we do about this? WAI or WontFix?
,
Aug 27
Bump: if the comment #5 is correct, can we close this issue as WontFix?
,
Aug 31
The NextAction date has arrived: 2018-08-31
,
Dec 12
The current version 73.0.3638.0 does not cause problem anymore: // No crash after this. const context = new OfflineAudioContext(2, 1073741823, 48000) // we get rejected promise after this call. context.startRendering(); I am closing this issue as WontFix because it is irrelevant/obsolete now. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by msrchandra@chromium.org
, Nov 10 2016Components: Blink>Media>Audio
Labels: Test-Predator-Wrong
Owner: jwalc...@opera.com
Status: Assigned (was: Untriaged)