Greetings,

I'm using the SC17 preview of 5.5 of ParaView. I first noticed this error
with my own dataset but it appears with the simple test.csv I've included.
To reproduce the segfault:

Load the attached (or presumably any) CSV points file.
Run the TableToPoints filter.
Assign the X/Y/Z column dropdowns to the x coord/y coord/z coord values.
Hit Apply
Hit the 'Hover Cells On' button in the 3d display and mouse over a point to
confirm it works.
In the 'Representation' drop down box select "3D Glyphs".
In the 'Glyph Type' drop down box select "Box" (I wasn't able to reproduce
the error with arrows)
Hover over one of the resulting box glyphs for instant segfault.

Command line output from this session was:

Generic Warning: In
/home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/source-paraview/ParaViewCore/ServerManager/Core/vtkSMPropertyHelper.cxx,
line 511
Failed to locate property: OSPRayMaterialLibrary

Generic Warning: In
/home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/source-paraview/ParaViewCore/ServerManager/Core/vtkSMPropertyHelper.cxx,
line 831
Call not supported for the current property type.

Segmentation fault (core dumped)

Regards,
Wyatt Spear
x coord, y coord, z coord, scalar
0, 0, 0, 0
1, 0, 0, 1
0, 1, 0, 2
1, 1, 0, 3
-0.5, -0.5, 1, 4
0.5, -0.5, 1, 5
-0.5, 0.5, 1, 6
0.5, 0.5, 1, 7
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to