coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coreutils] Re: bug#7597: multi-threaded sort can segfault (unrelated to


From: Paul Eggert
Subject: [coreutils] Re: bug#7597: multi-threaded sort can segfault (unrelated to the sort -u segfault)
Date: Sat, 11 Dec 2010 12:00:48 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

Sorry for botching the NEWS and the change log.  To help
make amends, how about if I add a test case for that?
I'm thinking of the 2nd test case in
<http://lists.gnu.org/archive/html/bug-coreutils/2010-12/msg00043.html>,
namely this one:

gensort -a 10000 > gensort-10k
for i in $(seq 2000); do printf '% 4d\n' $i; src/sort -S 100K \
  --parallel=2 gensort-10k > j; test $(wc -c < j) = 1000000 || break; done

Or if you have a better one in mind, please let me know.

There are also some test cases I need to add for the
(unrelated) sort-compression bug, which is next on my
list of coreutils bugs to look at.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]