bug-grep
[Top][All Lists]
Advanced

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

[bug #29820] with collating element in grep-2.6.3.


From: Paolo Bonzini
Subject: [bug #29820] with collating element in grep-2.6.3.
Date: Fri, 20 Aug 2010 10:36:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100622 Fedora/3.6.4-1.fc13 Firefox/3.6.4

Follow-up Comment #4, bug #29820 (project grep):

> $ /bin/echo achb | LC_ALL=es_US.iso88591 src/grep 'a[[.ch.]]b'
> src/grep: Invalid collation character

This is a bug in glibc.  You can work around it with

$ /bin/echo achb | LC_ALL=es_US.iso88591 src/grep 'a[[.c-h.]]b'

> $ /bin/echo achb | LC_ALL=en_US.UTF-8 src/grep 'a[[.ch.]]b'
> Segmentation fault (core dumped)
> (expected compile-error)

Seems to be fixed now.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29820>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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