Swfdec is producing a Floating point exception I have tried 3 environments, 2 fail, 1 works 1: yum install swfdec yum install swfdec-gnome copy libswfdec and swfdec-player to our chroot environment ./swfdec-player Test.swf results in Floating point exception 2: Make from source 0.9.2 Make install Copy all libswfdec libs from /usr/local/lib to our chroot env Copy swfplay from {BUILD}/player/.libs to chroot enc 3: Sanity check Run swfplay in NON-chroot fedora 10 environment (works ok here) The host environment is Fedora 10. The chroot environment is designed for Redhat 9, although many of the libraries are *somewhat* updated. Is there anything I can do to get more info that would be helpful to you? Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/swfdec/attachments/20090122/47ef86f5/attachment.htm
It might be that the libc on RedHat 9 is buggy wrt NaN or Infinity handling. At least I remembe people complaining about it on the lists previously. But I never investigated the issue myself. Benjamin On Fri, Jan 23, 2009 at 10:49 AM, Peter Carlson <pcarlson at kgisystems.com> wrote:> Swfdec is producing a Floating point exception > > I have tried 3 environments, 2 fail, 1 works > > > > 1: > > yum install swfdec > > yum install swfdec-gnome > > > > copy libswfdec and swfdec-player to our chroot environment > > ./swfdec-player Test.swf results in Floating point exception > > > > 2: > > Make from source 0.9.2 > > Make install > > Copy all libswfdec libs from /usr/local/lib to our chroot env > > Copy swfplay from {BUILD}/player/.libs to chroot enc > > > > 3: Sanity check > > Run swfplay in NON-chroot fedora 10 environment (works ok here) > > > > The host environment is Fedora 10. The chroot environment is designed for > Redhat 9, although many of the libraries are *somewhat* updated. > > Is there anything I can do to get more info that would be helpful to you? > > > > Peter > > _______________________________________________ > Swfdec mailing list > Swfdec at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/swfdec > >
Ok, I copied over libc 2.9 and linked it to libc.so.6 and the error still exists. I will attempt to copy all the libs over one by one and see what might be causing it. -rwxr-xr-x 1 root root 1549556 2003-03-13 16:43 libc-2.3.2.so -rwxr-xr-x 1 root root 1809672 2009-01-23 07:08 libc-2.9.so lrwxrwxrwx 1 root root 11 2009-01-23 07:10 libc.so.6 -> libc-2.9.so Peter> -----Original Message----- > From: otte.benjamin at googlemail.com > [mailto:otte.benjamin at googlemail.com] On Behalf Of Benjamin Otte > Sent: Thursday, January 22, 2009 4:33 PM > To: Peter Carlson > Cc: swfdec at lists.freedesktop.org > Subject: Re: [Swfdec] swfdec exception > > It might be that the libc on RedHat 9 is buggy wrt NaN or Infinity > handling. At least I remembe people complaining about it on the lists > previously. > But I never investigated the issue myself. > > Benjamin > > > On Fri, Jan 23, 2009 at 10:49 AM, Peter Carlson > <pcarlson at kgisystems.com> wrote: > > Swfdec is producing a Floating point exception > > > > I have tried 3 environments, 2 fail, 1 works > > > > > > > > 1: > > > > yum install swfdec > > > > yum install swfdec-gnome > > > > > > > > copy libswfdec and swfdec-player to our chroot environment > > > > ./swfdec-player Test.swf results in Floating point exception > > > > > > > > 2: > > > > Make from source 0.9.2 > > > > Make install > > > > Copy all libswfdec libs from /usr/local/lib to our chroot env > > > > Copy swfplay from {BUILD}/player/.libs to chroot enc > > > > > > > > 3: Sanity check > > > > Run swfplay in NON-chroot fedora 10 environment (works ok here) > > > > > > > > The host environment is Fedora 10. The chroot environment is > designed for > > Redhat 9, although many of the libraries are *somewhat* updated. > > > > Is there anything I can do to get more info that would be helpful to > you? > > > > > > > > Peter > > > > _______________________________________________ > > Swfdec mailing list > > Swfdec at lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/swfdec > > > >