The bug seemed to disappear (or at least manifest far less often) when I switched from 32-bit Feisty to AMD64 Gutsy. Maybe the bit of indirection created when 64-bit Firefox has to use the plugin wrapper to handle the still 32-bit Flash plugin makes the bug stop manifesting.
On Nov 7, 2007 12:12 PM, popoff <[EMAIL PROTECTED]> wrote: > I also have the same crash closing flash-pages. My workaround is simple > and transparent. make a wrapper to launch firefox with this lines: > > #!/bin/sh > export LD_PRELOAD=/usr/lib/firefox/plugins/libflashplayer.so > firefox $@ > > > So, you preload de flash plugin before launch firefox and it isn't never > unloaded when you close a flash page. > > Of course the path of libflashplayer.so must be the one matching your > system installation. > > It seem to be a good workaround until the resolution of the bug. > > Regards. > > > -- > firefox crashed -- libflashplayer.so > https://bugs.launchpad.net/bugs/104470 > You received this bug notification because you are a direct subscriber > of the bug. > -- Doug Holland -- firefox crashed -- libflashplayer.so https://bugs.launchpad.net/bugs/104470 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
