Plugin crashes with Xulrunner 1.9.2/libpng/libjpeg

Andreas Radke a.radke at arcor.de
Sun Jan 24 02:11:35 PST 2010


Am Sat, 23 Jan 2010 12:00:31 +0100
schrieb Vlastimil Babka <caster at gentoo.org>:

> Hi,
> 
> On 01/23/2010 12:05 AM, Andreas Radke wrote:
> > and we will have to find fixes for libjpeg ver 8. Is there already
> > something floating around? -Andy
> 
> This one should be rather easy - see the attached patch we use in 
> Gentoo. Seems there are no incompatible changes in jpeg-8 (similar
> patch also worked for jpeg-7), there just has to be the right version
> specified.
> 
> Vlastimil

Thanks. For 1.7 branch I've attached a patch.

There's also the libpng1.4.x update that will require fixes. I've
attached a patch that makes it build. But the deprecated function is
also used in some headers that may also need further changes. Maybe
someone can grep through all code and look if more fixes are needed.

The NPPlugin is still crashing my browser here. I think configure needs
also a change to accept stable libxul. I had to apply this:
  sed -i "s/libxul-unstable/libxul/" configure.ac
  autoreconf -i

I've tried the icedtea6-1.7-buildfix.patch that adds the MOZILLA_CFLAGS
and I'm still getting browser segfaults on every plugin call.

This is what makes me wonder:
[andyrtr at laptop64 ~]$ ldd /usr/lib/mozilla/plugins/IcedTeaNPPlugin.so |
grep not libmozjs.so => not found
	libxul.so => not found
	libxpcom.so => not found

Any idea?

-Andy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jpeg8.diff
Type: text/x-patch
Size: 906 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100124/6c91fe0c/jpeg8.diff 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libpng14.diff
Type: text/x-patch
Size: 490 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100124/6c91fe0c/libpng14.diff 


More information about the distro-pkg-dev mailing list