Snapshot 20040221: make hangs on XP

Volker Quetschke quetschke@scytek.de
Wed Feb 25 00:33:00 GMT 2004


> 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 stackdump
> and wrote some errors from make to stderr: (snip)

I tried the 20040221 snapshot with the following script
and the Makefile posted earlier in this thread (and also attached).

--- 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 unfinished jobs....
Failed after 1499 runs

One error in 1499 runs is better than before, but still ...

I'll try a cygwin1.dll from cvs with debugging enabled next.

Volker

-- 
If you like my work consider:  http://www.scytek.de/donations.html
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile
URL: <http://cygwin.com/pipermail/cygwin/attachments/20040225/cdaf9f8c/attachment.ksh>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list