itkParallelSparseFieldLevelSetImageFilterTest read/write race with GetPixel() / SetPixel() #4708
Labels
type:Bug
Inconsistencies or issues which will cause an incorrect result under some or all circumstances
Milestone
Running the itkParallelSparseFieldLevelSetImageFilterTest test with TSan:
We see from the above that one thread is writing to 0x00010b524516 and another is simultaneously reading from the same address.
Here is the relevant code, NB the fire emojis:
To me, this indeed looks like a buggy race. But I don't know this code at all.
The text was updated successfully, but these errors were encountered: