Comment #8 on issue 20511 by [email protected]: Crash - AutocompletePopupModel::URLsForCurrentSelection(unsigned int *,bool *,GURL *) http://code.google.com/p/chromium/issues/detail?id=20511
Updates: * I tried to repro with no search engines, and failed. * I tried to repro by adding code that called GetURLForCurrentText() every 10 ms and then banging on things, and failed. * Stacks like these are still present on trunk, even after my recent cleanups (which, admittedly, I didn't think would help). Because the line numbers have changed slightly I'll paste some from 4.206 below: 0x67fd49ca [chrome.dll - logging.cc:557] logging::LogMessage::~LogMessage() 0x6815ead3 [chrome.dll - autocomplete_popup_model.cc:171] AutocompletePopupModel::URLsForCurrentSelection(unsigned int *,bool *,GURL *) 0x680efdee [chrome.dll - autocomplete_edit.cc:598] AutocompleteEditModel::GetURLForCurrentText(unsigned int *,bool *,GURL *) 0x680ef3cd [chrome.dll - autocomplete_edit.cc:266] AutocompleteEditModel::AcceptInput(WindowOpenDisposition,bool) 0x681a9760 [chrome.dll - autocomplete_edit_view_win.cc:1736] AutocompleteEditViewWin::OnKeyDownOnlyWritable(wchar_t,unsigned int,unsigned int) 0x681a8dac [chrome.dll - autocomplete_edit_view_win.cc:1302] AutocompleteEditViewWin::OnKeyDown(wchar_t,unsigned int,unsigned int) 0x020049ca [chrome.dll - logging.cc:557] logging::LogMessage::~LogMessage() 0x0218ead3 [chrome.dll - autocomplete_popup_model.cc:171] AutocompletePopupModel::URLsForCurrentSelection(unsigned int *,bool *,GURL *) 0x0211fdee [chrome.dll - autocomplete_edit.cc:598] AutocompleteEditModel::GetURLForCurrentText(unsigned int *,bool *,GURL *) 0x0211effa [chrome.dll - autocomplete_edit.cc:156] AutocompleteEditModel::CurrentTextIsURL() 0x02150a6d [chrome.dll - go_button.cc:122] GoButton::GetTooltipText(int,int,std::basic_string<wchar_t,std::char_traits<wchar_t>, std::allocator<wchar_t> > *) 0x022e9ac1 [chrome.dll - tooltip_manager_win.cc:349] views::TooltipManagerWin::UpdateTooltip(int,int) 0x022e9ba5 [chrome.dll - tooltip_manager_win.cc:377] views::TooltipManagerWin::OnMouse(unsigned int,unsigned int,long) 0x020049ca [chrome.dll - logging.cc:557] logging::LogMessage::~LogMessage() 0x0218ead3 [chrome.dll - autocomplete_popup_model.cc:171] AutocompletePopupModel::URLsForCurrentSelection(unsigned int *,bool *,GURL *) 0x0211fdee [chrome.dll - autocomplete_edit.cc:598] AutocompleteEditModel::GetURLForCurrentText(unsigned int *,bool *,GURL *) 0x0211effa [chrome.dll - autocomplete_edit.cc:156] AutocompleteEditModel::CurrentTextIsURL() 0x021d9dba [chrome.dll - autocomplete_edit_view_win.cc:2013] AutocompleteEditViewWin::EmphasizeURLComponents() 0x021da3da [chrome.dll - autocomplete_edit_view_win.cc:2182] AutocompleteEditViewWin::TextChanged() 0x021d854f [chrome.dll - autocomplete_edit_view_win.cc:873] AutocompleteEditViewWin::OnAfterPossibleChange() 0x021d96af [chrome.dll - autocomplete_edit_view_win.cc:1720] AutocompleteEditViewWin::HandleKeystroke(unsigned int,wchar_t,unsigned int,unsigned int) 0x021d8dc6 [chrome.dll - autocomplete_edit_view_win.cc:1307] AutocompleteEditViewWin::OnKeyDown(wchar_t,unsigned int,unsigned int) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
