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

Re: Bug - invalid pointer



Interesting, so adding 'sleep 0.25' to the top of my zshrc seems to have fixed the problem. That's only really a work around though...

-- 
  John Ramsden

On Fri, Apr 13, 2018, at 7:16 PM, Bart Schaefer wrote:
> 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