MantisBT - VTK
View Issue Details
0013171VTK(No Category)public2012-05-14 07:372013-02-24 19:58
Hal Canary 
David Gobbi 
normalminorhave not tried
closedfixed 
5.8.0 
5.10.0 
TBD
incorrect functionality
0013171: void vtkImageData::GetPoint(vtkIdType id, double x[3]) is not thread-safe
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 [^]
No tags attached.
Issue History
2012-05-14 07:37Hal CanaryNew Issue
2013-02-24 19:56David GobbiAssigned To => David Gobbi
2013-02-24 19:56David GobbiStatusbacklog => tabled
2013-02-24 19:58David GobbiNote Added: 0030380
2013-02-24 19:58David GobbiStatustabled => closed
2013-02-24 19:58David GobbiResolutionopen => fixed
2013-02-24 19:58David GobbiFixed in Version => 5.10.0

Notes
(0030380)
David Gobbi   
2013-02-24 19:58   
This was apparently fixed by Cory Quammen prior to the VTK 5.10 release (commit ea11e1a1).