[Paraview] Fwd: Baffled by "floating point exceptions" in ParaView 3.6.1

j s j.s4403 at gmail.com
Thu Jul 30 11:03:20 EDT 2009


I had meant to send this to the list, instead of just Randall.

---------- Forwarded message ----------
From: j s <j.s4403 at gmail.com>
Date: Thu, Jul 30, 2009 at 9:03 AM
Subject: Re: [Paraview] Baffled by "floating point exceptions" in ParaView
3.6.1
To: Randall Hand <randall.hand at gmail.com>


If you are running it in gdb, you might be able to do:

(gdb) handle SIGFPE nopass
Signal        Stop      Print   Pass to program Description
SIGFPE        Yes       Yes     No              Arithmetic exception

or

(gdb) handle SIGFPE nostop nopass
Signal        Stop      Print   Pass to program Description
SIGFPE        No        Yes     No              Arithmetic exception



On Thu, Jul 30, 2009 at 8:52 AM, Randall Hand <randall.hand at gmail.com>wrote:

> I was unable to compile 3.4 against these libraries, compilation would fail
> with errors in the Python libraries about "-fPIC".
>
> I'll try again without MPI & Python, and get back with you.
> --
> Randall Hand
> Visualization Scientist
> http://www.yeraze.com
> http://www.vizworld.com
>
>
>   On Thu, Jul 30, 2009 at 8:47 AM, Berk Geveci <berk.geveci at kitware.com>wrote:
>
>> Can you try compiling without Python and MPI? Also, can you try with
>> Mesa? I am guessing some system library is causing this problem but
>> without a stack trace, it will be trial-and-error to find out which.
>> Also, do older versions work with the same libraries?
>>
>> -berk
>>
>> On Thu, Jul 30, 2009 at 9:43 AM, Randall Hand<randall.hand at gmail.com>
>> wrote:
>> > I've compiled ParaView 3.6.1 three times so far, and every time it
>> compiles
>> > successfully but when I attempt to run it, it dies with "Floating point
>> > exception".
>> >
>> > I'm compiling it on a Linux system (RHEL4), and linking against MPI
>> (OpenMPE
>> > 1.2.8) and python (2.5.1).  I'm using cmake 2.6.4 .  Is there some known
>> > problem here?
>> >
>> > I compiled Paraview in "Debug" mode, but a backtrace doesn't show
>> anything
>> > but question marks.
>> > --
>> > Randall Hand
>> > Visualization Scientist
>> > http://www.yeraze.com
>> > http://www.vizworld.com
>> >
>> > _______________________________________________
>> > Powered by www.kitware.com
>> >
>> > Visit other Kitware open-source projects at
>> > http://www.kitware.com/opensource/opensource.html
>> >
>> > Please keep messages on-topic and check the ParaView Wiki at:
>> > http://paraview.org/Wiki/ParaView
>> >
>> > Follow this link to subscribe/unsubscribe:
>> > http://www.paraview.org/mailman/listinfo/paraview
>> >
>> >
>>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090730/7664bdde/attachment-0001.htm>


More information about the ParaView mailing list