bug#60512:

2023-01-03 Thread 闵续
tail: unrecognized file system type 0x794c7630 for ‘douyin.search.api.log’. please report this to bug-coreutils@gnu.org. reverting to polling

bug#60512: tail: unrecognized file system type 0x794c7630

2023-01-03 Thread Bernhard Voelker
tag 60512 notabug close 60512 stop On 1/3/23 10:27, 闵续 wrote: tail: unrecognized file system type 0x794c7630 for ‘douyin.search.api.log’. please report this to bug-coreutils@gnu.org. reverting to polling Thanks for the report. That docker image seems to use a quite old coreutils version: 'ove

bug#60544: sort hangs on lengthy line with invalid UTF8 characters

2023-01-03 Thread DE CARNE DE CARNAVALET, Xavier [COMP]
sort seems to do extra computations on long line with invalid UTF8 characters and could hang for days on just two lines. Here is the minimal example I could make to reproduce the bug: $ perl -e 'print "\xcd\xe5\xe0"; print "\n"' > file1 $ perl -e 'print "\xcd\xe5\xe0"x1000; print "\n"' > file2 T