Re: [PATCH 2/2] remote: Fix a stuck remote call pipeline causing testing to hang

2020-05-21 Thread Jacob Bachmeyer
Maciej W. Rozycki wrote: On Wed, 20 May 2020, Jacob Bachmeyer wrote: So the solution to the problem is twofold. First pending force-kills are not killed after `wait' if there are more than one PID in the list passed to `close_wait_program'. This follows the observation that if there was o

Re: [PATCH 2/2] remote: Fix a stuck remote call pipeline causing testing to hang

2020-05-21 Thread Maciej W. Rozycki
On Wed, 20 May 2020, Jacob Bachmeyer wrote: > > So the solution to the problem is twofold. First pending force-kills > > are not killed after `wait' if there are more than one PID in the list > > passed to `close_wait_program'. This follows the observation that if > > there was only one PID o

Re: [PATCH 1/2] remote: Use `catch' in killing pending force-kills

2020-05-21 Thread Jacob Bachmeyer
Maciej W. Rozycki wrote: On Wed, 20 May 2020, Jacob Bachmeyer wrote: Index: dejagnu/lib/remote.exp === --- dejagnu.orig/lib/remote.exp +++ dejagnu/lib/remote.exp @@ -113,7 +113,10 @@ proc close_wait_program { program_id pid

Re: [PATCH 1/2] remote: Use `catch' in killing pending force-kills

2020-05-21 Thread Maciej W. Rozycki
On Wed, 20 May 2020, Jacob Bachmeyer wrote: > > Index: dejagnu/lib/remote.exp > > === > > --- dejagnu.orig/lib/remote.exp > > +++ dejagnu/lib/remote.exp > > @@ -113,7 +113,10 @@ proc close_wait_program { program_id pid > > # We re