Crash in blink::EventTarget::dispatchEvent |
|||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=4608609696088064 Fuzzer: inferno_twister Job Type: windows_syzyasan_content_shell Platform Id: windows Crash Type: UNKNOWN Crash Address: 0x00000003 Crash State: blink::EventTarget::dispatchEvent blink::SpeechRecognition::didStart blink::SpeechRecognitionClientProxy::didStart Regressed: https://cluster-fuzz.appspot.com/revisions?job=windows_syzyasan_content_shell&range=378207:378422 Minimized Testcase (0.17 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv94g1YRnQcOENkmJmUYpjlaW5m0llTBqxi4dMCoIdvGY7sz50rvrCH8ukCB1txgE3kxgcp29V035rKYhDNPkRtMyTIyZorRQK_BDpLYnVCmchQmjC79vLSaD_YdxDkxYWF6Hey1JdbZLzMZuo_lLZJnDVGVzAw <script> var recognition = new webkitSpeechRecognition(); recognition.onend = function() { recognition.start(); }; recognition.start(); </script> Filer: ranjitkan See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Mar 2 2016
Thanks, great report. There's a short window for mischief with this test only object following r378252; will fix.
,
Mar 4 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a4566f392891932b136c79a31b71488d73768298 commit a4566f392891932b136c79a31b71488d73768298 Author: sigbjornf <sigbjornf@opera.com> Date: Fri Mar 04 16:28:40 2016 Simplify mock web speech recognizer's "onend" handling. ..and fix a bug introduced by r378252 in the process, it assuming a different interpretation of speech recognizer handle equality than what's (reasonably) provided. i.e., handle the completion of a speech recognition via one task rather than two. R=tommi,jochen BUG= 591298 Review URL: https://codereview.chromium.org/1750213004 Cr-Commit-Position: refs/heads/master@{#379299} [modify] https://crrev.com/a4566f392891932b136c79a31b71488d73768298/components/test_runner/mock_web_speech_recognizer.cc [add] https://crrev.com/a4566f392891932b136c79a31b71488d73768298/third_party/WebKit/LayoutTests/fast/speech/scripted/speechrecognition-restart-onend-expected.txt [add] https://crrev.com/a4566f392891932b136c79a31b71488d73768298/third_party/WebKit/LayoutTests/fast/speech/scripted/speechrecognition-restart-onend.html
,
Mar 4 2016
,
Mar 6 2016
ClusterFuzz has detected this testcase as flaky and is unable to reproduce it in the original crash revision. Skipping fixed testing check and marking it as potentially fixed. Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4608609696088064 Fuzzer: inferno_twister Job Type: windows_syzyasan_content_shell Platform Id: windows Crash Type: UNKNOWN Crash Address: 0x00000003 Crash State: blink::EventTarget::dispatchEvent blink::SpeechRecognition::didStart blink::SpeechRecognitionClientProxy::didStart Regressed: https://cluster-fuzz.appspot.com/revisions?job=windows_syzyasan_content_shell&range=378207:378422 Minimized Testcase (0.17 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv94g1YRnQcOENkmJmUYpjlaW5m0llTBqxi4dMCoIdvGY7sz50rvrCH8ukCB1txgE3kxgcp29V035rKYhDNPkRtMyTIyZorRQK_BDpLYnVCmchQmjC79vLSaD_YdxDkxYWF6Hey1JdbZLzMZuo_lLZJnDVGVzAw <script> var recognition = new webkitSpeechRecognition(); recognition.onend = function() { recognition.start(); }; recognition.start(); </script> See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs 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 ranjitkan@chromium.org
, Mar 2 2016Labels: findit-for-crash M-51 Te-Logged
Owner: sigbjo...@opera.com
Status: Assigned (was: Available)