MantisBT - VTK | |||||
| View Issue Details | |||||
| 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 | |||
| Project | |||||
| Type | |||||
| 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)); | ||||
| Steps To Reproduce | |||||
| Additional Information | This bug cause memory overflow during processing of big volumes (> 8GB). | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/8019/vtkImageAccumulate.cxx | ||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||