[Webkit-unassigned] [Bug 30354] [Qt] Plugins : QGVLauncher crashes on exit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 18 04:01:57 PDT 2009


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





--- Comment #5 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2009-10-18 04:01:57 PDT ---
(In reply to comment #4)
> Created an attachment (id=41374)
 --> (https://bugs.webkit.org/attachment.cgi?id=41374) [details]
> Various fixes
> 
> Fixes various sources of crashes.
> 
> 1. This commit depends on the resource file (test.swf) that will get added as
> part of https://bugs.webkit.org/show_bug.cgi?id=30380.
> 2. The crash is fixed because the page now gets deleted as a part of r49730.
> QtWebKit crashes if page is not deleted :/ I have opened  30490 to track this.

-    if (d->page)
+    if (d->page) {
         d->page->d->view = 0;
+        d->page->d->client = 0;
+    }

this has landed already, girish.

great autotests

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