| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010534 | VTK | (No Category) | public | 2010-04-11 05:46 | 2011-12-09 09:13 | ||||
| Reporter | Pavel Pokutnev | ||||||||
| Assigned To | David Partyka | ||||||||
| Priority | normal | Severity | crash | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | 5.6.0 | |||||||
| Summary | 0010534: BUG: Missing cast operator in vtkImageAccumulate | ||||||||
| Description | There 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 Information | This bug cause memory overflow during processing of big volumes (> 8GB). | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| 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 |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |