[Webkit-unassigned] [Bug 48682] Chromium: seg fault when testing fast/frames/iframe-reparenting-new-page.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 16:51:53 PDT 2010


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


Jenn Braithwaite <jennb at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Tools / Tests               |WebCore JavaScript
                 CC|                            |abarth at webkit.org,
                   |                            |antonm at chromium.org,
                   |                            |dimich at chromium.org,
                   |                            |japhet at chromium.org




--- Comment #2 from Jenn Braithwaite <jennb at chromium.org>  2010-11-01 16:51:53 PST ---
This is caused by javascript in fast/frames/resources/iframe-reparenting-new-page.js closing the window that contains the timer in the middle of processing that timer event.

I can make the crash disappear by delaying the window close until after the timer event has completed.

Should V8 handle this correctly and allow closing a window in the timer callback?

-- 
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