Re: Vim crashes when executing system()

2019-10-01 Thread Salman Halim
On Mon, Sep 30, 2019 at 9:33 PM Yasuhiro Matsumoto wrote: > https://github.com/vim/vim/pull/5005/files > > I sent patch to fix this. > That fixed it! Thanks very much! Salman -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you

Re: Vim crashes when executing system()

2019-10-01 Thread Salman Halim
On Mon, Sep 30, 2019 at 9:19 PM Yasuhiro Matsumoto wrote: > Probably, I figure out this bug. Could you pleaes try this? (if possible) > > diff --git a/src/ex_cmds.c b/src/ex_cmds.c > index 9d58ab41a..2db573a4f 100644 > --- a/src/ex_cmds.c > +++ b/src/ex_cmds.c > @@ -1791,8 +1791,11 @@

Re: Vim crashes when executing system()

2019-09-30 Thread Yasuhiro Matsumoto
https://github.com/vim/vim/pull/5005/files I sent patch to fix this. On Tuesday, October 1, 2019 at 10:14:03 AM UTC+9, Salman Halim wrote: > > It didn't matter. I tried "ls", "diff", "svn", etc. > > -- > > Salman > > On Mon, Sep 30, 2019, 21:03 Yasuhiro Matsumoto > wrote: > >> Could you

Re: Vim crashes when executing system()

2019-09-30 Thread Yasuhiro Matsumoto
Probably, I figure out this bug. Could you pleaes try this? (if possible) diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 9d58ab41a..2db573a4f 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -1791,8 +1791,11 @@ make_filter_cmd( if (p != NULL) *p = NUL; } - STRCAT(buf, " <"); /* " < "

Re: Vim crashes when executing system()

2019-09-30 Thread Salman Halim
It didn't matter. I tried "ls", "diff", "svn", etc. -- Salman On Mon, Sep 30, 2019, 21:03 Yasuhiro Matsumoto wrote: > Could you please find out what command string is passed to system()? > > On Monday, September 30, 2019 at 10:57:49 PM UTC+9, Salman Halim wrote: >> >> Hello, >> >> I upgraded

Re: Vim crashes when executing system()

2019-09-30 Thread Yasuhiro Matsumoto
Could you please find out what command string is passed to system()? On Monday, September 30, 2019 at 10:57:49 PM UTC+9, Salman Halim wrote: > > Hello, > > I upgraded my GVim on Windows 10 to 8.1-2102 yesterday and now every call > to system() crashed Vim. The command line just

Re: Vim crashes when executing system()

2019-09-30 Thread Bram Moolenaar
Salman wrote: > I upgraded my GVim on Windows 10 to 8.1-2102 yesterday and now every call > to system() crashed Vim. The command line just says,"Segmentation Fault" > with no other details. > > This is new and happens even when started with -u NONE -U NONE. What was the version when it was

Vim crashes when executing system()

2019-09-30 Thread Salman Halim
Hello, I upgraded my GVim on Windows 10 to 8.1-2102 yesterday and now every call to system() crashed Vim. The command line just says,"Segmentation Fault" with no other details. This is new and happens even when started with -u NONE -U NONE. Thank you in advance and best regards, -- Salman