Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh parser segmentation fault in strcatsub
- X-seq: zsh-workers 41110
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Eduardo Bustamante <dualbus@xxxxxxxxx>
- Subject: Re: Zsh parser segmentation fault in strcatsub
- Date: Mon, 15 May 2017 20:38:40 -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=+eccunPqMgftj1HoBBIv6nSydoHEnLQV0M4Bf8puoH0=; b=gXKBQ40pEird/RV3jpXujIKT8/L9+Cxm+zTE6t8+DZBb+37CGZ4iGAOBEjd+RkoDND jqIo1FfgTTAzPoXemvgLLKR0dJC41PkGZvwv7B5DOBRgSWoTN+PzsR7Zw8Aw11AYss3e ww9k1XLaCEmjNzxBMctRQtG+lS96FSVU7qQQAUy5r6CfHxgr4gDqLJSqdvxSnA2pwhBm mMZOMJe7dhQDx5NFR8MGgno5wAIJnYaN79Kggr0M9D0sk6PJhlIciPOEINUzOyoYZO1y gbUqwIBahFAK7UjC1CNdg2gsUgIaSyWDDUSFbS/EwYkbcBTKgLA3FmGITtxdrME2ASWM 0png==
- In-reply-to: <CAOSMAuvh6XLhfLYd37v_JQC+DQ7yMv_M4VEAM6DiXB4TLf2N1A@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: <CAOSMAuuUiTz_3ih-b6TYnZYnevs+eYgOkXHjLY6oOTtCmQOWfg@mail.gmail.com> <CAH+w=7bs1PjG-DNLdCK1CsQsSNAsJzvOhE64j-sJZChuXLEGog@mail.gmail.com> <CAOSMAuvh6XLhfLYd37v_JQC+DQ7yMv_M4VEAM6DiXB4TLf2N1A@mail.gmail.com>
On Mon, May 15, 2017 at 6:36 PM, Eduardo Bustamante <dualbus@xxxxxxxxx>
wrote:
> On Mon, May 15, 2017 at 7:48 PM, Bart Schaefer
> <schaefer@xxxxxxxxxxxxxxxx> wrote:
> [...]
>> You are not using "-f". Is it possible that a setting in a startup
>> file is affecting this?
>
> How do you build Zsh?
However "configure" does by default; I'm not attempting anything special
with CFLAGS.
For the .o files the command is e.g.:
gcc -c -I. -I../Src -I../Src -I../Src/Zle -I. -DHAVE_CONFIG_H -Wall
-Wmissing-prototypes -ggdb -o mem.o mem.c
For the final link:
gcc -g -rdynamic -o zsh main.o `cat stamp-modobjs`
-L/usr/lib/x86_64-linux-gnu -lpcre -ldl -lncursesw -lrt -lm -lc
If I run it without -n, I get something like
strcatsub:1: command not found: 14507000000000000
Messages sorted by:
Reverse Date,
Date,
Thread,
Author