From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16851 invoked by alias); 15 Sep 2016 16:04:52 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39348 Received: (qmail 23025 invoked from network); 15 Sep 2016 16:04:52 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-mqugw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(133.208.100.1):SA:0(-2.2/5.0):. Processed in 0.32866 secs); 15 Sep 2016 16:04:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.208.100.1 as permitted sender) X-Biglobe-Sender: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [BUG] PCRE match hangs when matching U+00A0 From: "Jun T." In-Reply-To: <87mvj9uxb9.fsf@wirrsal.net> Date: Fri, 16 Sep 2016 00:25:27 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: <84139318-2075-451A-8052-E7682F92B06E@kba.biglobe.ne.jp> References: <87mvj9uxb9.fsf@wirrsal.net> To: =?utf-8?Q?Sebastian_Reu=C3=9Fe?= , zsh-workers@zsh.org X-Mailer: Apple Mail (2.1878.6) X-Biglobe-Spnum: 50948 2016/09/15 22:06, Sebastian Reu=C3=9Fe wrote: > This may be reproduced by running the following: >=20 > setopt rematchpcre > s=3D$(echo -en \\ua0) > [[ $s =3D~ . ]] This problem has been fixed by commit 5eae5b58, but not yet in the latest release. Could you please try the git HEAD if possible?=