Re: [patch] SEGV occurs in balloon_show() under certain circumstances.

2017-03-02 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2017/3/2 Thu 11:52:29 UTC+9 h_east wrote: > > Hi Bram, > > > > How to reproduce (on Linux): > > - Go to Vim source directory > > $ cd /path/to/your/vim > > - Configure with enabling gui gnome2 > > $ ./configure --with-features=huge --enable-gui=gnome2 > >

Re: [patch] SEGV occurs in balloon_show() under certain circumstances.

2017-03-01 Fir de Conversatie h_east
Hi Ken, 2017-3-2(Thu) 12:26:38 UTC+9 Ken Takata: > Hi, > > 2017/3/2 Thu 11:52:29 UTC+9 h_east wrote: > > Hi Bram, > > > > How to reproduce (on Linux): > > - Go to Vim source directory > > $ cd /path/to/your/vim > > - Configure with enabling gui gnome2 > > $ ./configure --with-features=huge

Re: [patch] SEGV occurs in balloon_show() under certain circumstances.

2017-03-01 Fir de Conversatie Ken Takata
Hi, 2017/3/2 Thu 11:52:29 UTC+9 h_east wrote: > Hi Bram, > > How to reproduce (on Linux): > - Go to Vim source directory > $ cd /path/to/your/vim > - Configure with enabling gui gnome2 > $ ./configure --with-features=huge --enable-gui=gnome2 > --enable-fail-if-missing > - Make > $ make >

[patch] SEGV occurs in balloon_show() under certain circumstances.

2017-03-01 Fir de Conversatie h_east
Hi Bram, How to reproduce (on Linux): - Go to Vim source directory $ cd /path/to/your/vim - Configure with enabling gui gnome2 $ ./configure --with-features=huge --enable-gui=gnome2 --enable-fail-if-missing - Make $ make - Run vanilla CLI Vim $ src/vim -Nu NONE - Execute the following