[Paraview] paraview 3.4 segmentation fault

Jean Favre jfavre at cscs.ch
Thu Nov 13 06:19:50 EST 2008


I have got a problem with very large data, bounding box is [0, 0, 0] [
15e18, 15e18, 15e18]

The Clip and Cutter filters (when created via the GUI) cause a seg fault.

ParaView itself is capable of cutting the data with the following Python
script

/cut.Input = reader
cut.Input = servermanager.OutputPort(reader, 0)

plane1 = servermanager.implicit_functions.Plane()
plane1.Normal = [1,0,0]
plane1.Origin = [7.5e18, 7.5e18, 7.5e18]
cut.CutFunction = plane1

view = servermanager.GetRenderView()
repCut = servermanager.CreateRepresentation(cut, view)/

If the same operation is done via the GUI, ParaView crashes immediately.
Are the developpers aware of that?

-- 
Jean --
Swiss National Supercomputing Center
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20081113/361de245/attachment.htm>


More information about the ParaView mailing list