Bug 76944 - [Chromium][V8] DOMWindow::postMessage crashes if window disassociated with frame
Summary: [Chromium][V8] DOMWindow::postMessage crashes if window disassociated with frame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dmitry Lomov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 13:59 PST by Dmitry Lomov
Modified: 2012-01-24 14:52 PST (History)
5 users (show)

See Also:


Attachments
Fix (3.26 KB, patch)
2012-01-24 14:03 PST, Dmitry Lomov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Lomov 2012-01-24 13:59:06 PST
Chromium bug report: http://code.google.com/p/chromium/issues/detail?id=111076
Thread 0 *CRASHED* ( EXCEPTION_ACCESS_VIOLATION_READ @ 0x00000418 )

0x61cdbf40	 [chrome.dll	 - frame.cpp:655	WebCore::Frame::domWindow()
0x6314a3f5	 [chrome.dll	 - v8domwindowcustom.cpp:301	WebCore::handlePostMessageCallback
0x61d9cf63	 [chrome.dll	 - ic.cc:499	v8::internal::CallICBase::LoadFunction(v8::internal::InlineCacheState,int,v8::internal::Handle<v8::internal::Object>,v8::internal::Handle<v8::internal::String>)
0x61d9cfe3	 [chrome.dll	 - ic.cc:515	v8::internal::CallICBase::LoadFunction(v8::internal::InlineCacheState,int,v8::internal::Handle<v8::internal::Object>,v8::internal::Handle<v8::internal::String>)
0x61dac014	 [chrome.dll	 - builtins.cc:1132	v8::internal::TypeCheck
0x6314a6f1	 [chrome.dll	 - v8domwindowcustom.cpp:349	WebCore::V8DOMWindow::postMessageCallback(v8::Arguments const &)
0x61dba506	 [chrome.dll	 - builtins.cc:1220	v8::internal::HandleApiCallHelper<0>
0x61dba348	 [chrome.dll	 - variables.cc:94	v8::internal::Variable::CompareIndex(v8::internal::Variable * const *,v8::internal::Variable * const *)
0x6314a6e0	 [chrome.dll	 + 0x017aa6e0]
Comment 1 Dmitry Lomov 2012-01-24 14:03:55 PST
Created attachment 123804 [details]
Fix
Comment 2 David Levin 2012-01-24 14:11:41 PST
Nice!
Comment 3 WebKit Review Bot 2012-01-24 14:52:39 PST
Comment on attachment 123804 [details]
Fix

Clearing flags on attachment: 123804

Committed r105815: <http://trac.webkit.org/changeset/105815>
Comment 4 WebKit Review Bot 2012-01-24 14:52:44 PST
All reviewed patches have been landed.  Closing bug.