New issue
Advanced search Search tips

Issue 923574 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Infinite recursion in views::FocusSearch::FindNextFocusableViewImpl()

Project Member Reported by thestig@chromium.org, Jan 18 (4 days ago)

Issue description

Chrome Version: 73.0.3669.0
OS: Chrome OS

What steps will reproduce the problem?
(1) My browser just froze and restarted itself shortly after.

The crash report ID I got is da8c6882ff18f211. The stack trace is nothing but:

0x000062c5f558de7c	(chrome -focus_search.cc:160 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
0x000062c5f558e136	(chrome -focus_search.cc:200 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
0x000062c5f558e136	(chrome -focus_search.cc:200 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
0x000062c5f558e136	(chrome -focus_search.cc:200 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
0x000062c5f558e0d3	(chrome -focus_search.cc:180 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
0x000062c5f558e136	(chrome -focus_search.cc:200 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
0x000062c5f558e136	(chrome -focus_search.cc:200 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
0x000062c5f558e136	(chrome -focus_search.cc:200 )	views::FocusSearch::FindNextFocusableViewImpl(views::View*, views::FocusSearch::StartingViewPolicy, bool, bool, int, views::FocusTraversable**, views::View**)
...

This looks similar to bug 783831, but I see no evidence in the crash report that this is extensions related.
 

Sign in to add a comment