Skip to content

Fixed panic in who > /dev/full#11767

Merged
cakebaker merged 3 commits into
uutils:mainfrom
AntoxaBarin:who_panic_dev_full
Apr 12, 2026
Merged

Fixed panic in who > /dev/full#11767
cakebaker merged 3 commits into
uutils:mainfrom
AntoxaBarin:who_panic_dev_full

Conversation

@AntoxaBarin
Copy link
Copy Markdown
Contributor

Fixes #10550 (copy of #11639)

@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

GNU test failed: tests/misc/io-errors. tests/misc/io-errors is passing on 'main'. Maybe you have to rebase?
Skip an intermittent issue tests/date/date-locale-hour (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/pr/bounded-memory (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/tail/tail-n0f (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/cut/cut-huge-range is now passing!

Comment thread tests/by-util/test_who.rs
@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/tty/tty-eof (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/date/resolution (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/expand/bounded-memory is now passing!

@cakebaker cakebaker merged commit 9a2ee94 into uutils:main Apr 12, 2026
218 of 237 checks passed
@cakebaker
Copy link
Copy Markdown
Contributor

Thanks for your PR!

@oech3
Copy link
Copy Markdown
Contributor

oech3 commented Apr 12, 2026

Can we remove Error flushing stdout: No space left on device (os error 28) of

$ who >/dev/full
who: No space left on device
Error flushing stdout: No space left on device (os error 28)

too?

@AntoxaBarin
Copy link
Copy Markdown
Contributor Author

@oech3, I didn't see this error log on my Ubuntu 24.04, I'll take a look at this. What is your OS?

@oech3
Copy link
Copy Markdown
Contributor

oech3 commented Apr 13, 2026

Arch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

who > /dev/full panics

3 participants