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] |
Christopher Faylor wrote:I've run it twice so far, 128 iterations, then about 2500, running it a third time now. In both cases, it was make hanging with 0% cpu usage, and I lost the strace from the second run (I tried using "/bin/kill -f pid", and the return code from the make process was 0, so the script kept going).
The latest snapshot should fix "virtual memory exhausted" errors that were reported when running "make -j".
I am close to releasing cygwin 1.5.8 so I want to verify that this is fixed.
OK, did that, and got a freeze after 196 iterations. Still using your make with debug info.
This time my script enabled the malloc debug info
strace -mall+malloc -o strace.out make -j -f MakefileV > $logname 2>> $logerr
so the strace is very long, you can find it here:
<http://www.scytek.de/cygwin/strace.zip>
Unfortunately I pressed CTRL-c before looking at the running processes, I cannot say where it was hanging.
Volker
-- 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] |