New issue
Advanced search Search tips

Issue 881404 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

FATAL:omnibox_view_ios.mm(564)] Check failed: processing_user_event.

Project Member Reported by justincohen@chromium.org, Sep 6

Issue description

DCHECK(processing_user_event) in 
#3	0x000000010174dc60 in OmniboxViewIOS::OnDidChange(bool) at ios/chrome/browser/ui/omnibox/omnibox_view_ios.mm:564
#4	0x000000010174da28 in ::-[AutocompleteTextFieldDelegate textFieldDidChange:](id) at ios/chrome/browser/ui/omnibox/omnibox_view_ios.mm:119


Steps;
1) focus omnibox
2) tap on mic icon in keyboard and search for 'puppies'
3) dcheck!
 
Summary: FATAL:omnibox_view_ios.mm(564)] Check failed: processing_user_event. (was: :FATAL:omnibox_view_ios.mm(564)] Check failed: processing_user_event.)
Owner: stkhapugin@chromium.org
Status: Assigned (was: Untriaged)
Cc: justincohen@chromium.org
Interesting! I think this only shows that the processing_user_event flag is wrong, because using dictation to type "puppies" is a user event. 

Sign in to add a comment