Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh parser segmentation fault on taddstr
- X-seq: zsh-workers 41055
- From: Eduardo Bustamante <dualbus@xxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: Zsh parser segmentation fault on taddstr
- Date: Sun, 7 May 2017 20:59:50 -0500
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=EA0hQyc4DwAaiXHsaVg+woPtnXbXAbaxbb6HxkhHut4=; b=LTi0zV9LQgvRwCWQV+aNU6dbOlfkJ+aNCyvvm8IAdYPc757LLhPin7tmj+jKlE8kJ8 /xdP5eweWLp3p05iHuJ2Ywqtef5qA6O1DDR043X/sbr5Qg6RepUzXxR4vqLo/m1WIf1b //UuLYA43caVcyxRrY5qFbZA3a4GRgAWAnTo1spq5LsgF6Bx3CqVTXQMn4Q4IsC7xcmN tUuLEIeJOVPc0HKCoIa0cCrFvA5Zv4rheEUl3NRtazDEM3AQJtRqxst3IY880BgVUkXs OzyIXp1/UBzx5tSeVF8+h6W3D0cjAF+rSQoBwBhOY+XFGXUCJdNEA5C5puqQ8rgF6pSG XCzg==
- In-reply-to: <20170507213631.2a15e7ad@ntlworld.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: <CAOSMAut8qq+yfOtH3XfU7oGim4CNN=YV0BxZyhU9k80RQ6khgw@mail.gmail.com> <20170507213631.2a15e7ad@ntlworld.com>
On Sun, May 7, 2017 at 3:36 PM, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
[...]
> I haven't got an actual crash, but I am getting some undefined behaviour
> which could do anything so is probably down to the same cause. I can
> get the same behaviour here:
FWIW, I built Zsh this way:
CC=clang CFLAGS='-O0 -ggdb' LDFLAGS='' ./configure
zsh configuration
-----------------
zsh version : 5.3.1-dev-0
host operating system : x86_64-unknown-linux-gnu
source code location : .
compiler : clang
preprocessor flags :
executable compiler flags : -O0 -ggdb
module compiler flags : -O0 -ggdb -fPIC
executable linker flags : -rdynamic
module linker flags : -shared
library flags : -ldl -ltinfo -lrt -lm -lc
installation basename : zsh
binary install path : /usr/local/bin
man page install path : /usr/local/share/man
info install path : /usr/local/share/info
functions install path : /usr/local/share/zsh/5.3.1-dev-0/functions
See config.modules for installed modules and functions.
dualbus@debian:~/src/zsh/zsh$ md5sum crash
c6abfc1333f1b544789e8578d54e1b60 crash
dualbus@debian:~/src/zsh/zsh$ base64 crash
aWYgKGEp/wAAPDwF/wkGfCYEXA==
dualbus@debian:~/src/zsh/zsh$ ./Src/zsh -nv crash
if (a)�<<� |&\Segmentation fault
Messages sorted by:
Reverse Date,
Date,
Thread,
Author