[Webkit-unassigned] [Bug 24133] Crash when loading GMail and stop loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 07:11:33 PST 2009


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





------- Comment #3 from treat at kde.org  2009-02-25 07:11 PDT -------
I've been working on a test all morning.  In fact, I did all of this precisely
to try and generate a layout test:

http://trac.webkit.org/changeset/41211

However, now that the Qt port can do such a slow loading tests, I haven't been
able to come up with one that causes the crash.  Here's why:

The theory behind the crash is that if the user stops the loading while the
preloader is active, then this results in a crash.

However, with a layout test I can not automate this stoppage of loading since
I'd have to be able to do it via JavaScript.  Well, no JavaScript is executed
in this preloading stage.  That's the whole point of the preloader actually. 
While a script is loading the preloader goes ahead and continues tokenizing and
initiates the network loading of other resources, but it does not allow to
execute scripts out of order.  Thus, while a script is loading and the
tokenizer is thus blocked, I can not programmatically stop the load via
JavaScript.

I don't know how to get around this.


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



More information about the webkit-unassigned mailing list