mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #289] core dump #127
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 @GiveMeFox on GitHub (Jan 8, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/289
just installed it with

cargo install du-dust@bootandy commented on GitHub (Jan 8, 2023):
ok, that's interesting.
Do you have a circular directory structure?
Does it happen if you run dust on the /tmp directory or a smaller directory ?
Are you running on a box with a small amount of ram ?
Does du work ?
@GiveMeFox commented on GitHub (Jan 22, 2023):
Do you have a circular directory structure? - no
Does it happen if you run dust on the /tmp directory or a smaller directory ? - no
Are you running on a box with a small amount of ram ? - 16gb of ram
Does du work ? - yes
@GiveMeFox commented on GitHub (Jan 22, 2023):
@bootandy commented on GitHub (Jan 27, 2023):
I think this is because it is not increasing the size of your stack because it hasn't realised you have enough RAM.
If you install the head of this repo does it fix it?
If not I'd recommend playing with the code to assign stack size in init_rayon inside main.rs see here:
https://github.com/bootandy/dust/blob/master/src/main.rs#L231
I'll push a new version soon that will have the fix in .
@bootandy commented on GitHub (Feb 4, 2023):
new version is shipped did that help ?
@GiveMeFox commented on GitHub (Feb 10, 2023):
I just updated everything to be sure but still

and sorry for the late response
@GiveMeFox commented on GitHub (Feb 10, 2023):
ok i see whats happening

i compiled it myself to debug it and I noticed that dust in the AUR is one version behind
@bootandy commented on GitHub (Feb 13, 2023):
so does the new version fix it?
@GiveMeFox commented on GitHub (Feb 27, 2023):
yes