Bug 164706

Summary: flash 10 beta crashes on mouse click
Product: [Applications] konqueror Reporter: Ambroz Bizjak <ambrop7>
Component: nspluginsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: maksim
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: backtrace from crash handler

Description Ambroz Bizjak 2008-06-22 23:53:04 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) 
OS:                Linux

When using the Adobe Flash Player 10 beta with Konqueror, some movies crash on a mouse click inside them. An example is the "Videos being watched right now" on http://youtube.com/. It does not crash in Firefox. Flash 9 works fine.

using KDE from current svn, compiled with kdesvn-build
Comment 1 Maksim Orlovich 2008-06-23 00:05:50 UTC
Please provide a backtrace..
Comment 2 Ambroz Bizjak 2008-06-23 00:29:24 UTC
Created attachment 25527 [details]
backtrace from crash handler
Comment 3 Maksim Orlovich 2008-06-23 00:37:27 UTC
I see, thanks. Probably workaroundable, though from that backtrace, it looks like a flash bug --- ignoring the ABI version. 
Comment 4 Maksim Orlovich 2008-06-26 18:24:24 UTC
SVN commit 824777 by orlovich:

Workaround a certain popular plugin's version 10 beta's inability 
to figure out that 13 < 16.

(AKA, stub out some ABI r16 methods that get called despite us claiming only ABI r13 support. 
I could perhaps do more than stuff, but I can't find any docs!)

CCBUG:164706


 M  +3 -3      sdk/npupp.h  
 M  +15 -0     viewer/nsplugin.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=824777
Comment 5 Maksim Orlovich 2008-06-29 17:42:32 UTC
SVN commit 825888 by orlovich:

Here too:
Workaround a certain popular plugin's version 10 beta's inability 
to figure out that 13 < 16. 
   
(AKA, stub out some ABI r16 methods that get called despite us claiming only ABI r13 support. 
 I could perhaps do more than stubs, but I can't find any docs!) 

BUG:164706


 M  +3 -3      sdk/npupp.h  
 M  +15 -0     viewer/nsplugin.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=825888