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.
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?