[GH-ISSUE #289] core dump #127

Closed
opened 2026-06-08 11:25:48 +03:00 by zhus · 9 comments
Owner

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
image

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` ![image](https://user-images.githubusercontent.com/74460065/211184402-e204aaed-c19b-48f5-982e-d95bc76bcb04.png)
zhus closed this issue 2026-06-08 11:25:48 +03:00
Author
Owner

@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 ?

<!-- gh-comment-id:1374794812 --> @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 ?
Author
Owner

@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

<!-- gh-comment-id:1399349165 --> @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
Author
Owner

@GiveMeFox commented on GitHub (Jan 22, 2023):

image

<!-- gh-comment-id:1399520049 --> @GiveMeFox commented on GitHub (Jan 22, 2023): ![image](https://user-images.githubusercontent.com/74460065/213924128-3474ab55-633d-41cb-88e6-352e9152a5e3.png)
Author
Owner

@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 .

<!-- gh-comment-id:1405786364 --> @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 .
Author
Owner

@bootandy commented on GitHub (Feb 4, 2023):

new version is shipped did that help ?

<!-- gh-comment-id:1416726248 --> @bootandy commented on GitHub (Feb 4, 2023): new version is shipped did that help ?
Author
Owner

@GiveMeFox commented on GitHub (Feb 10, 2023):

I just updated everything to be sure but still
image

and sorry for the late response

<!-- gh-comment-id:1426010552 --> @GiveMeFox commented on GitHub (Feb 10, 2023): I just updated everything to be sure but still ![image](https://user-images.githubusercontent.com/74460065/218136539-132dd60b-e79e-4e10-83bf-23cc9c43cb2d.png) and sorry for the late response
Author
Owner

@GiveMeFox commented on GitHub (Feb 10, 2023):

ok i see whats happening
image

i compiled it myself to debug it and I noticed that dust in the AUR is one version behind

<!-- gh-comment-id:1426016044 --> @GiveMeFox commented on GitHub (Feb 10, 2023): ok i see whats happening ![image](https://user-images.githubusercontent.com/74460065/218137644-6d51f57b-c2e2-4ad5-89ae-61f68a25ded2.png) i compiled it myself to debug it and I noticed that dust in the AUR is one version behind
Author
Owner

@bootandy commented on GitHub (Feb 13, 2023):

so does the new version fix it?

<!-- gh-comment-id:1428528174 --> @bootandy commented on GitHub (Feb 13, 2023): so does the new version fix it?
Author
Owner

@GiveMeFox commented on GitHub (Feb 27, 2023):

yes

<!-- gh-comment-id:1446788850 --> @GiveMeFox commented on GitHub (Feb 27, 2023): yes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#127