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
if (stopRequested.wait_for(0s) == std::future_status::ready) {
The wait_for crashes (access violation) at some low probability, but only (as far as we know) in recent versions.
(Crash site obtained postmortem from hs_err log from a VS2019 release build.)
The text was updated successfully, but these errors were encountered:
OpenScan-BH_SPC/src/AcquisitionControl.cpp
Line 297 in d58a455
The
wait_for
crashes (access violation) at some low probability, but only (as far as we know) in recent versions.(Crash site obtained postmortem from
hs_err
log from a VS2019 release build.)The text was updated successfully, but these errors were encountered: