[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Signal 11 in sort
From: |
Bob Proulx |
Subject: |
Re: Signal 11 in sort |
Date: |
Mon, 3 Nov 2003 21:27:49 -0700 |
User-agent: |
Mutt/1.3.28i |
Antonomasia wrote:
> Jim Meyering wrote:
> > Try first with
> > env LC_ALL=C sort ...
>
> That fixes it. So does that point you to the suspect code ?
Yes. In this case the problem is likely in libc. And since later
versions don't have this problem it is almost certainly already fixed
there. So when you can get upgraded to a newer version then you will
be set. However, the entire software base of the operating system is
large and undoubtedly you will find another problem in some other part
of the code.
Bob