From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 4 Feb 2005 11:52:44 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] rc internals In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Topicbox-Message-UUID: 023c8e96-ead0-11e9-9d60-3106f5b1d025 > I'm looking into a bug in the p9p rc that pops up > on my freebsd machine. Sometimes subshells don't > return what they ought (or so it currently seems). A few others have reported that bug too. Your trace is helpful. I didn't even know about rc -r. Try putting print("notifyf pid %d: %s\n", getpid(), s); at the top of notifyf. Russ