Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-04 Thread Volker Quetschke
Hi! #!/bin/sh strace -o /tmp/dmake-trace-$$ --flush-period=10 dmake $* Nice idea, I did something similar yesterday evening. I had to only keep the last strace output, because each file was in the order of 50MB to 500MB and I implemented a counter to get an idea for the number of started dmake pro

Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-04 Thread Volker Quetschke
Hi Rafael, Just an idea that may be worth trying: Make something like a /usr/local/bin/tracedmake #!/bin/sh strace -o /tmp/dmake-trace-$$ --flush-period=10 dmake $* And try the build with MAKE=tracedmake, then when a make hangs, you should be able to see the trace output in the last /tmp/dmake-t

RE: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-03 Thread Rafael Kitover
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >Volker Quetschke >Sent: Tuesday, February 03, 2004 1:12 PM >To: [EMAIL PROTECTED] >Subject: Re: Program randomly hangs after upgrading to cygwin 1.5.7 > >Hi Rafael, >> Are you

Re: Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-03 Thread Christopher Faylor
On Tue, Feb 03, 2004 at 04:49:10PM -0500, Volker Quetschke wrote: >Christopher Faylor wrote: >>On Tue, Feb 03, 2004 at 09:03:08AM -0500, Volker Quetschke wrote: >>Let me say it again: I do not look at unsolicited straces. I am also >>not interested in teaching people how to debug problems. I ment

Re: Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-03 Thread Volker Quetschke
Christopher Faylor wrote: On Tue, Feb 03, 2004 at 09:03:08AM -0500, Volker Quetschke wrote: I got a longer strace. These are only the first lines, I attached the complete output as dmake_hung.strace.gz: Let me say it again: I do not look at unsolicited straces. I am also not interested in teachi

Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-03 Thread Volker Quetschke
Hi Rafael, Are you using a win32 native compiled dmake or did you compile a copy of dmake as a Cygwin binary? Either way, did you compile dmake with debugging support? as mentioned earlier in this thread, it is the cygwin binary. See the first message in this thread for cygcheck info of dmake, and

RE: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-03 Thread Rafael Kitover
February 01, 2004 7:41 PM >To: [EMAIL PROTECTED] >Subject: Re: Program randomly hangs after upgrading to cygwin 1.5.7 > >Volker Quetschke wrote: > >> This problem occured after upgrading from cygwin 1.5.5 to 1.5.7(second >> version). During this I update

Re: Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-03 Thread Christopher Faylor
On Tue, Feb 03, 2004 at 09:03:08AM -0500, Volker Quetschke wrote: >I got a longer strace. These are only the first lines, I attached the >complete output as dmake_hung.strace.gz: Let me say it again: I do not look at unsolicited straces. I am also not interested in teaching people how to debug p

Signal handling problem in 1.5.7 ? - Was: Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-03 Thread Volker Quetschke
Volker Quetschke wrote: This problem occured after upgrading from cygwin 1.5.5 to 1.5.7(second version). During this I update all other installed cygwin packages to the current versions. (cygcheck -s -v -r is attached) The problem is that dmake, the make utility for building OpenOffice.org seems

Re: Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-01 Thread Volker Quetschke
Volker Quetschke wrote: This problem occured after upgrading from cygwin 1.5.5 to 1.5.7(second version). During this I update all other installed cygwin packages to updated the current versions. (cygcheck -s -v -r is attached) The problem is that dmake, the make utility

Program randomly hangs after upgrading to cygwin 1.5.7

2004-02-01 Thread Volker Quetschke
This problem occured after upgrading from cygwin 1.5.5 to 1.5.7(second version). During this I update all other installed cygwin packages to the current versions. (cygcheck -s -v -r is attached) The problem is that dmake, the make utility for building OpenOffice.org seems to hang after a while. W