Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug - invalid pointer
- X-seq: zsh-workers 42639
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: John Ramsden <ramsdenj@xxxxxxxxxx>
- Subject: Re: Bug - invalid pointer
- Date: Fri, 13 Apr 2018 19:16:30 -0700
- Cc: "zsh-workers@xxxxxxx" <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=TBQX9686M3iOQNg5r1ls4batJZ8blzhYAX5kWAt7Cgc=; b=kN43dJ+xoMQkwjI47bn+TiS4bARLwnspgGgttiIvzdtv8OyT1TR3siBAu9+qEPKg7E OqH2jWmdSYwd+vXCJ6Zuk6EOQOmoQT7QXXIlUkhImP/gwmsIQ3MrV38d1cgJU+FpjWMD GOtCE9Bn/Wxx6zeBUMIo4UXZTiA4T8LK+hrZJsA5Xow5Zu1TAWOaGP5FOsD08FOSEJs6 Y1qLzs1zfsY+VgrUUna1Z6FvAJ0lErhE7MI/MOKeDgsHQQW2b+mR9NmymoTAWjFlNWDA YBJNQ3LTliBiHbSRZrS1TPal/StQqxskk8KwDxPOtBQQPg4/XyyZlaSQfavrMURjA8sE HVLQ==
- In-reply-to: <1523671201.1300523.1337561832.23CF134B@webmail.messagingengine.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1523671201.1300523.1337561832.23CF134B@webmail.messagingengine.com>
On Fri, Apr 13, 2018 at 7:00 PM, John Ramsden <ramsdenj@xxxxxxxxxx> wrote:
> Okay, so I went ahead and recompiled by adding 'options=(debug !strip)' to my PKGBUILD on Arch. That's all I changed so if I need to do something else to get full debugging symbols let me know.
Well, there's what I said in other email about what gets passed to configure.
However, the trace you provided points to code for managing the width
of the window, so I would guess the window is changing size while zle
is trying to get started. There's code to try to block SIGWINCH until
zle is actually ready to go, expecting the window to therefore have
stabilized by the time its size is needed, but it looks like this is
slipping around that somehow.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author