bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: sed


From: Paolo Bonzini
Subject: Re: sed
Date: Tue, 18 Jan 2005 11:27:56 +0100
User-agent: Mozilla Thunderbird 0.9 (Macintosh/20041103)

    $ echo som | /bin/sed -e 's/SOME/somephrase/I'
    Segmentation fault

I cannot reproduce this. May I ask you what your current locale is ("locale"), what your OS is, and if it is Linux, to retry it with a sed 4.1.2 tarball (not a package) both with and without --with-included-regex?

I.e. something like

   ./configure --without-included-regex
   make
   echo som | sed/sed -e 's/SOME/somephrase/I'

   make distclean
   ./configure --with-included-regex
   make
   echo som | sed/sed -e 's/SOME/somephrase/I'

Thank you,

Paolo Bonzini




reply via email to

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