[Paraview] Volume rendering crashbug: vtkVolumeRayCastSpaceLeapingImageFilterMinMaxExecute

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Aug 4 14:03:17 EDT 2011


Thanks for reporting this Lawrence. I'll take a look and get back to you soon.

Utkarsh

On Thu, Aug 4, 2011 at 12:12 PM, Lawrence Angrave <angrave at illinois.edu> wrote:
> Hi,
> We've found that a very simple 10x10x10 volumetric dataset  causes paraview
> stable (3.10.1) to crash when the representation is changed to Volume.
> We've reproduced this on Windows and Mac builds.
>
> The crash is is in vtkVolumeRayCastSpaceLeapingImageFilterMinMaxExecute
>     tmpPtrI = tmpPtrJ + sx1 * outInc0;
>        for ( c = 0; c < nComponents; c++, tmpPtrI += 3 )
>          {
>          if ( independent )
>            {
>            val = static_cast<unsigned short>((*dptr + shift[c]) * scale[c]);
> <<<<< HERE
>
> Regards,
> Lawrence.
> Here's the .vtk file. It's just a 10x10x10 image with a single point array
> "Foo" with 1000 double values.
>


More information about the ParaView mailing list