Skip to content
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

du -sh hangs the shell #1914

Open
3 tasks done
jaclu opened this issue Dec 6, 2023 · 0 comments
Open
3 tasks done

du -sh hangs the shell #1914

jaclu opened this issue Dec 6, 2023 · 0 comments
Labels
bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions.

Comments

@jaclu
Copy link

jaclu commented Dec 6, 2023

Checklist

There was another bug report #1422 that did mention the du -sh issue, but in that case, just as I did in my (closed) #1342 this specific problem was just mentioned in passing. When I asked the tech that closed #1342 why it was closed without addressing this issue, they just replied I didn't notice that part.
Not intended to complain about that closing, it made sense. But since the only other mention of du -sh was similarly hidden away in a long-forgotten bug report. It seems reasonable to open a new one dedicated to this :)

Configuration

The current AppStore version as of the date of this Bug report

Describe the bug

TLDR: typing du -sh in any form that I have tried hangs that shell forever. The App remains usable and other tabs are not impacted.

I tried a few variations to see if it was related to pwd or if a folder param was given

$HOME - ok not entirely but you get the point...

cd
du -sh
#  shell hangs forever

cd to folder

cd
cd .ssh
du -sh
#  shell hangs forever

give folder as a parameter

cd
du -sh .ssh
#  shell hangs forever

A normal 'du -sh' response

@jaclu jaclu added the bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions. label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions.
Projects
None yet
Development

No branches or pull requests

1 participant