[Webkit-unassigned] [Bug 44136] Crash in DumpRenderTree!notificationListenerProc when running plugins/access-after-page-destroyed.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 18 08:29:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44136





--- Comment #2 from Adam Roben (aroben) <aroben at apple.com>  2010-08-18 08:29:58 PST ---
Looks like the crash is preceded by an assertion in debug builds: <http://build.webkit.org/results/Windows%20Debug%20(Tests)/r65606%20(18248)/CrashLog_0538_2010-08-18_07-01-47-171.txt>

The failing assertion is:

HRESULT hr = AccessibleObjectFromEvent(hwnd, idObject, idChild, &parentObject, &vChild);
ASSERT(SUCCEEDED(hr));

Presumably we crash later because vChild is still null.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list