[Webkit-unassigned] [Bug 14750] [gtk] Implement plugin support in GTK backend
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 25 11:38:42 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=14750
------- Comment #85 from andrewbadr.etc at gmail.com 2008-04-25 11:38 PDT -------
I'm running WebKit headless (under Xvfb) and experiencing a segfault when I try
to load a page with Flash using the latest version of this patch (against
r32489). Pages without Flash work fine, but a Youtube video for example will
crash right away.
I'm using the python bindings (pywebkitgtk). Here's the program that segfaults:
import webkit, gtk
v = webkit.WebView()
v.open("http://www.youtube.com/watch?v=Yz7FFlFy8eM")
gtk.main()
Using another URL, such as http://www.google.com/, works fine (as youtube did
before I installed flash), though there is this warning: GtkWarning:
gdk_window_invalidate_rect: assertion `window != NULL' failed
(this warning was also present before I patched & installed flash)
My uninformed guess is that something is trying to draw to the null window.
That code could well be in the Flash plugin. Even if it's in WebKit, I don't
expect that this use case is a high priority, but I thought to let you all know
anyway.
--
Configure bugmail: http://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