MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008130 | VTK | (No Category) | public | 2008-11-20 14:48 | 2016-08-12 09:55 |
| Reporter | Benjamin Schindler | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0008130: Make vtkPointLocator::findClosestPointsWithinRadius thread-safe | ||||
| Description | It is reportet that findClosestsPointsWithinRadius is supposed to be thread-safe. Well, it's not in 5.2. Changing line 920 from: pt = this->DataSet->GetPoint(ptId); to this->DataSet->GetPoint(ptId, pt); (and converting pt from double* to double[3]) Makes it work for me. I'm not yet sure whether the buckets used there are thread-safe (haven't had a look at it), but my code seems happy atm | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/6859/0001-Make-FindPointsWithinRadius-race-free.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-11-20 14:48 | Benjamin Schindler | New Issue | |||
| 2008-11-21 06:02 | Benjamin Schindler | File Added: 0001-Make-FindPointsWithinRadius-race-free.patch | |||
| 2008-11-21 11:57 | Benjamin Schindler | Note Added: 0014158 | |||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037040 | |||
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:55 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||