New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 807439 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

[Predator] Wrong component.

Project Member Reported by kateso...@chromium.org, Jan 30 2018

Issue description

This is because in frame:
    #32 0x7faf75039193 in WTF::ThreadCheckingCallbackWrapper<base::OnceCallback<void ()>, void ()>::RunInternal(base::OnceCallback<void ()>*) third_party/WebKit/Source/platform/wtf/Functional.h:258:33

it matches with "Check" in crash_state:
(location_) != nullptr in handles.h
Check
ToHandleChecked


Because we are doing a match like this:
signature_part.lower() in frame.function.lower()
This can be fixed by https://chromium-review.googlesource.com/c/infra/infra/+/894371

After rerun, the component is correct.
Status: Fixed (was: Assigned)

Sign in to add a comment