MantisBT - ParaView
View Issue Details
0009696ParaViewBugpublic2009-10-12 15:252010-05-06 16:58
Sven Buijssen 
Zhanping Liu 
normalcrashalways
closedfixed 
3.6 
 
0009696: Clip to scalar filter segfaults for attached dataset
Uncompress the attached dataset
Import both data arrays
Apply a clip filter with clip type 'scalar' (e.g. temperature value = 300.)

ParaView 3.6.1 and CVS HEAD will segfault (on Linux 32-bit). Crash is in
VTK/Common/vtkDataArray.cxx:378
378 if (type != source1->GetDataType() || type != source2->GetDataType())

gdb reports for source{1,2}->BothDataType() "Cannot access memory at address ..."

Import only one of the data arrays and PV does not segfault.
No tags attached.
gz annulus.vtu.gz (967,748) 2009-10-12 15:25
https://www.vtk.org/Bug/file/7552/annulus.vtu.gz
Issue History
2009-10-12 15:25Sven BuijssenNew Issue
2009-10-12 15:25Sven BuijssenFile Added: annulus.vtu.gz
2010-05-05 19:32Sven BuijssenNote Added: 0020608
2010-05-05 23:31Zhanping LiuAssigned To => Zhanping Liu
2010-05-05 23:31Zhanping LiuStatusbacklog => tabled
2010-05-05 23:33Zhanping LiuNote Added: 0020609
2010-05-05 23:34Zhanping LiuNote Edited: 0020609
2010-05-05 23:35Zhanping LiuNote Edited: 0020609
2010-05-05 23:35Zhanping LiuStatustabled => @80@
2010-05-06 16:58Alan ScottNote Added: 0020633
2010-05-06 16:58Alan ScottStatus@80@ => closed
2010-05-06 16:58Alan ScottResolutionopen => fixed

Notes
(0020608)
Sven Buijssen   
2010-05-05 19:32   
Has been resolved by commit fce215ca36af67df37f36f69fe3ddc46ca1800f4
(0020609)
Zhanping Liu   
2010-05-05 23:33   
(edited on: 2010-05-05 23:35)
As mentioned by Sven, this problem was actually fixed by the commit (Feb 2010) of vtkTableBasedClipDataSet.

(0020633)
Alan Scott   
2010-05-06 16:58   
Tested local server, Windows, trunk.