Date: Mon, 31 Aug 1998 17:41:14 +0200 (MET DST) From: Olivier Perron To: Eli Zaretskii Cc: djgpp AT delorie DOT com Subject: Re: Computer freeze when using latest version of vim and bash as inferior shell In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 31 Aug 1998, Eli Zaretskii wrote: > > Does the test program at the end of truename.c also hang for you on drive > X:? Does it hang on other drives? > Sorry, I did a mistake in my previous answer. I did name my test program truename.exe which conflicts with dos one. Here are the correct answers: test_truename x:\ls Arg: : "x:\ls" test_truename x:\\ls Arg: : "x:\\ls" Int 21h/AX=6000h: "(Null Ptr)" _truename: Invalid argument (EINVAL) test_truename x:\\ls.exe Arg: "x:\\ls.exe" and then hangs.