bin/129378: [t]csh loses foreground process group

Nate Eldredge neldredge at math.ucsd.edu
Wed Dec 3 16:10:03 PST 2008


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

From: Nate Eldredge <neldredge at math.ucsd.edu>
To: bug-followup at FreeBSD.org, steve at watt.com
Cc:  
Subject: Re: bin/129378: [t]csh loses foreground process group
Date: Wed, 3 Dec 2008 16:01:14 -0800 (PST)

 The problem goes away when tcsh is run with -F, and thus this bug is 
 probably related to bin/125185 et al.  tcsh under some conditions will 
 modify global state after vfork(), breaking things when the parent runs 
 again.  -F causes it to use fork() instead of vfork() and then all is 
 well.  IMHO -F should be made the default.
 
 -- 
 
 Nate Eldredge
 neldredge at math.ucsd.edu


More information about the freebsd-bugs mailing list