| Summary: | flash 10 beta crashes on mouse click | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Ambroz Bizjak <ambrop7> |
| Component: | nsplugins | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | maksim |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | backtrace from crash handler | ||
|
Description
Ambroz Bizjak
2008-06-22 23:53:04 UTC
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 |