[Paraview] Paraview/Qt memory crash

Berk Geveci berk.geveci at kitware.com
Sun Feb 24 14:26:42 EST 2008


It is probably doable. However

1. the size of the file is not necessarily the same as how much memory
paraview will use. What file format? What data format?
2. is your Linux 64 bit?
3. you may have to recompile paraview as a 64 bit application. Even
though your OS may be 64 bit, the paraview binary may be 32 bit and
therefore can access only 2GB of memory space.

-berk

On 2/24/08, Thorsten Becker <twb at usc.edu> wrote:
> Hi,
>
>  I am trying to read in a large, 1.4GB, file Paraview 3.2.1 Linux x86 on
>  a 4GB RAM x86_64 machine. Should this be possible in principle? I am
>  getting a core dump related to not enough memory like so:
>
>  >>
>  Qt has caught an exception thrown from an event handler. Throwing
>  exceptions from an event handler is not supported in Qt. You must
>  reimplement QApplication::notify() and catch all exceptions there.
>
>  terminate called after throwing an instance of 'std::bad_alloc'
>   what():  St9bad_alloc
>  Abort (core dumped)
>  <<
>
>  (where I am not sure if it's really Qt or paraview causing the crash,
>  how could I check?)
>
>  I've converted all scalars and vectors to char and unsigned char to save
>  space in the numeric representation, but that didn't help.
>
>  Thanks for any suggestions on where to start looking.
>
>  Cheers
>
>  Thorsten
>
>
>
>
>  --
>  Thorsten Becker                   Department of Earth Sciences
>  University of Southern California                 213.740.8365
>  Los Angeles CA 90089-0740          geodynamics.usc.edu/~becker
>
>  _______________________________________________
>  ParaView mailing list
>  ParaView at paraview.org
>  http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list