MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005366 | VTK | (No Category) | public | 2007-07-19 04:58 | 2014-10-02 11:00 |
| Reporter | xabi riobe | ||||
| Assigned To | Lisa Avila | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0005366: vtkVolumeTextureMapper3D crashes if one volume dimension is 1 | ||||
| Description | in method vtkVolumeTextureMapper3D::UpdateVolume, the VolumeSpacing attribute can take a negative value (line 1149 in version 1.6): this->VolumeSpacing[i] = (static_cast<double>(dim[i])-1.01)*(double)spacing[i] / static_cast<double>(this->VolumeDimensions[i]-1); which causes a bad adress access in method vtkVolumeTextureMapper3DComputeScalars (line 217 in version 1.6): inPtr = dataPtr + components * ( z*inputDimensions[0]*inputDimensions[1] + dy*inputDimensions[0] + x ); because z has value -1. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2012-03-07 03:41 | xabi riobe | Status | expired => backlog | ||
| 2012-03-07 03:41 | xabi riobe | Resolution | open => reopened | ||
| 2014-10-02 11:00 | Berk Geveci | Note Added: 0033456 | |||
| 2014-10-02 11:00 | Berk Geveci | Status | backlog => closed | ||
| 2014-10-02 11:00 | Berk Geveci | Resolution | reopened => won't fix | ||
| Notes | |||||
|
|
|||||
|
|
||||