Updates:
Status: Assigned
Owner: [EMAIL PROTECTED]
Comment #1 on issue 4825 by [EMAIL PROTECTED]: REGRESSION: Renderer crash
on blogger
http://code.google.com/p/chromium/issues/detail?id=4825
Jay, do you want to take a look at this one?
It looks like it is hitting the new autofill code.
Crash happens EditorClientImpl::DoAutofill in line 653, because
input_element->form()
is NULL:
// First let's see if there is a password listener for that element.
WebFrameImpl* webframe =
WebFrameImpl::FromFrame(input_element->form()->document()->frame());
The callstack is:
chrome.dll!WebCore::Node::document() Line 314 + 0x22 bytes C++
> chrome.dll!EditorClientImpl::DoAutofill(WebCore::HTMLInputElement *
input_element=0x07e4be98, bool backspace=false) Line 653 + 0xf bytes C++
chrome.dll!DispatchToMethod<EditorClientImpl,void (__thiscall
EditorClientImpl::*)(WebCore::HTMLInputElement
*,bool),WebCore::HTMLInputElement
*,bool>(EditorClientImpl * obj=0x05374b38, void (WebCore::HTMLInputElement
*, bool)*
method=0x0203ef60, const Tuple2<WebCore::HTMLInputElement *,bool> &
arg={...}) Line
398 + 0x15 bytes C++
chrome.dll!ScopedRunnableMethodFactory<EditorClientImpl>::RunnableMethod<void
(__thiscall EditorClientImpl::*)(WebCore::HTMLInputElement
*,bool),Tuple2<WebCore::HTMLInputElement *,bool> >::Run() Line 202 + 0x28
bytes
C++
chrome.dll!ScopedTaskFactory<ScopedRunnableMethodFactory<EditorClientImpl>::RunnableM
ethod<void (__thiscall EditorClientImpl::*)(WebCore::HTMLInputElement
*,bool),Tuple2<WebCore::HTMLInputElement *,bool> > >::TaskWrapper::Run()
Line 98
C++
chrome.dll!MessageLoop::RunTask(Task * task=0x07320700) Line 308 + 0xf
bytes
C++
chrome.dll!MessageLoop::DeferOrRunPendingTask(const
MessageLoop::PendingTask
& pending_task={...}) Line 319 C++
chrome.dll!MessageLoop::DoWork() Line 408 + 0xc bytes C++
chrome.dll!base::MessagePumpForUI::DoRunLoop() Line 208 + 0x1d bytes
C++
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---