Re: strace -f hangs forever with process who creates child process

2015-08-25 Thread Corinna Vinschen
On Aug 25 11:18, Qian Hong wrote: > Hi Corinna, > > On Tue, Aug 25, 2015 at 12:50 AM, Corinna Vinschen > wrote: > > Please try the latest developer snapshot from https://cygwin.com/snapshots/ > > It should fix the issue. > > Thanks very much for the fix. I've retested on both Win7 and Wine > (Wi

Re: strace -f hangs forever with process who creates child process

2015-08-24 Thread Qian Hong
Hi Corinna, On Tue, Aug 25, 2015 at 12:50 AM, Corinna Vinschen wrote: > Please try the latest developer snapshot from https://cygwin.com/snapshots/ > It should fix the issue. Thanks very much for the fix. I've retested on both Win7 and Wine (Wine Staging 1.7.50), and I can confirm now `strace -f

Re: strace -f hangs forever with process who creates child process

2015-08-24 Thread Corinna Vinschen
On Aug 24 16:03, Corinna Vinschen wrote: > On Aug 24 09:37, Roger Wells wrote: > > On 08/24/2015 09:05 AM, Nellis, Kenneth wrote: > > > From: Qian Hong > > >> I just found `strace -f` hangs forever for me. > > >> > > >> $ uname -a > > >> CYGWIN_NT-6.1 fracting-PC 2.2.1(0.289/5/3) 2015-08-15 11:00 i

Re: strace -f hangs forever with process who creates child process

2015-08-24 Thread Corinna Vinschen
On Aug 24 09:37, Roger Wells wrote: > On 08/24/2015 09:05 AM, Nellis, Kenneth wrote: > > From: Qian Hong > >> I just found `strace -f` hangs forever for me. > >> > >> $ uname -a > >> CYGWIN_NT-6.1 fracting-PC 2.2.1(0.289/5/3) 2015-08-15 11:00 i686 Cygwin) > >> > >> $ cat parent.sh > >> ./child.sh >

Re: strace -f hangs forever with process who creates child process

2015-08-24 Thread Roger Wells
On 08/24/2015 09:05 AM, Nellis, Kenneth wrote: > From: Qian Hong >> I just found `strace -f` hangs forever for me. >> >> $ uname -a >> CYGWIN_NT-6.1 fracting-PC 2.2.1(0.289/5/3) 2015-08-15 11:00 i686 Cygwin) >> >> $ cat parent.sh >> ./child.sh >> >> $ cat child.sh >> echo haha >> >> $ strace -f -o

RE: strace -f hangs forever with process who creates child process

2015-08-24 Thread Nellis, Kenneth
From: Qian Hong > I just found `strace -f` hangs forever for me. > > $ uname -a > CYGWIN_NT-6.1 fracting-PC 2.2.1(0.289/5/3) 2015-08-15 11:00 i686 Cygwin) > > $ cat parent.sh > ./child.sh > > $ cat child.sh > echo haha > > $ strace -f -o out.txt bash -c parent.sh #hangs forever. FWIW, this als

strace -f hangs forever with process who creates child process

2015-08-24 Thread Qian Hong
Dear list, I just found `strace -f` hangs forever for me. $ uname -a CYGWIN_NT-6.1 fracting-PC 2.2.1(0.289/5/3) 2015-08-15 11:00 i686 Cygwin) $ cat parent.sh ./child.sh $ cat child.sh echo haha $ strace -f -o out.txt bash -c parent.sh #hangs forever. I have a few C source test case here, whic