enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 285 forks source link

VectorCutPlane error #98

Open erthalion opened 10 years ago

erthalion commented 10 years ago

I have a strange problem with an applying of the VectorCutPlane to this file. This problem is well reproduced, but I don't know is it related to the Mayavi or not?

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe79a6259 in vtkCutter::UnstructuredGridCutter(vtkDataSet*, vtkPolyData*) () from /usr/lib64/libvtkGraphics.so.5.10
(gdb) bt
#0  0x00007fffe79a6259 in vtkCutter::UnstructuredGridCutter(vtkDataSet*, vtkPolyData*) () from /usr/lib64/libvtkGraphics.so.5.10
#1  0x00007fffe79a7f26 in vtkCutter::RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*) () from /usr/lib64/libvtkGraphics.so.5.10
#2  0x00007fffe79a3761 in vtkCutter::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) () from /usr/lib64/libvtkGraphics.so.5.10
#3  0x00007fffec769a05 in vtkExecutive::CallAlgorithm(vtkInformation*, int, vtkInformationVector**, vtkInformationVector*) () from /usr/lib64/libvtkFiltering.so.5.10
#4  0x00007fffec75c23e in vtkDemandDrivenPipeline::ExecuteData(vtkInformation*, vtkInformationVector**, vtkInformationVector*) () from /usr/lib64/libvtkFiltering.so.5.10
#5  0x00007fffec75f392 in vtkDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) ()
   from /usr/lib64/libvtkFiltering.so.5.10
#6  0x00007fffec96f784 in vtkStreamingDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) ()
   from /usr/lib64/libvtkFiltering.so.5.10
#7  0x00007fffec76c0d6 in vtkExecutive::ForwardUpstream(vtkInformation*) () from /usr/lib64/libvtkFiltering.so.5.10
#8  0x00007fffec75f33c in vtkDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) ()
   from /usr/lib64/libvtkFiltering.so.5.10
#9  0x00007fffec96f784 in vtkStreamingDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) ()
   from /usr/lib64/libvtkFiltering.so.5.10
#10 0x00007fffec76c0d6 in vtkExecutive::ForwardUpstream(vtkInformation*) () from /usr/lib64/libvtkFiltering.so.5.10
#11 0x00007fffec75f33c in vtkDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) ()
   from /usr/lib64/libvtkFiltering.so.5.10
#12 0x00007fffec96f784 in vtkStreamingDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) ()
   from /usr/lib64/libvtkFiltering.so.5.10

Mayavi version 4.1.0 - VTK version 5.10.0 Python 2.7.5 wxPython 2.8.12.1

stefanoborini commented 8 years ago

Cannot reproduce on Mayavi 4.4.4, VTK 6.3 on OSX. Can you please check if this is still broken with a most recent release?