Re: [xml] Core dumped (Floating exception) with libxml2-2-[11|12] on Digital Unix V4.0

Date view Thread view Subject view Author view

From: Bjorn Reese (breese@mail1.stofanet.dk)
Date: Fri Feb 02 2001 - 12:36:24 EST


Daniel Veillard wrote:

> a patch to get those on DU would be welcome. I have access to an
> alpha, but under Linux and behaviour is different.

How about ignoring floating-point exceptions on Digital Unix?

#if defined(__osf__)
  signal(SIGFPE, SIG_IGN);
#endif

Disclaimer: Untested code.

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Fri Feb 02 2001 - 12:43:37 EST