Re: mutt/2500: Segmentation fault when use tag-pattern or limit
The following reply was made to PR mutt/2500; it has been noted by GNATS.
From: Xie Jianwei <xieqi.org@xxxxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc:
Subject: Re: mutt/2500: Segmentation fault when use tag-pattern or limit
Date: Sat, 23 Sep 2006 23:50:35 +0800
On Sat, Sep 23, 2006 at 01:02:51PM +0200, Alain Bench wrote:
> Hello, and thank you very much for this report.
>
> On Saturday, September 23, 2006 at 10:44:02 +0200, xiejw0217@xxxxxxxxx
> wrote:
>
> > whenever I use `ctrl-t' or `l' , mutt will display `Executing command
> > on matching messages...Segmentation fault' and exit abnormally.
>
> What is your locale: Chinese? Then please take a look at the Debian
> Bug#339555 "regexec(): Latin chars segfault in Chinese locales" at
> <URL:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339555>, and do
> the tests there to determine if it's your bug or not.
>
>
> Bye! Alain.
> --
> Followups to bug reports are public, and should go to bug-any@xxxxxxxxxxxxx,
> and the reporter (unless he is a member of mutt-dev). Do not CC mutt-dev
> mailing
> list, the BTS does it already. Do not send to mutt-dev only, your writings
> would
> not be tracked. Do not remove the "mutt/nnnn:" tag from subject.
Thanks for your immediate reply. My locale is :
###################
$ locale
LANG=en_US
LC_CTYPE=zh_CN
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
###################
You can see that only the LC_CTYPE is Chinese Encode. I have tested to
set all locales to be `en_US' as you mentioned, and every things
become well now.
Thanks Sincerely.
xiejw