-
-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting random "thread '<unnamed>' panicked at 'assertion failed" #1113
Comments
Looks like #1060, AKA rust-lang/rust#39364 |
Anything I can do on my end? Do you think downloading the binary from Releases would fix it? |
There's unlikely anything you can do, except maybe helping to get #933 merged. But I don't have any concrete steps on how to do that. Although, since this is a race condition, retrying the comand would likely succeed. |
tavianator
added a commit
to tavianator/fd
that referenced
this issue
Oct 24, 2022
Fixes sharkdp#933. Fixes sharkdp#1060. Fixes sharkdp#1113.
tavianator
added a commit
to tavianator/fd
that referenced
this issue
Nov 1, 2022
Fixes sharkdp#933. Fixes sharkdp#1060. Fixes sharkdp#1113.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of
fd
are you using?fd 8.4.0
Brand new Macbook M1, installed yesterday with
brew install fd
.I'm getting randomly the following exception:
Then I re-run the same command immediately and everything is OK.
Is this related to homebrew install or something else?
The text was updated successfully, but these errors were encountered: