New issue
Advanced search Search tips

Issue 809677 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 809082
Owner:
Closed: Feb 2018
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug



Sign in to add a comment

autocomplete_result.cc(192) DCHECK is invalid

Project Member Reported by thakis@chromium.org, Feb 6 2018

Issue description

My locally-built dcheck_always_on release chromium crashed almost immediately with this stack:


[87509:775:0206/155720.375019:FATAL:autocomplete_result.cc(192)] Check failed: metrics::OmniboxInputType::URL != input.type() (3 vs. 3)fill_into_edit=chrome://tr, provider=Search, input=chrome://tr
0   libbase.dylib                       0x0000000115ab9bec base::debug::StackTrace::StackTrace(unsigned long) + 28
1   libbase.dylib                       0x0000000115ae5460 logging::LogMessage::~LogMessage() + 224
2   libchrome_dll.dylib                 0x00000001112dce85 AutocompleteResult::SortAndCull(AutocompleteInput const&, TemplateURLService*) + 1957
3   libchrome_dll.dylib                 0x00000001112d22b1 AutocompleteController::UpdateResult(bool, bool) + 417
4   libchrome_dll.dylib                 0x00000001112d1d0c AutocompleteController::Start(AutocompleteInput const&) + 1500
5   libchrome_dll.dylib                 0x000000011130271c OmniboxEditModel::StartAutocomplete(bool, bool) + 524
6   libchrome_dll.dylib                 0x0000000111302327 OmniboxEditModel::UpdateInput(bool, bool) + 55
7   libchrome_dll.dylib                 0x0000000111305255 OmniboxEditModel::OnAfterPossibleChange(OmniboxView::StateChanges const&, bool) + 613
8   libchrome_dll.dylib                 0x000000011165d046 OmniboxViewMac::OnAfterPossibleChange(bool) + 262
9   libchrome_dll.dylib                 0x0000000111645c83 -[AutocompleteTextFieldEditor interpretKeyEvents:] + 211
10  AppKit                              0x00007fff2990b56e -[NSTextView keyDown:] + 724
11  AppKit                              0x00007fff2a0c3029 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 5040
12  AppKit                              0x00007fff2a0c185c -[NSWindow(NSEventRouting) sendEvent:] + 497
13  libchrome_dll.dylib                 0x00000001115e350f -[ChromeEventProcessingWindow sendEvent:] + 79
14  AppKit                              0x00007fff29f22fa3 -[NSApplication(NSEvent) sendEvent:] + 2751
15  libchrome_dll.dylib                 0x000000010fcfe94a __34-[BrowserCrApplication sendEvent:]_block_invoke + 170
16  libbase.dylib                       0x0000000115ae7e5a base::mac::CallWithEHFrame(void () block_pointer) + 10
17  libchrome_dll.dylib                 0x000000010fcfe72b -[BrowserCrApplication sendEvent:] + 203
18  AppKit                              0x00007fff29783d9d -[NSApplication run] + 812
19  libbase.dylib                       0x0000000115b066fc base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) + 364
20  libbase.dylib                       0x0000000115b0495e base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 110
21  libbase.dylib                       0x0000000115b00589 base::MessageLoop::Run(bool) + 169
22  libbase.dylib                       0x0000000115b425a9 base::RunLoop::Run() + 249
23  libchrome_dll.dylib                 0x000000010fd05048 ChromeBrowserMainParts::MainMessageLoopRun(int*) + 312
24  libcontent.dylib                    0x0000000117d2bbc4 content::BrowserMainLoop::RunMainMessageLoopParts() + 52
25  libcontent.dylib                    0x0000000117d2ec26 content::BrowserMainRunnerImpl::Run() + 102
26  libcontent.dylib                    0x0000000117d27f9a content::BrowserMain(content::MainFunctionParams const&) + 234
27  libcontent.dylib                    0x000000011897da85 content::ContentMainRunnerImpl::Run() + 565
28  libembedder.dylib                   0x00000001159e35e2 service_manager::Main(service_manager::MainParams const&) + 2482
29  libcontent.dylib                    0x000000011897ce14 content::ContentMain(content::ContentMainParams const&) + 68
30  libchrome_dll.dylib                 0x000000010f31132a ChromeMain + 186
31  Chromium                            0x000000010f276de4 main + 404
32  libdyld.dylib                       0x00007fff53b64115 start + 1
33  ???                                 0x0000000000000001 0x0 + 1


 
Mergedinto: 809082
Status: Duplicate (was: Untriaged)

Sign in to add a comment