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
Please provide a backtrace..
Created attachment 25527 [details] backtrace from crash handler
I see, thanks. Probably workaroundable, though from that backtrace, it looks like a flash bug --- ignoring the ABI version.
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
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