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
Summary or problem description
Due to a possible bug in the node implementation, VM refcounter may become negative (e.g. like it happened in #3301 (comment)). We need to decide how to handle negative refcounter.
I think that 3 is the best solution for now, we need to check it deeply, but the main problem it was not DeepCopy, it was when is removed a CompundType that contains entries that was already present in the stack, the current implementation removed all of them, and it require a check for all the entries.
Summary or problem description
Due to a possible bug in the node implementation, VM refcounter may become negative (e.g. like it happened in #3301 (comment)). We need to decide how to handle negative refcounter.
Quick suggestions were:
We need to discuss and choose the best solution (or think about other possible solution) how to deal with negative refcounter.
Where in the software does this update applies to?
The text was updated successfully, but these errors were encountered: