Roman Kirillov wrote:
> Hi guys,
> 
> Probably found a bug in 'join':
> 
> [kiril...@chiark 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.


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to