Comment #18 on issue 19116 by [email protected]: Mac: DCHECK() failure in AutocompleteEditViewMac::OnWillBeginEditing() http://code.google.com/p/chromium/issues/detail?id=19116
More crazy: I noticed that I seemed to be getting the notification via a different code path after the page-layout panel. When in this case, the stack backtrace looks like: #0 0x06998907 in -[AutocompleteFieldDelegate controlTextDidBeginEditing:] at autocomplete_edit_view_mac.mm:872 #1 0x01a8842a in _nsnote_callback #2 0x0044047a in __CFXNotificationPost #3 0x00440753 in _CFXNotificationPostNotification #4 0x01a85680 in -[NSNotificationCenter postNotificationName:object:userInfo:] #5 0x208a9d09 in dyld_stub_symlink #6 0x00ec89cb in -[NSTextField selectText:] #7 0x00ec88db in -[NSTextField becomeFirstResponder] #8 0x00e6351b in -[NSWindow makeFirstResponder:] #9 0x069975d8 in AutocompleteEditViewMac::FocusLocation at autocomplete_edit_view_mac.mm:706 When I call StackTrace().PrintBacktrace(), I get: 0 Chromium Framework 0x06fb27da ChromeMain + 7271068 -- 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
