New issue
Advanced search Search tips

Issue 629029 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome
Pri: 3
Type: Bug



Sign in to add a comment

success in PopupMenuImpl.cpp

Project Member Reported by ClusterFuzz, Jul 18 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5073893090131968

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_debug_content_shell_drt
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  success in PopupMenuImpl.cpp
  blink::PopupMenuImpl::setValueAndClosePopup
  blink::PagePopupController::setValueAndClosePopup
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_debug_content_shell_drt&range=384595:384629

Unminimized Testcase: https://cluster-fuzz.appspot.com/download/AMIfv96Ggj6ob1OalCJ50GUwXSqx5UHfxrrFxg6hH8RzLh_qKcrTgeTOnEPvfN63Z_wIWC8Q8HEQo31rnZmDnXvGfKc8siKHfyGAcaWAJej4up9oMXD1H-DVMRQ90aqUtjByAu2KZoFR8bWD7eMoUQ_UPgnE2C7fpQ?testcase_id=5073893090131968


Additional requirements: Requires Gestures

Filer: nyerramilli

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: nyerramilli@chromium.org
Components: Tools>Test>FindIt>NoResult
Labels: findit-wrong Te-Logged M-52
Owner: tkent@chromium.org
Status: Assigned (was: Available)
providing findit results for internal purpose:
Suspected CLs	Findit could not determine the memory tool from the stacktrace. Is it in a new format?

using codesearch, seeing some changes to PopupMenuImpl.cpp in 
https://chromium.googlesource.com/chromium/src/+/c97868e41b5ad5c2d12a5520f4e554d3fdeb177e

tkent@, Could you please check the above issue & help us in finding an owner it its not yours.

Comment 2 by tkent@chromium.org, Jul 20 2016

Components: Blink>Forms>Select
Labels: -Pri-1 -M-52 OS-Chrome OS-Windows Pri-3
Owner: ----
Status: Available (was: Assigned)
When Tab or Enter is pressed without selection, we call setValueAndClosePopup() with an empty string.  It causes a DCHECK failure.
However this bug won't cause serious problems.

ListPicker.prototype._handleKeyDown = function(event) {
    ...
    } else if (key === "Tab" || key === "Enter") {
        window.pagePopupController.setValueAndClosePopup(0, this._selectElement.value);

Comment 3 by tkent@chromium.org, Sep 21 2016

Owner: tkent@chromium.org
Status: Started (was: Available)
Project Member

Comment 5 by ClusterFuzz, Sep 22 2016

ClusterFuzz has detected this issue as fixed in range 419971:420014.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5073893090131968

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_debug_content_shell_drt
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  success in PopupMenuImpl.cpp
  blink::PopupMenuImpl::setValueAndClosePopup
  blink::PagePopupController::setValueAndClosePopup
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_debug_content_shell_drt&range=384595:384629
Fixed: https://cluster-fuzz.appspot.com/revisions?job=linux_debug_content_shell_drt&range=419971:420014

Unminimized Testcase: https://cluster-fuzz.appspot.com/download/AMIfv96Ggj6ob1OalCJ50GUwXSqx5UHfxrrFxg6hH8RzLh_qKcrTgeTOnEPvfN63Z_wIWC8Q8HEQo31rnZmDnXvGfKc8siKHfyGAcaWAJej4up9oMXD1H-DVMRQ90aqUtjByAu2KZoFR8bWD7eMoUQ_UPgnE2C7fpQ?testcase_id=5073893090131968


Additional requirements: Requires Gestures

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.
Project Member

Comment 6 by ClusterFuzz, Sep 22 2016

Labels: ClusterFuzz-Verified
Status: Verified (was: Started)
ClusterFuzz testcase is verified as fixed, closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Components: -Tools>Test>FindIt>NoResult
Project Member

Comment 8 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
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