thread roots and thread operations
Bug #747159 reported by
Uday Reddy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Fix Committed
|
Low
|
Arik |
Bug Description
Applying a VM operation to the root of a thread, makes it a thread operation. So it is important for thread roots to be correctly recognized. The identification of thread roots needs to be tested fully.
For instance, if all the messages in a thread are deleted & expunged and the root is left on its own, it shouldn't be counted as a thread root any more.
description: | updated |
Changed in vm: | |
milestone: | 8.2.0 → 8.2.1 |
Changed in vm: | |
status: | In Progress → Fix Committed |
Changed in vm: | |
milestone: | 8.2.0 → 8.2.90a |
Changed in vm: | |
milestone: | 8.2.90a → 8.2.89a |
Changed in vm: | |
milestone: | 8.2.89a → 8.2.0b1 |
no longer affects: | vm/8.2.x |
Changed in vm: | |
milestone: | 8.2.1a → 8.2.0 |
Changed in vm: | |
milestone: | 8.2.1a → 8.2.90a |
To post a comment you must log in.
I'm just wondering what is occurring related to this report that seems
strange. I certainly agree with the importance of recognizing threads
roots as such but I have not seen any weird behavior with stand alone
threads or anything. Shouldn't the operations naturally just occur
with the root in such a case? And if the original root is deleted the
second in line becomes the root, behavior which is exhibited at
present in VM.
Or maybe I'm reading this wrong, it's a call to be on the lookout for
strange things?
-Arik