NetBSD-Bugs archive

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

Re: bin/57180: sh fails to foreground partially terminated pipeline job



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

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/57180: sh fails to foreground partially terminated pipeline job
Date: Wed, 11 Jan 2023 00:49:00 +0700

     Date:        Tue, 10 Jan 2023 13:15:02 +0000 (UTC)
     From:        Taylor R Campbell <campbell+netbsd%mumble.net@localhost>
     Message-ID:  <20230110131502.822F91A923A%mollari.NetBSD.org@localhost>
 
   |  I probably updated src some time around August of 2022.
 
 OK, in that case can you try updating (just, if you like) the src/bin/sh
 sources to anything from Nov 2022 onwards - you might be seeing the effects
 of a bug that was fixed (committed) on Oct 30.   What's in HEAD or 10_BETA
 right now would do.
 
 Just a cvs update in src/bin/sh is enough - sh is amazingly independent
 of almost everything else in the src tree.   Just a "make" in there should
 be enough (provided that src/bin/test src/usr.bin/printf and src/bin/kill
 sources exist - those won't need to be updated, and probably haven't
 changed anyway).
 
 If you read the commit message for src/bin/sh/jobs.c:1.117 you might
 see an amazing similarity to the issue you described.
 
 kre
 


Home | Main Index | Thread Index | Old Index