-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Crazy errors on mac via brew: 'which is invalid' #253
Comments
Just +1'ing that experience. Intel Processor, macOS Monterey. WezTerm & default terminal (not that one would expect those to have an effect) I'll add that resizing windows causes the errors to briefly go away, though they promptly return. errors don't respect borders and are often cut off in display. Perhaps I haven't been patient enough, but I have not found that the errors "calm down" eventually. |
I am running into the same issue on MacOS 12.6. I encounter the same error on the homebrew version and can reproduce it in debug with a build from main. This is the stack trace where the resolver thread panics. I didn't have time to look deeper into it (and this is the first time ever looking into the code) Maybe this helps to fix the issue. Many thanks for the otherwise rally nice tool! Backtrace of panic that creates above messages:
|
Looks like an issue in the linked-hash-map crate, updating the crate to 0.5.6 solves the issue for me |
There is already an old PR that fixes this issue: #238 |
The brew binary failed for me, but installing via cargo worked. |
Having the same issue here on Ventura 13.2 will try installing via cargo instead of home-brew UPDATE: removed from homebrew and installed with "cargo install bandwhich" (Rust already installed) |
Can you please check if the issue persists on the latest |
This seems like a duplicate of #216. I'll redirect the discussion to over there. |
Update: these errors eventually settle down after basically every user applicaion on my system has errored once.
Hard to parse errors like:
Larger (very chaotic) output for easier grepping:
The text was updated successfully, but these errors were encountered: