Re: 1.7.0-62: segfault when PATH is not set

2009-10-28 Thread Corinna Vinschen
On Oct 28 00:51, Denis Excoffier wrote: > On 2009-10-19 21:47, Corinna Vinschen wrote: > >On Oct 19 21:18, Denis Excoffier wrote: > >> > >>Hope this helps. > > > >It does. The value of $PATH is used without checking if $PATH > >exists. I fixed that in CVS. > Thank you. Let's wait until 1.7.0-63 n

Re: 1.7.0-62: segfault when PATH is not set

2009-10-27 Thread Denis Excoffier
On 2009-10-19 21:47, Corinna Vinschen wrote: On Oct 19 21:18, Denis Excoffier wrote: Hope this helps. It does. The value of $PATH is used without checking if $PATH exists. I fixed that in CVS. Thank you. Let's wait until 1.7.0-63 now. In the same spirit, i discovered that `cygcheck -s' do

Re: 1.7.0-62: segfault when PATH is not set

2009-10-19 Thread Corinna Vinschen
On Oct 19 21:18, Denis Excoffier wrote: > On 2009-10-19 11:36, Corinna Vinschen wrote: >> Strange. I can't reproduce this: >> >> $ env - PATHOS=/dqd /usr/bin/date >> Mon Oct 19 11:26:46 WEDT 2009 >> >> $ env - PATHOS=/nonexistent /usr/bin/env >> PATHOS=/nonexistent >> SYSTEMROOT=C:\Windows >>

Re: 1.7.0-62: segfault when PATH is not set

2009-10-19 Thread Denis Excoffier
On 2009-10-19 21:18, Denis Excoffier wrote: $ export LC_CTYPE=dummy $ env - PATHOS=/nonexistent /usr/bin/date Mon Oct 19 13:12:41 RDT 2009 $ env - PATHOS=/nonexistent /usr/bin/env PATHOS=/nonexistent SYSTEMROOT=C:\WINNT WINDIR=C:\WINNT Oops, bad redact, the first line in the last example should

Re: 1.7.0-62: segfault when PATH is not set

2009-10-19 Thread Denis Excoffier
On 2009-10-19 11:36, Corinna Vinschen wrote: On Oct 17 04:33, Denis Excoffier wrote: Hello, I've installed all the Cygwin-1.7.0 packages uptodate, on my Windows XP machine. I do experience a segmentation fault whenever i launch a program when the PATH is not set. When PATH is badly set

Re: 1.7.0-62: segfault when PATH is not set

2009-10-19 Thread Corinna Vinschen
On Oct 17 04:33, Denis Excoffier wrote: > Hello, > > I've installed all the Cygwin-1.7.0 packages uptodate, on my Windows XP > machine. > I do experience a segmentation fault whenever i launch a program when the > PATH is not set. > > When PATH is badly set (but set), nothing happens (and the res

1.7.0-62: segfault when PATH is not set

2009-10-16 Thread Denis Excoffier
Hello, I've installed all the Cygwin-1.7.0 packages uptodate, on my Windows XP machine. I do experience a segmentation fault whenever i launch a program when the PATH is not set. When PATH is badly set (but set), nothing happens (and the result is OK). See below how to reproduce. When i