View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012632ParaView(No Category)public2011-10-07 13:142016-08-12 09:58
ReporterSebastien Jourdain 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012632: Some Dashboard machine do not run pvcrs.FindDataDialog.Flow
DescriptionOn 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.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0027545)
Sebastien Jourdain (manager)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-10-07 13:14 Sebastien Jourdain New Issue
2011-10-07 13:14 Sebastien Jourdain Assigned To => David Partyka
2011-10-07 13:26 Sebastien Jourdain Note Added: 0027545
2016-08-12 09:58 Kitware Robot Note Added: 0038079
2016-08-12 09:58 Kitware Robot Status backlog => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team