MantisBT - ParaView
View Issue Details
0012200ParaViewBugpublic2011-05-17 15:492016-08-12 09:58
Jerome Velut 
Kitware Robot 
normalcrashalways
closedmoved 
3.10.1 
 
0012200: Crash with simple python script when selecting Representation = 'Volume'
A basic python script makes paraview segfaulting when asking for 'Volume' representation
In the python shell, enter the following lines:
src = Wavelet()
rep = Show()
rep.Representation = 'Volume'

It crashes.
See mailing list thread "Volume rendering, ColorArrayName and python"
No tags attached.
Issue History
2011-05-17 15:49Jerome VelutNew Issue
2011-05-19 09:05Utkarsh AyachitNote Added: 0026550
2016-08-12 09:58Kitware RobotNote Added: 0037979
2016-08-12 09:58Kitware RobotStatusbacklog => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved
2016-08-12 09:58Kitware RobotAssigned To => Kitware Robot

Notes
(0026550)
Utkarsh Ayachit   
2011-05-19 09:05   
/home/utkarsh/Kitware/ParaView3/ParaView/VTK/VolumeRendering/vtkFixedPointVolumeRayCastMapper.cxx:3061

Doesn't check if array is non-null, hence the segfault.
(0037979)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.