Re: Patch 8.0.0702

2017-07-09 Fir de Conversatie Aron Griffis
On Sun, Jul 9, 2017 at 3:24 PM, Dominique Pellé wrote: > > Can you reproduce the crash with valgrind? It may give > useful information. Just run vim as: > > $ valgrind --num-callers=50 --track-origins=yes ./vim 2> vg.log > > and vg.log will contain useful info if you

Re: Patch 8.0.0702

2017-07-09 Fir de Conversatie Aron Griffis
On Sun, Jul 9, 2017 at 3:17 PM, Aron Griffis <agrif...@gmail.com> wrote: > In fact, I just rebuilt from pristine 702 source to make sure: > > $ CFLAGS=-ggdb ./configure --enable-gui=no --without-x > $ make > $ cd src > $ gdb ./vim > (gdb) run > > (change the co

Re: Patch 8.0.0702

2017-07-09 Fir de Conversatie Aron Griffis
On Sun, Jul 9, 2017 at 3:06 PM, Aron Griffis <agrif...@gmail.com> wrote: > > > On Sun, Jul 9, 2017 at 1:19 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > >> >> Aron Griffis wrote: >> >> > On Saturday, July 8, 2017 at 4:38:36 PM UTC-4, Bram Mo

Re: Patch 8.0.0702

2017-07-09 Fir de Conversatie Aron Griffis
On Sun, Jul 9, 2017 at 1:19 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > > Aron Griffis wrote: > > > On Saturday, July 8, 2017 at 4:38:36 PM UTC-4, Bram Moolenaar wrote: > > > Patch 8.0.0702 > > > Problem:An error in a timer can make Vim unusable

Re: Patch 8.0.0702

2017-07-09 Fir de Conversatie Aron Griffis
On Saturday, July 8, 2017 at 4:38:36 PM UTC-4, Bram Moolenaar wrote: > Patch 8.0.0702 > Problem:An error in a timer can make Vim unusable. > Solution: Don't set the error flag or exception from a timer. Stop a timer > if it causes an error 3 out of 3 times. Discard an exception

Re: [PATCH] Use proper return type when handling python output

2012-08-31 Fir de Conversatie Aron Griffis
On Tuesday, August 28, 2012 3:45:19 PM UTC-4, Bram Moolenaar wrote: Thanks. I would appreciate a few people trying this out and verifying it works in different configurations. This fix works for me on Fedora 17 x64. What a relief! Thank you Sean! Aron -- You received this message from the

Re: [BUG] termresponse autocmd fails in vimdiff

2007-09-25 Fir de Conversatie Aron Griffis
No responses to this bug report... It didn't slip through the cracks, did it? In a nutshell: there's apparently a race condition in the TermResponse autocmd. It fires for normal vim, fires only some of the time with vimdiff. Thanks, Aron --~--~-~--~~~---~--~~

[BUG] termresponse autocmd fails in vimdiff

2007-09-18 Fir de Conversatie Aron Griffis
A while back I filed this at Debian's BTS, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436452 In a terminal, v:termresponse is set to the response to the t_RV escape code. The TermResponse autocmd fires when v:termresponse is set. This works normally in xterm and gnome-terminal at