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
Sometimes when running multiple configs sequentially in Qtenv, the following error occurs:
When rerunning a config, the following error occurs:
To reproduce: run each config one-by-one in showcases/visualizer/packetdrop for some time. Around the 5th config, the error usually occurs. Confirmed on multiple machines.
The text was updated successfully, but these errors were encountered:
The std::function in sharedVariables wrapping the value's destructor can be uninitialized because
sharedVariables.resize(handle+1) in getSharedVariable() can add more than one item to the vector.
The std::function in sharedVariables wrapping the value's destructor can be uninitialized because
sharedVariables.resize(handle+1) in getSharedVariable() can add more than one item to the vector.
Sometimes when running multiple configs sequentially in Qtenv, the following error occurs:
When rerunning a config, the following error occurs:
To reproduce: run each config one-by-one in showcases/visualizer/packetdrop for some time. Around the 5th config, the error usually occurs. Confirmed on multiple machines.
The text was updated successfully, but these errors were encountered: