MantisBT - ParaView
View Issue Details
0012632ParaView(No Category)public2011-10-07 13:142016-08-12 09:58
Sebastien Jourdain 
David Partyka 
normalminorhave not tried
closedmoved 
 
 
TBD
incorrect functionality
0012632: Some Dashboard machine do not run pvcrs.FindDataDialog.Flow
On top of that we are not properly detecting failure on pvcrs.FindDataDialog.Flow when it run on Windows.
The trace say server exit with code 1.
But the test pass.
No tags attached.
Issue History
2011-10-07 13:14Sebastien JourdainNew Issue
2011-10-07 13:14Sebastien JourdainAssigned To => David Partyka
2011-10-07 13:26Sebastien JourdainNote Added: 0027545
2016-08-12 09:58Kitware RobotNote Added: 0038079
2016-08-12 09:58Kitware RobotStatusbacklog => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved

Notes
(0027545)
Sebastien Jourdain   
2011-10-07 13:26   
A quick fix for that bug: Need to validate that with Sankhesh
=========================
diff --git a/ParaViewCore/VTKExtensions/vtkPVGlyphFilter.cxx b/ParaViewCore/VTKExtensions/vtkPVGlyphFilter.cxx
index 494ad12..508da4b 100644
--- a/ParaViewCore/VTKExtensions/vtkPVGlyphFilter.cxx
+++ b/ParaViewCore/VTKExtensions/vtkPVGlyphFilter.cxx
@@ -477,7 +477,7 @@ void vtkPVGlyphFilter::CalculatePtsToGlyph(double PtsNotBlanked)
 
 
   // Identify the first point to glyph.
- if(this->RandomMode)
+ if(this->RandomMode && this->RandomPtsInDataset.size() > 0)
     {
     this->BlockNextPoint = this->RandomPtsInDataset[0];
     }
(0038079)
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.