View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010534VTK(No Category)public2010-04-11 05:462011-12-09 09:13
ReporterPavel Pokutnev 
Assigned ToDavid Partyka 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version5.6.0 
Summary0010534: BUG: Missing cast operator in vtkImageAccumulate
DescriptionThere is a missing cast operator in vtkImageAccumulate.cxx line 222.

The line:
    sumSqr[idxC] += (*subPtr * *subPtr);
should be:
    sumSqr[idxC] += (static_cast<double>(*subPtr) * (*subPtr));
Additional InformationThis bug cause memory overflow during processing of big volumes (> 8GB).
TagsNo tags attached.
Project
Type
Attached Filescxx file icon vtkImageAccumulate.cxx [^] (15,881 bytes) 2010-04-11 05:46

 Relationships

  Notes
(0020134)
David Partyka (developer)
2010-04-12 09:12

Committed to HEAD

/cvsroot/VTK/VTK/Imaging/vtkImageAccumulate.cxx,v <-- Imaging/vtkImageAccumulate.cxx
new revision: 1.74; previous revision: 1.73

VTK-5-6

Committer: Dave Partyka <dave.partyka@kitware.com>
/cvsroot/VTK/VTK/Imaging/vtkImageAccumulate.cxx,v <-- Imaging/vtkImageAccumulate.cxx
new revision: 1.73.16.1; previous revision: 1.73

ParaView-3-8

/cvsroot/ParaView3/ParaView3/VTK/Imaging/vtkImageAccumulate.cxx,v <-- VTK/Imaging/vtkImageAccumulate.cxx
new revision: 1.73.14.1; previous revision: 1.73

 Issue History
Date Modified Username Field Change
2010-04-11 05:46 Pavel Pokutnev New Issue
2010-04-11 05:46 Pavel Pokutnev File Added: vtkImageAccumulate.cxx
2010-04-12 08:45 David Partyka Status backlog => tabled
2010-04-12 08:45 David Partyka Assigned To => David Partyka
2010-04-12 09:12 David Partyka Note Added: 0020133
2010-04-12 09:12 David Partyka Note Deleted: 0020133
2010-04-12 09:12 David Partyka Note Added: 0020134
2010-04-12 09:12 David Partyka Status tabled => @80@
2010-04-12 09:12 David Partyka Resolution open => fixed
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2011-12-09 09:13 Pavel Pokutnev Status customer review => closed
2011-12-09 09:13 Pavel Pokutnev Fixed in Version => 5.6.0


Copyright © 2000 - 2018 MantisBT Team