Bug 42517 - sort missorts certain strings
Summary: sort missorts certain strings
Keywords:
Status: CLOSED DUPLICATE of bug 42397
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: textutils
Version: 7.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-28 00:19 UTC by Weiqi Gao
Modified: 2007-04-18 16:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-05-28 00:19:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Weiqi Gao 2001-05-28 00:19:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i686; en-US; 0.8.1)
Gecko/20010421

Description of problem:
sort missorts the strings "xxxxxxxxxxxxxxxx~" and "xxxxxxxxxxxxxxxx". (The
first string contains 16 'x's and a tilde.  The second string contains 16
'x's.)

How reproducible:
Always

Steps to Reproduce:
1.run sort
2.type in "xxxxxxxxxxxxxxxx~" and "xxxxxxxxxxxxxxxx" on separate lines
3.type Ctrl-D
	

Actual Results:
xxxxxxxxxxxxxxxx~
xxxxxxxxxxxxxxxx

Expected Results:
xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxx~

Additional info:

sort missorts the above strings and strings with 32 'x's, 48 'x's, etc.

This problem was not present on Red Hat Linux 6.2.

Comment 1 Bernhard Rosenkraenzer 2001-05-28 06:44:38 UTC

*** This bug has been marked as a duplicate of 42397 ***


Note You need to log in before you can comment on or make changes to this bug.