Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug - invalid pointer



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