Re: Segmentation fault in getvcol / GVim (backtraces attached)

2015-12-12 Fir de Conversatie Timo Mihaljov
On Saturday, December 12, 2015 at 3:40:13 PM UTC+2, h_east wrote: > > I can not reproduce it. > > But I make a patch to Avoid SEGV in preedit finish. > > Can you try this patch? > > Oh, I was duplicate to Christian's patch :-) Thanks for the patch, Hirohito and Christian! The problem occurs very

Re: Patch 7.4.970

2015-12-12 Fir de Conversatie tux.
Tony Mechelynck schrob am Sonntag, 13. Dezember 2015 um 01:22 Zeit: > In particular I've > heard that you should use MinGW directly rather than the MinGW > compiler included with Cygwin Both are horribly outdated though, and both require a simulated POSIX layer. I prefer the Visual Studio compile

Re: Patch 7.4.970

2015-12-12 Fir de Conversatie Tony Mechelynck
On Sun, Dec 13, 2015 at 12:24 AM, tux. wrote: > Bram Moolenaar schrob am Samstag, 12. Dezember 2015 um 21:32 Zeit: > >> I'm thinking about it. Especially for MS-Windows, the version provided >> from the ftp site is quite old. > > Why not just add a link to up-to-date third-party builds (like mine

Re: Patch 7.4.970

2015-12-12 Fir de Conversatie tux.
Bram Moolenaar schrob am Samstag, 12. Dezember 2015 um 21:32 Zeit: > I'm thinking about it. Especially for MS-Windows, the version provided > from the ftp site is quite old. Why not just add a link to up-to-date third-party builds (like mine, cough)? -- -- You received this message from the

[patch] fix mem-leak in option.c

2015-12-12 Fir de Conversatie Christian Brabandt
Hi Bram, here is a patch, that fixes a memory leak in option.c diff --git a/src/option.c b/src/option.c --- a/src/option.c +++ b/src/option.c @@ -4970,7 +4970,10 @@ do_set(arg, opt_flags) /* If error detected, print the error message. */ if (errmsg

Re: Patch 7.4.970

2015-12-12 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Sa, 12 Dez 2015, Bram Moolenaar wrote: > > > Patch 7.4.970 > > Will we have a version 7.5 soon? I'm thinking about it. Especially for MS-Windows, the version provided from the ftp site is quite old. I want to figure out how to build the version that includes al

Re: Patch 7.4.970

2015-12-12 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Dec 12, 2015 at 12:09 PM, Christian Brabandt wrote: > On Sa, 12 Dez 2015, Bram Moolenaar wrote: > >> Patch 7.4.970 > > Will we have a version 7.5 soon? > It has been more than two years since the 7.4 release. Also, the 25th anniversary of the first public Vim release (November 2, 199

Re: Patch 7.4.970

2015-12-12 Fir de Conversatie Christian Brabandt
On Sa, 12 Dez 2015, Bram Moolenaar wrote: > Patch 7.4.970 Will we have a version 7.5 soon? Best, Christian -- Ich erziehe Kinder nicht zu etwas, sondern in etwas. -- Jean Paul -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

Re: Random Racket Ramblings

2015-12-12 Fir de Conversatie tux.
*bump* :-/ tux. schrob am Mittwoch, 11. November 2015 um 04:27 Zeit: > So, trying to compile Vim with MZSCHEME/DYN technically works even > with Racket 6.2. The problem is that "raco ctool" has been removed > from Racket 5.2 (!) in 2011, so this will fail (if_mzsch.c): >> /* need to put it here

Patch 7.4.970

2015-12-12 Fir de Conversatie Bram Moolenaar
Patch 7.4.970 Problem:Rare crash in getvcol(). (Timo Mihaljov) Solution: Check for the buffer being NULL in init_preedit_start_col. (Hirohito Higashi, Christian Brabandt) Files: src/mbyte.c *** ../vim-7.4.969/src/mbyte.c 2015-10-13 13:49:04.064168503 +0200 --- src/mbyte.c

Re: Segmentation fault in getvcol / GVim (backtraces attached)

2015-12-12 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Timo, > > 2015-12-12(Sat) 16:59:21 UTC+9 Timo Mihaljov: > > I'm experiencing random segmentation faults in GVim when searching the > > file list in the vim-ctrlspace plugin. I don't have a reliable way to > > reproduce the issue, but I've been running GVim in GDB and

Re: Segmentation fault in getvcol / GVim (backtraces attached)

2015-12-12 Fir de Conversatie h_east
Hi Christian, 2015-12-12(Sat) 22:45:35 UTC+9 Christian Brabandt: > On Sa, 12 Dez 2015, h_east wrote: > > > > Can you try this patch? > > > > Oh, I was duplicate to Christian's patch :-) > > quite amusing... Marrie me! :-) -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- You received

Re: Segmentation fault in getvcol / GVim (backtraces attached)

2015-12-12 Fir de Conversatie Christian Brabandt
On Sa, 12 Dez 2015, h_east wrote: > > Can you try this patch? > > Oh, I was duplicate to Christian's patch :-) quite amusing... Best, Christian -- Manche Frauen gleichen jenen Wesen, die jeder kosten will, keiner aber täglich auf dem Tisch haben möchte. -- Sophie de Arnauld -

Re: Segmentation fault in getvcol / GVim (backtraces attached)

2015-12-12 Fir de Conversatie h_east
Hi Timo and Chiristian! 2015-12-12(Sat) 22:32:52 UTC+9 h_east: > Hi Timo, > > 2015-12-12(Sat) 16:59:21 UTC+9 Timo Mihaljov: > > I'm experiencing random segmentation faults in GVim when searching the > > file list in the vim-ctrlspace plugin. I don't have a reliable way to > > reproduce the issue,

Re: Segmentation fault in getvcol / GVim (backtraces attached)

2015-12-12 Fir de Conversatie h_east
Hi Timo, 2015-12-12(Sat) 16:59:21 UTC+9 Timo Mihaljov: > I'm experiencing random segmentation faults in GVim when searching the > file list in the vim-ctrlspace plugin. I don't have a reliable way to > reproduce the issue, but I've been running GVim in GDB and dumping the > backtrace and locals af

Re: Segmentation fault in getvcol / GVim (backtraces attached)

2015-12-12 Fir de Conversatie Christian Brabandt
Hi Timo! On Sa, 12 Dez 2015, Timo Mihaljov wrote: > I'm experiencing random segmentation faults in GVim when searching the > file list in the vim-ctrlspace plugin. I don't have a reliable way to > reproduce the issue, but I've been running GVim in GDB and dumping the > backtrace and locals after