[Paraview] Crash on vtr file load

John Drescher drescherjm at gmail.com
Tue Feb 7 10:53:28 EST 2012


> I've downloaded your vtr file and it opened it with my build of
> paraview (Linux, 64bit, git-master). The file opens and the clip
> filter works as expected. The memory usage for ParaView is 1-1.5GB so
> I don't think lack of memory on your machine is an issue.
>
> I also tried it with the 3.12 binaries from paraview.org and
> everything worked as expected.
>
> Perhaps this is a Windows issue?
>

1-1.5GB is enough to get an out of memory on 32 bit windows if the
memory is for the image needs to be allocated in a single buffer. This
is a result of address space fragmentation and the default 2GB maximum
address space limit per process.

John


More information about the ParaView mailing list