mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #260] ThreadPoolBuildError: Resource temporarily unavailable #109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WesleyAC on GitHub (Aug 28, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/260
When attempting to run the
dust-v0.8.2-x86_64-unknown-linuxrelease (both musl and gnu) onDebian 4.19.181-1, I get the following error:Running with
--helpworks fine, but running with no arguments gets that error.RUST_BACKTRACE=fulldoes not give any useful info, presumably since the debug symbols are stripped? I unfortunately don't have the time to dig further, sorry :(In case it helps, here is a
straceof a failed run: https://hack.wesleyac.com/dust-strace.txt@WesleyAC commented on GitHub (Aug 28, 2022):
Oh, this is a dupe of #256, looks like. Sorry for not looking closely enough!