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

Re: [BUG] Segfault when referencing $WIDGET in TRAPWINCH



On Mon, 06 Jun 2016 23:42:40 -0700
Paul M <tallus@xxxxxxxxx> wrote:
> Steps to reproduce:
> 
> 1. add a TRAPWINCH something like this:
> 
> TRAPWINCH(){echo $WIDGET}
> 
> 2. Open a terminal
> 3. Resize
> 
> zsh will segfault. GDB reports something like this
> 
> Program received signal SIGSERV, Segmentation fault.
> 0xXXXXX.. in ?? () from /usr/lib/x86_64-linux-gnu/zsh/5.0.2/zsh/zle.so

I think that's been fixed --- I got it to happen easily with 5.0.2 but
it didn't with the latest version.  5.0.2 is a few years old.

pws



Messages sorted by: Reverse Date, Date, Thread, Author