View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013171VTK(No Category)public2012-05-14 07:372013-02-24 19:58
ReporterHal Canary 
Assigned ToDavid Gobbi 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.8.0 
Target VersionFixed in Version5.10.0 
Summary0013171: void vtkImageData::GetPoint(vtkIdType id, double x[3]) is not thread-safe
DescriptionThe 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 [^]
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030380)
David Gobbi (developer)
2013-02-24 19:58

This was apparently fixed by Cory Quammen prior to the VTK 5.10 release (commit ea11e1a1).

 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


Copyright © 2000 - 2018 MantisBT Team