bug-coreutils
[Top][All Lists]
Advanced

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

Re: join utility segfults


From: Pádraig Brady
Subject: Re: join utility segfults
Date: Thu, 23 Apr 2009 14:01:20 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Roman Kirillov wrote:
> Hi guys,
> 
> Probably found a bug in 'join':
> 
> address@hidden py-src]$ join s1.txt s2.txt
> Segmentation fault
> 
> files: http://sigizmund.info/upload/s12.tgz (28 mb)

This issue seems related to the i18n patch applied by your distro

~/git/coreutils/src$ ./join s1.txt s2.txt > /dev/null
./join: file 1 is not in sorted order
./join: file 2 is not in sorted order
fedora-8:~$ LANG=C join s1.txt s2.txt > /dev/null
fedora-8:~$ join s1.txt s2.txt > /dev/null
Segmentation fault (core dumped)

cheers,
Pádraig.




reply via email to

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