[Webkit-unassigned] [Bug 47545] [Qt] Right clicking on Flash in windowless mode crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 12:29:21 PDT 2010


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





--- Comment #7 from Girish Ramakrishnan <girish at forwardbias.in>  2010-10-12 12:29:21 PST ---
(In reply to comment #5)
> I think we should establish why it crashes and, if this change is the only way of fixing it, explain why in the changelog.
> 
> To my limited knowledge plugins on Linux are generally windowed so would it be possible to point to a test cases where the crash can be reproduced or to provide a backtrace?


The crash is in Flash and there is nothing we can do. gdb output is not meaninful since it just shows some ??? in flash code. In essence, we give Flash the right-click event and it just locks up. strace seems to suggest that it's waiting in a select() call.

The behavior is easily reproducible - Goto www.communitymx.com/content/source/E5141/wmodetrans.htm. Right click on the ball. Chrome disables right click. Firefox 3.6.10 (64-bit) crashes.

As for windowed/windowless, we force all Flash to windowless mode with QGraphicsWebView. So, right now, if you right click on Flash on QGraphicsWebView, you will crash.

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