[Webkit-unassigned] [Bug 39868] Flash plugin crash, when switching to fullscreen mode on Maemo 5 using Qt 4.6.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 06:09:02 PDT 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




--- Comment #1 from Simon Hausmann <hausmann at webkit.org>  2010-06-17 06:09:02 PST ---
>From the Qt bug report:

. Test application
#include <QtGui>
#include <QtWebKit>
int main(int argc, char * argv[])

{ QApplication app(argc, argv); QWebView view; view.settings()->setAttribute(QWebSettings::PluginsEnabled,true); view.load(QUrl("http://www.youtube.com/watch?v=KMU0tzLwhbE")); view.show(); return app.exec(); }
2. Run it on N900 with 19-1 image installed.
3. Tap on fullscreen button.

Outcome:
Application crashes with a backktrace:
#0 XChangeProperty (dpy=0x0, w=65011921, property=68, type=33, format=32, mode=0, data=0xbeda2c44 "\2", nelements=1) at ../../src/ChProp.c:48
#1 0x42b886d0 in XSetTransientForHint (dpy=0x0, w=65011921, propWindow=1119251380) at ../../src/SetHints.c:286
#2 0x45b6e428 in ?? () from /usr/lib/browser/plugins/libflashplayer.so
#3 0x45b6e428 in ?? () from /usr/lib/browser/plugins/libflashplayer.so

Additional info:
MicroB is using the same flash plugin, but doesn't crash in similar conditions.

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