Closed
Description
As discovered by @Red-Panda64, the old thread
analysis assumes we have context-sensitive thread ids activated when doing a threadenter
which we know to be mutliple (c.f. #1187)
analyzer/src/analyses/threadAnalysis.ml
Lines 97 to 101 in 750f1ee
Another call to ThreadId.get_current_unlift
is in thread_spawn
for the spawned thread. However, this may be correct as we would still have a non-top thread id for the created thread at this point (?)