On Fri, Jun 20, 2008 at 08:39:06AM +0200, Alexander Leidinger wrote:
Quoting John Kozubik <john_(_at_)_kozubik_(_dot_)_com> (from Thu, 19 Jun 2008
14:38:11 -0700 (PDT)):
>First, a bounty has been posted here:
>
>http://blog.kozubik.com/john_kozubik/2007/12/bounty-posted-f.html
>
From the site:
---snip---
I will pay $200 to whoever can compose a working and stable recipe for
running Adobe Flash 9 inside of the FreeBSD native version of Opera 9
on FreeBSD 6.x. This shouldn't be that hard - in fact, there is
already a linux-flashplugin9 port.
---snip---
Comments from other people with some more money not included here...
And now the sad reality check: linux-flashplugin9 will _never_ work on
6.x (lack of linux 2.6 emulation, and this is not a MFC candidate).
Getting it to work on 7.x is possible. "All what you need" is
nspluginwrapper to get it running in the native
firefox/opera/whatever, and someone who is willing to debug the
linuxulator (on -current, as there is a more complete 2.6
compatibility there, and this can be MFCed to 7.x) and find the
bug/problem which is causing the crashes. Whoever is willing to tackle
this: head over to emulation@ (CCed) and ask what debugging
possibilities we have in the linuxulator.
I tried to debug the flash9 and failed badly. It might be that I overlooked
something trivial but...
the flash9 is a big binary-only monster and basically the only trace
of what its doing you can get is a syscall-trace. Which is not that much