New issue
Advanced search Search tips

Issue 921325 link

Starred by 4 users

Issue metadata

Status: Fixed
Owner:
Closed: Yesterday
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

CHECK failure: (HashTableKeyChecker< HashTranslator, KeyTraits, HashFunctions::safe_to_compare_

Project Member Reported by ClusterFuzz, Jan 12

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=4900486163202048

Fuzzer: ifratric-browserfuzzer-v3
Job Type: linux_debug_chrome
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  (HashTableKeyChecker< HashTranslator, KeyTraits, HashFunctions::safe_to_compare_
  blink::PointerEventFactory::IsActive
  blink::PointerEventManager::IsActive
  
Sanitizer: address (ASAN)

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4900486163202048

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for instructions to reproduce this bug locally.
 

Comment 1 by pnangunoori@chromium.org, Jan 16 (6 days ago)

Cc: pnangunoori@chromium.org
Labels: M-72 Test-Predator-Wrong
Owner: nzolghadr@chromium.org
Status: Assigned (was: Untriaged)
As per the  Issue 825467  owner, assigning this issue to @nzolghadr.
@nzolghadr -- Could you please look into this issue, kindly reassign if it has nothing to do with your changes.
Thanks.

Comment 2 by nzolghadr@google.com, Jan 18 (4 days ago)

Cc: nzolghadr@chromium.org kkaluri@chromium.org
 Issue 890605  has been merged into this issue.
Project Member

Comment 3 by bugdroid1@chromium.org, Yesterday (35 hours ago)

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747

commit 2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747
Author: Navid Zolghadr <nzolghadr@chromium.org>
Date: Mon Jan 21 18:47:07 2019

Move all pointer id types to PointerId

To clean the code and possibly fix a hashmap
crash issue this CL moves all the pointer id
types which are int in some places and int32_t
in some other places to PointerId.

Bug:  921325 
Change-Id: I91f7837c339a61194337c82fba5f383778d6c847
Reviewed-on: https://chromium-review.googlesource.com/c/1418436
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#624636}
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/dom/element.cc
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/dom/element.h
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/events/pointer_event.h
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/events/pointer_event_factory.cc
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/events/pointer_event_factory.h
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/input/event_handler.cc
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/input/event_handler.h
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/input/pointer_event_manager.cc
[modify] https://crrev.com/2e90ccc0173b0e47cbf6f2ba5c6c408c4ef96747/third_party/blink/renderer/core/input/pointer_event_manager.h

Comment 4 by nzolghadr@google.com, Yesterday (35 hours ago)

Status: Fixed (was: Assigned)

Sign in to add a comment