Jeroen Budts wrote:
> On Sunday, May 8, 2016 at 11:15:12 PM UTC+2, Jeroen Budts wrote:
> > On Sunday, May 8, 2016 at 9:49:09 PM UTC+2, Bram Moolenaar wrote:
> > > Dominique Pellé wrote:
> > >
> > > > > Jeroen Budts wrote:
> > > > >
> > > > >> The crash seems to be a bit random, but I trigger it
Hmm...
I replied via vim_dev, got a spam in return, and visited GitHub to make
sure my message was sent.
Now I'm stunned at the fact that the title was changed, the contents was
changed, and there was a message which was not delivered to my mailbox.
What the hell social coding (lol)
2016-05-09
Hello,
It looks from the error message that the issue is not relevant to any GTK+
stuff but to the if_perl module.
Also, please note that our build system is supposed to exclude
"-D_FORTIFY_SOURCE=2" or similar stuff by replacing it with
"-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" for gcc >= 3.0 (cf.
On Sunday, May 8, 2016 at 11:15:12 PM UTC+2, Jeroen Budts wrote:
> On Sunday, May 8, 2016 at 9:49:09 PM UTC+2, Bram Moolenaar wrote:
> > Dominique Pellé wrote:
> >
> > > > Jeroen Budts wrote:
> > > >
> > > >> The crash seems to be a bit random, but I trigger it as follows:
> > > >> 1. I switch to
On Sunday, May 8, 2016 at 9:49:09 PM UTC+2, Bram Moolenaar wrote:
> Dominique Pellé wrote:
>
> > > Jeroen Budts wrote:
> > >
> > >> The crash seems to be a bit random, but I trigger it as follows:
> > >> 1. I switch to the tiling layout, which is the second layout in default
> > >> Awesome.
> >
Dominique Pellé wrote:
> > Jeroen Budts wrote:
> >
> >> The crash seems to be a bit random, but I trigger it as follows:
> >> 1. I switch to the tiling layout, which is the second layout in default
> >> Awesome.
> >> 2. Then I start Gvim and open a file, such as /etc/xdg/awesome/rc.lua
> >> 3.
Patch 7.4.1825
Problem:When job writes to buffer nothing is written. (Nicola)
Solution: Do not discard a channel before writing is done.
Files: src/channel.c
*** ../vim-7.4.1824/src/channel.c 2016-05-08 13:21:06.652079471 +0200
--- src/channel.c 2016-05-08 21:42:22.9157053
On Sunday, May 8, 2016 at 2:26:05 PM UTC+3, Bram Moolenaar wrote:
> Ramel Eshed wrote:
>
> > On Sunday, May 8, 2016 at 8:59:24 AM UTC+3, Bram Moolenaar wrote:
> > > Ramel Eshed wrote:
> > >
> > > > Thanks to Bram and his recent work on channels, I have a preliminary
> > > > version of an asynchro
Dominique Pellé wrote:
> Jeroen Budts wrote:
>
>> The crash seems to be a bit random, but I trigger it as follows:
>> 1. I switch to the tiling layout, which is the second layout in default
>> Awesome.
>> 2. Then I start Gvim and open a file, such as /etc/xdg/awesome/rc.lua
>> 3. Then I start a
Annoying. ;-)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" g
Ramel Eshed wrote:
> On Sunday, May 8, 2016 at 8:59:24 AM UTC+3, Bram Moolenaar wrote:
> > Ramel Eshed wrote:
> >
> > > Thanks to Bram and his recent work on channels, I have a preliminary
> > > version of an asynchronous grep plugin which lets you work with the
> > > available results while gre
Patch 7.4.1824
Problem:When a job is no longer referenced and does not have an exit
callback the process may hang around in defunc state. (Nicola)
Solution: Call job_status() if the job is running and won't get freed
because it might still be useful.
Files: src/c
On Sunday, May 8, 2016 at 8:59:24 AM UTC+3, Bram Moolenaar wrote:
> Ramel Eshed wrote:
>
> > Thanks to Bram and his recent work on channels, I have a preliminary
> > version of an asynchronous grep plugin which lets you work with the
> > available results while grep is still running. I would like
Patch 7.4.1823
Problem:Warning from 64 bit compiler.
Solution: Add type cast. (Mike Williams)
Files: src/quickfix.c
*** ../vim-7.4.1822/src/quickfix.c 2016-05-01 20:20:40.767810389 +0200
--- src/quickfix.c 2016-05-08 12:50:13.265323240 +0200
***
*** 675,681
Jeroen Budts wrote:
> The crash seems to be a bit random, but I trigger it as follows:
> 1. I switch to the tiling layout, which is the second layout in default
> Awesome.
> 2. Then I start Gvim and open a file, such as /etc/xdg/awesome/rc.lua
> 3. Then I start another Gvim and open another file
Patch 7.4.1822
Problem:Redirecting stdout of a channel to "null" doesn't work. (Nicola)
Solution: Correct the file descriptor number.
Files: src/os_unix.c
*** ../vim-7.4.1821/src/os_unix.c 2016-04-26 19:42:39.202426753 +0200
--- src/os_unix.c 2016-05-08 09:40:06.895295543
Yegappan Lakshmanan wrote:
> On Sat, Apr 30, 2016 at 4:17 AM, Bram Moolenaar wrote:
> >
> > Anton Lindqvist wrote:
> >
> >> I managed to crash Vim yesterday due to a off-by-one allocation bug
> >> related to the quickfix changes. Fixed in the attached patch.
> >
> > Well, if I run test_quickfix
17 matches
Mail list logo