This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Snapshot 20040221: make hangs on XP


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
SHELL	= /bin/sh

testuname: 0.pp 1.pp 2.pp 3.pp 4.pp 5.pp 6.pp 7.pp 8.pp 9.pp 10.pp 11.pp 12.pp 13.pp 14.pp 15.pp 16.pp 17.pp 18.pp 19.pp 20.pp 21.pp 22.pp 23.pp 24.pp 25.pp 26.pp 27.pp 28.pp 29.pp 30.pp

%.pp::
	: Begin $@ ${C}
	@sleep 1
	: End $@ ${C}

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]