From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 7 15:00:46 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDC816A4E6 for ; Fri, 7 Jul 2006 15:00:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65F243D45 for ; Fri, 7 Jul 2006 15:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k67F0jOh092405 for ; Fri, 7 Jul 2006 15:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k67F0jWJ092403; Fri, 7 Jul 2006 15:00:45 GMT (envelope-from gnats) Date: Fri, 7 Jul 2006 15:00:45 GMT Message-Id: <200607071500.k67F0jWJ092403@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Wojciech A. Koszek" Cc: Subject: Re: kern/99758: chown/chmod pty slave side in kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Wojciech A. Koszek" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:00:46 -0000 The following reply was made to PR kern/99758; it has been noted by GNATS. From: "Wojciech A. Koszek" To: Atsuo Ohki Cc: Robert Watson , freebsd-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/99758: chown/chmod pty slave side in kernel Date: Fri, 7 Jul 2006 16:56:43 +0000 On Fri, Jul 07, 2006 at 08:39:29PM +0900, Atsuo Ohki wrote: > I writes: > > Robert Watson writes: > >> ... > >> The tty_pts implementation in 7-CURRENT does the same, except more so, by > >> forcing revocation of the pty on last close. Unfortunately, this triggers > >> bugs in devfs. Your help in getting the 7.x pts implementation up and > >> running would be much appreciated. Take a look at src/sys/kern/tty_pts.c. > > > > Thank you for interested in my patch. > > > > I don't have a machine to run 7-current now, > > Now I have a machine running 7-current (cvs tag HEAD). > > Could you give me a pointer to how to trigger bugs in devfs > releated with pts implementation? Hello, Sure. I'm willing to hear more about your changes and patches! To reproduce problems I've seen, try to download Peter Wemm's stress suite, compile it, and run PTY code. As I recall, after unpacking stress2.tgz you'll have run.sh script and pty. You run it by typing: ./run ./pty. Try to switch to other virtual terminal and login. For debugging stuff, where I liked to put printf()s and KASSERTs here and there, I used window(1), because it doesn't bomp you with tons of function calls, and creates (AFAICT) 2 vTTYs. Let me know if you find something, -- Wojciech A. Koszek wkoszek@FreeBSD.org http://FreeBSD.czest.pl/dunstan/