Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Rolf Campbell
Volker Quetschke wrote: And, just for completeness, I built and ran a CVS version from about an hour ago, and it has not failed yet (350 iterations). So, maybe someone already fixed this problem after Feb21. No, not for me. I'm using the same version, see my other mail, but it seems very hard

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
And, just for completeness, I built and ran a CVS version from about an hour ago, and it has not failed yet (350 iterations). So, maybe someone already fixed this problem after Feb21. No, not for me. I'm using the same version, see my other mail, but it seems very hard to trigger the problem. I

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
I can say that is not what is happening (because it would not be using any CPU if it were waiting for input), but I will humour you the next time I see it freeze. I have (once) had that happen (make waiting for input that is), but I never thought of hitting ^D. The funny thing is I don't get fr

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Rolf Campbell
Christopher Faylor wrote: I tried running that script again, here were my results: Feb14: more than 10,000 iterations (never failed, just got bored of watching it) Feb17: more than 270 (still running) Feb18: Froze after 12, 41, 6 Feb20: Froze after 9, 2, 4 Feb21: Froze after 1, 5, 4 Out of cur

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Christopher Faylor
On Wed, Feb 25, 2004 at 01:57:37PM -0500, Rolf Campbell wrote: >Christopher Faylor wrote: --- t.sh --- #!/bin/bash export C=1 while make -j ; do C=$(($C+1)) ; done echo Failed after $C runs 1>&2 --- end of t.sh --- The script failed with: $ ./t.sh > freeze.

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
I ran a variation of the above for three days without fail so I think I can safely say that I can't reproduce this problem. I'll try different systems .. OK, this one is a Win2000SP3, AMD XP1700, 512MB, cygcheck attached. With Snapshot 20040221 I get: $ ./t.sh > freeze.out (snip) Failed after 1487

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Rolf Campbell
Christopher Faylor wrote: --- t.sh --- #!/bin/bash export C=1 while make -j ; do C=$(($C+1)) ; done echo Failed after $C runs 1>&2 --- end of t.sh --- The script failed with: $ ./t.sh > freeze.out /bin/sh: line 1: sleep: No such file or directory make: *** [12.pp] Error 127 make: *** Waiting for u

Re: Snapshot 20040221: make hangs on XP

2004-02-25 Thread Volker Quetschke
I ran a variation of the above for three days without fail so I think I can safely say that I can't reproduce this problem. I'll try different systems .. OK, this one is a Win2000SP3, AMD XP1700, 512MB, cygcheck attached. With Snapshot 20040221 I get: $ ./t.sh > freeze.out make: *** virtual memory

Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 10:09:44PM -0500, Volker Quetschke wrote: The script failed with: $ ./t.sh > freeze.out /bin/sh: line 1: sleep: No such file or directory make: *** [12.pp] Error 127 make: *** Waiting for unfinished jobs Failed after 1499 runs >>> >>>I ran a

Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Volker Quetschke
The script failed with: $ ./t.sh > freeze.out /bin/sh: line 1: sleep: No such file or directory make: *** [12.pp] Error 127 make: *** Waiting for unfinished jobs Failed after 1499 runs I ran a variation of the above for three days without fail so I think I can safely say that I can't reproduce

Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 07:19:24PM -0500, Christopher Faylor wrote: >On Tue, Feb 24, 2004 at 05:23:02PM -0500, Volker Quetschke wrote: >>>Just FYI, I build a cygwin dll from current cvs (last >>>winsup/cygwin/ChangeLog entry 2004-02-09 Ralf H.) >>>with debugging enabled and rerun this script. It di

Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 05:23:02PM -0500, Volker Quetschke wrote: >>Just FYI, I build a cygwin dll from current cvs (last >>winsup/cygwin/ChangeLog entry 2004-02-09 Ralf H.) >>with debugging enabled and rerun this script. It didn't freeze, I >>stopped it after 1588 iterations, but it produced one s