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:
A race condition can occur between a thread trying to use the eqWAlizer executable, and the main thread creating the executable, leading to a panic with "text file busy".
See rust-lang/rust#114554 for more details.
This mitigates the issue by attempting to start the eqWAlizer command in a loop, retrying if it fails with ETXTBSY.
Reviewed By: robertoaloi, TD5
Differential Revision: D69775408
fbshipit-source-id: 9f08258bdb762edbe9c75ed813b52cbb0fb303df
0 commit comments