On Tue, Mar 02, 2004 at 11:37:25AM -0500, Volker Quetschke wrote: >>>>Are you still using this script: >>>> >>>>export C=1 while strace -o strace.$C.txt make -j ; do C=$(($C+1)) ; >>>>done echo Failed after $C runs >>>> >>>>If yes: The strace catches the errors. I use a script without strace >>>>and the while catches the error of the make command. >>> >>> >>>Do you actually have an strace which demonstrates the problem? I >>>don't any indication that you've duplicated this problem running >>>strace with a "modern" snapshot. >> >>No, but I'll try to catch one. (I removed the strace from my script.) >Ok, caught two already. (Produced with attached script + Makefile)
Not much to there, unfortunately. Out of curiousity, can you duplicate this problem with the snapshot? I see that this is your own build, probably built with --enable-debugging. I've been diligently testing things with the snapshot rather than my own build because I was trying to debug what was in the subject. Snapshots aren't built with --enable-debugging. If this is just an artifact from building with --enable-debugging, then I'm not too worried. cgf -- 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/