Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug - invalid pointer
Hi,
I encountered this bug while working on some zsh docker images, and I
can reproduce it consistently in a headless environment.
To reproduce:
* git clone https://github.com/zsh-users/zsh-docker.git
* In Dockerfile, remove the "--enable-zsh-mem" configure option (I
used it to workaround this bug)
* make build VERSION=master
* docker run -it zshusers/zsh-master:latest
I bisected it and I think it was introduced by commit 5f6a52c06:
https://github.com/zsh-users/zsh/commit/5f6a52c06
Hope this helps!
Julien
2018-04-14 7:34 GMT+02:00 John Ramsden <ramsdenj@xxxxxxxxxx>:
> So will this be fixed in another release? Or is this a KDE
>
> --
> John Ramsden
>
> On Fri, Apr 13, 2018, at 8:57 PM, Bart Schaefer wrote:
>> On Fri, Apr 13, 2018 at 8:19 PM, John Ramsden <ramsdenj@xxxxxxxxxx> wrote:
>> > 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...
>>
>> You could also try turning off window animations in your desktop
>> config. Having a window zoom in from tiny to full size may look cool,
>> but it sends a bazilion window-size-change events to the process
>> running inside it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author