Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Floating point exception dynamically loading a library
On Tue, 27 May 2008 13:38:57 +1200
Mark Davies <mark%mcs.vuw.ac.nz@localhost> wrote:
> I have a bunch of currentish i386 systems with identical /usr/pkg's
> that includes the p5-PerlMagick-6.3.6.1 package and its dependencies.
>
> Running "perl ./Core.pm" where Core.pm is:
>
> -----
> use Image::Magick;
> 1;
> -----
>
> works fine on all of them _except_ _all_ the XEN3_DOMU systems where
> it dies with a SIGFPE
>
> Program received signal SIGFPE, Arithmetic exception.
> 0xbbbf6a85 in _rtld_symlook_obj () from /usr/libexec/ld.elf_so
>
> ktrace'ing both the working and failing systems, no significant
> difference leaps out at me. (ktraces available at
> http://www.mcs.vuw.ac.nz/~mark/ktrace.out.{good,xen3domu}).
>
> Can anyone reproduce this? Suggest whats happening?
It might be the same as this issue?
http://mail-index.netbsd.org/port-xen/2008/03/27/msg003505.html
Can you try that test case?
Home |
Main Index |
Thread Index |
Old Index