Bug 58680 - -m flag for sort does not work
Summary: -m flag for sort does not work
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: textutils
Version: 7.2
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-22 22:19 UTC by Deepak Jain
Modified: 2007-04-18 16:39 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-22 22:19:17 UTC
Embargoed:


Attachments (Terms of Use)

Description Deepak Jain 2002-01-22 22:19:12 UTC
Description of Problem:
using the merge option for sort, -m option, results in an "internal file state 
corrupted" error.  This problem does not exist for sort in the textutils.2.0.11-
7.  But it does exist in the textutils.2.0.14-2 and higher packages available 
for RedHat 7.2.

Version-Release number of selected component (if applicable):
textutils.2.0.11-7

How Reproducible:
easily reproducible

Steps to Reproduce:
1. create 3 files with two fields each, '|' delimited.  the first field should 
be numeric and the second may be type.  the files should be sorted in ascending 
order based on the first field
2. execute the following command to see the error: "sort -m -t '|' -k 1n *"
3. 

Actual Results:
the output of the above command is:
   sort: internal file state corrupted

Expected Results:


Additional Information:

Comment 1 Bernhard Rosenkraenzer 2002-01-22 22:25:26 UTC
Fixed in 2.0.17-2


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