Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-16 Thread Andrey Repin
Greetings, Heiko Elger! looks like there was a second snapshot later the same day that replaced the one you had installed. That's it! Thanks a lot .. I never see a snapshot released twice a day Just one question: How can I figure out whether a snapshot is released more than once a

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-16 Thread Dave Korn
On 16/01/2012 06:47, Heiko Elger wrote: Dave Korn gmail.com writes: looks like there was a second snapshot later the same day that replaced the one you had installed. That's it! Thanks a lot .. I never see a snapshot released twice a day Just one question: How can I figure out

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-16 Thread Christopher Faylor
On Mon, Jan 16, 2012 at 06:47:51AM +, Heiko Elger wrote: Dave Korn gmail.com writes: looks like there was a second snapshot later the same day that replaced the one you had installed. That's it! Thanks a lot .. I never see a snapshot released twice a day It happens all of the time.

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-15 Thread Heiko Elger
Dave Korn gmail.com writes: looks like there was a second snapshot later the same day that replaced the one you had installed. That's it! Thanks a lot .. I never see a snapshot released twice a day Just one question: How can I figure out whether a snapshot is released more than once a

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-14 Thread Heiko Elger
Christopher Faylor writes: If you are saying that the problem is not fixed in the most recent snapshot then please clearly say that. Otherwise, I don't understand what you are asking. I sent my email on January 11 shortly before the January 11 snapshot was uploaded. There is no reason for

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-14 Thread Dave Korn
On 15/01/2011 19:41, Heiko Elger wrote: Christopher Faylor writes: If you are saying that the problem is not fixed in the most recent snapshot then please clearly say that. Otherwise, I don't understand what you are asking. I sent my email on January 11 shortly before the January 11

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-13 Thread Heiko Elger
Christopher Faylor writes: ? The snapshot that I was referring to was created shortly after my above email went out. oops - but the only snapshot I see on the cygwin page http://cygwin.com/snapshots/ is dated 20120111. I cannot see a newer snapshot? Heiko -- Problem reports:

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-13 Thread Christopher Faylor
On Fri, Jan 13, 2012 at 12:28:19PM +, Heiko Elger wrote: Christopher Faylor writes: ? The snapshot that I was referring to was created shortly after my above email went out. oops - but the only snapshot I see on the cygwin page http://cygwin.com/snapshots/ is dated 20120111. I cannot see a

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-12 Thread Heiko Elger
Christopher Faylor writes: No need to answer that. The upcoming snapshot should fix the problem. I forgot to say: Thanks for the simple test case. Those are always much appreciated. thanks a lot for your great work. Is it possible to create a new snapshot til monday? best regards

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-12 Thread Christopher Faylor
On Fri, Jan 13, 2012 at 05:32:02AM +, Heiko Elger wrote: Christopher Faylor writes: No need to answer that. The upcoming snapshot should fix the problem. I forgot to say: Thanks for the simple test case. Those are always much appreciated. thanks a lot for your great work. Is it

Bad address error with redirection (stdout and stderr) in background process

2012-01-11 Thread Heiko Elger
Hello, I'm using latest snapshot and updated cygwin installation. $ uname -a CYGWIN_NT-6.1-WOW64 PCFX166 1.7.10s(0.259/5/3) 20120111 01:45:50 i686 Cygwin I've done rebaseall and peflagsall. I've found the following problem using make in parallel (-j) with multiple commands joined with

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-11 Thread Christopher Faylor
On Wed, Jan 11, 2012 at 03:05:26PM +, Heiko Elger wrote: Hello, I'm using latest snapshot and updated cygwin installation. $ uname -a CYGWIN_NT-6.1-WOW64 PCFX166 1.7.10s(0.259/5/3) 20120111 01:45:50 i686 Cygwin I've done rebaseall and peflagsall. I've found the following problem using make

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-11 Thread Christopher Faylor
On Wed, Jan 11, 2012 at 10:20:21AM -0500, Christopher Faylor wrote: On Wed, Jan 11, 2012 at 03:05:26PM +, Heiko Elger wrote: Hello, I'm using latest snapshot and updated cygwin installation. $ uname -a CYGWIN_NT-6.1-WOW64 PCFX166 1.7.10s(0.259/5/3) 20120111 01:45:50 i686 Cygwin I've done

Re: Bad address error with redirection (stdout and stderr) in background process

2012-01-11 Thread Christopher Faylor
On Wed, Jan 11, 2012 at 02:14:41PM -0500, Christopher Faylor wrote: On Wed, Jan 11, 2012 at 10:20:21AM -0500, Christopher Faylor wrote: On Wed, Jan 11, 2012 at 03:05:26PM +, Heiko Elger wrote: I stripped down the problem to the following testcase: $ cat ./testcase.sh #!/bin/sh (( echo 123 ;