-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
I found that the sort utility does not finish to the stage of generating output for a large one line file. This issue is not found in the GNU implementation.
- OS release: Ubuntu Questing Quokka (development branch) 25.10
- uutils coreutils version:
0.2.0(built from main commit:9aaf603)
Reproduce
- Generate a large file:
oneline_4G.txt- a single line file consisting of a sequence of A's (4GB in size)
dd if=/dev/zero bs=1M count=4096 status=progress | tr '\0' 'A' |
head -c 4294967295 > oneline_4G.txt && echo >> oneline_4G.txt- Run
coreutils sortsort on the file:
coreutils sort oneline_4G.txtReference Machine
- OS: Ubuntu Questing Quokka (development branch) 25.10
- Hardware Model: Lenovo Legion Slim 5 16IRH8
- Processor: 13th Gen Intel® Core™ i7-13620H × 16
- Memory: DDR5 16.0 GiB @ 5600 MT/s
Reactions are currently unavailable