MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013171 | VTK | (No Category) | public | 2012-05-14 07:37 | 2013-02-24 19:58 |
| Reporter | Hal Canary | ||||
| Assigned To | David Gobbi | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | 5.8.0 | ||||
| Target Version | Fixed in Version | 5.10.0 | |||
| Project | TBD | ||||
| Type | incorrect functionality | ||||
| Summary | 0013171: void vtkImageData::GetPoint(vtkIdType id, double x[3]) is not thread-safe | ||||
| Description | The function "void vtkImageData::GetPoint(vtkIdType id, double x[3])" calls the non-threadsafe function "double *vtkImageData::GetPoint(vtkIdType ptId)", which makes both functions non-threadsafe. This commit fixes the bug http://www.vtk.org/gitweb?p=VTK.git;a=commit;h=ea11e1a1319d38f3c6b254f956143d48bf3abed6 [^] | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-05-14 07:37 | Hal Canary | New Issue | |||
| 2013-02-24 19:56 | David Gobbi | Assigned To | => David Gobbi | ||
| 2013-02-24 19:56 | David Gobbi | Status | backlog => tabled | ||
| 2013-02-24 19:58 | David Gobbi | Note Added: 0030380 | |||
| 2013-02-24 19:58 | David Gobbi | Status | tabled => closed | ||
| 2013-02-24 19:58 | David Gobbi | Resolution | open => fixed | ||
| 2013-02-24 19:58 | David Gobbi | Fixed in Version | => 5.10.0 | ||
| Notes | |||||
|
|
|||||
|
|
||||