Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Cores almost on demand in patcompile()
- X-seq: zsh-workers 39603
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: Cores almost on demand in patcompile()
- Date: Mon, 10 Oct 2016 19:46:18 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=lRxvnf22wQwPNDGcs2X2hvmG4QGAMnS9TvVDG4YRXP4=; b=TVaA+K66ZdRiQUXDXDY5+sJHPLlk81sMUEv/Dz9+Ov3XX3mLhoGM83jCl7gYIbp9FH QMTCwmvcUCC7DMVG/9ovkEl9qm1RVDuqO6dJPd4Bb0f6JZfniiCjqjiJV2fvoX9qKbYl GJ1X1LlkvX/KQ4sTWRCqhvCq1VjVqKrSZLRBnrqRYVpJg2nw/YXbS4ESHnz4TdfQ49tn /vcaWtnTD8hrU1/eeTzBJnskb1ihqS+icbdQf1EuLskp8Ife/J78DtC7xDgHOMbjsP0x DvtWCkQCf7p1FPouxMk1Gr14znECcv8pkkYTuNwwuwpczfNDWu5FCY5tthJNXfbUxk17 tpkA==
- In-reply-to: <CAKc7PVCRtBBVONgiExopYYUv7x4-HN_QEYk-05aoqZihiCRgMw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBEjPJMtV59CrN6LmrDaoGqfa_DZqwo3Y9HK=+0od7ycA@mail.gmail.com> <CAKc7PVCAR2yTJGgdBbvTp=mBC0ZrXcVWW0DE_U26TezSTNdd=A@mail.gmail.com> <CAKc7PVB=485r3nRz_pP3A-k-oq2pOp5qYUK7pE1VEApXb0pR1g@mail.gmail.com> <CAKc7PVDof_GEuoSv7pg8c1=spXfDkWopP5VR8dVHg-bxXVES1g@mail.gmail.com> <CAKc7PVCRtBBVONgiExopYYUv7x4-HN_QEYk-05aoqZihiCRgMw@mail.gmail.com>
On Mon, Oct 10, 2016 at 8:31 AM, Sebastian Gniazdowski <
sgniazdowski@xxxxxxxxx> wrote:
> My new observations:
> – the "ndash", .i.e. this char: >>> – <<<, has a role, because
> replacing it with other char, also one like §, stops core dump
>
Your stack trace in the first message on this thread has a string as the
"exp" argument of patcompile() that makes me suspicious. The comments say
that this argument is expected to be metafied (pattern.c 522), but as best
I can tell it's passed down from paramsubst() tokenized but not metafied.
(I don't have access to my usual debugging platform this week.) One of the
multibyte characters in the string
Messages sorted by:
Reverse Date,
Date,
Thread,
Author