-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mitigate race causing ETXTBSY on eqWAlizer exe
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
- Loading branch information
1 parent
103cc12
commit 1d69db9
Showing
1 changed file
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters