NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/55605: [PATCH] script(1): does not wait on child pid when stdin is not a tty



The following reply was made to PR bin/55605; it has been noted by GNATS.

From: Soumendra Ganguly <soumendra%tamu.edu@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/55605: [PATCH] script(1): does not wait on child pid when
 stdin is not a tty
Date: Mon, 24 Aug 2020 19:02:11 -0500

 I made a slight modification to the patch. Since finish() calls
 wait3() anyway, I decided to remove the ambiguous waitpid()s that I
 added [ not sure if they will succeed or EINTR out due to SIGCHLD ]
 and replace them with simple while loops. The next message will
 contain the modified patch [ inline ].
 
 On 8/24/20, gnats-admin%netbsd.org@localhost <gnats-admin%netbsd.org@localhost> wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `bin/55605'.
 > The individual assigned to look at your
 > report is: bin-bug-people.
 >
 >>Category:       bin
 >>Responsible:    bin-bug-people
 >>Synopsis:       [PATCH] script(1): does not wait on child pid when stdin is
 >> not a tty
 >>Arrival-Date:   Mon Aug 24 22:55:00 +0000 2020
 >
 >
 



Home | Main Index | Thread Index | Old Index