[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in sort -n, textutils version 2.0a
From: |
Iain McClatchie |
Subject: |
Bug in sort -n, textutils version 2.0a |
Date: |
Fri, 01 Dec 2000 18:13:37 -0800 |
Here's the output of version 1.22:
% /r/bin/sort --version
sort (GNU textutils) 1.22
% cat foo
3
3
4
4
5
5
% /r/bin/sort -n foo
3
3
4
4
5
5
Here's the output of version 2.0a:
azimuth (iain) [38] % /bin/sort --version
sort (GNU textutils) 2.0a
Written by Mike Haertel.
Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
% /bin/sort -n foo
5
3
4
3
5
4
Both versions of sort were run on the same machine, bound to the same
DSO versions:
% ldd /bin/sort
libc.so.6 => /lib/libc.so.6 (0x4001c000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
% ldd /r/bin/sort
/lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40015000)
libc.so.6 => /lib/libc.so.6 (0x4001e000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
The machine is a Redhat 6.1 running with the 2.2.18pre15 kernel:
% cat /proc/version
Linux version 2.2.18pre15 (address@hidden) (gcc version egcs-2.91.66
19990314/Linux (egcs-1.1.2 release)) #2 SMP Wed Oct 11 04:44:56 PDT 2000
Please respond if you are or are not going to look at this bug. If you
are not, but
could give me a pointer to the source, I'll take a look.
-Iain McClatchie
- Bug in sort -n, textutils version 2.0a,
Iain McClatchie <=