View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014650ParaView(No Category)public2014-03-27 13:432014-05-05 15:36
ReporterAndy Bauer 
Assigned ToAndy Bauer 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version 
Summary0014650: check for valid bounds before computing the magnitude of the bounds
DescriptionDepending on how the application is linked, the following in vtkSMBoundsDomain may or may not throw an exception when the bounds are initialized to not set (i.e. VTK_DOUBLE_MAX, VTK_DOUBLE_MIN,...):
     double magn = sqrt((bounds[1]-bounds[0]) * (bounds[1]-bounds[0]) +
                        (bounds[3]-bounds[2]) * (bounds[3]-bounds[2]) +
                        (bounds[5]-bounds[4]) * (bounds[5]-bounds[4]));
TagsNo tags attached.
ProjectLANL-InSitu
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0032617)
Andy Bauer (developer)
2014-05-05 15:36

already merged into paraview -- just closing the bug report

 Issue History
Date Modified Username Field Change
2014-03-27 13:43 Andy Bauer New Issue
2014-03-27 13:43 Andy Bauer Assigned To => Andy Bauer
2014-03-27 13:46 Andy Bauer Status backlog => todo
2014-03-27 13:46 Andy Bauer Status todo => active development
2014-05-05 15:36 Andy Bauer Note Added: 0032617
2014-05-05 15:36 Andy Bauer Status active development => gatekeeper review
2014-05-05 15:36 Andy Bauer Resolution open => fixed
2014-05-05 15:36 Andy Bauer Status gatekeeper review => closed


Copyright © 2000 - 2018 MantisBT Team