You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mutex emulation on iOS (and possibly windows) (but if so, then the data races will need a different explanation)
Online compaction
Invalid changes to the m_baseline member of the allocator (this could be some interaction between online compaction and async commit)
Invalid sharing of history objects (or part of their representation).
Cleared:
Reclaiming intermediate versions - only changes release time stamps of already released blocks, so cannot possibly produce a free block, which was not a free block to begin with.
Issues which may be related to overlapping blocks in the freelists.
OH also: #5993, was a presumably fix for several bugs with similar stacks:
This may indicate that we did not fix the root cause, but merely changed the timing enough to hide the real problem.
A few similar old issue from differents repos either closed without fix or known cause or still presumably valid:
Root cause unknown, prime suspects:
Cleared:
Reclaiming intermediate versions - only changes release time stamps of already released blocks, so cannot possibly produce a free block, which was not a free block to begin with.
Data races which may be explained by (wrong) allocation of an already allocated block:
TSAN Data Race in LangBindHelper_HandoverBetweenThreads #6474
TSAN data race in LangBindHelper_HandoverBetweenThreads on stack ArrayInteger::find #6624
Thread sanitizer warnings #6738
These are just encryption specific false positives. There is no indication that they could be relevant.
The text was updated successfully, but these errors were encountered: