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
Multiple parts of the code are not thread-safe resulting in data races and (possible) dead locks. We should introduce proper mechanisms such as locking. While finding problematic sections in code is a cumbersome task, helgrind might be an option. However, the execution of helgrind on the testbed test routers is painfully slow.
Multiple parts of the code are not thread-safe resulting in data races and (possible) dead locks. We should introduce proper mechanisms such as locking. While finding problematic sections in code is a cumbersome task, helgrind might be an option. However, the execution of helgrind on the testbed test routers is painfully slow.
An exemplary execution of helgrind:
The text was updated successfully, but these errors were encountered: