From owner-freebsd-current@FreeBSD.ORG Sat Jun 28 14:00:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B3C37B401 for ; Sat, 28 Jun 2003 14:00:45 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166BF44033 for ; Sat, 28 Jun 2003 14:00:45 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h5SL0isb094933 for ; Sat, 28 Jun 2003 14:00:44 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost)h5SL0iZa094932 for freebsd-current@freebsd.org; Sat, 28 Jun 2003 14:00:44 -0700 (PDT) From: "Steven G. Kargl" Message-Id: <200306282100.h5SL0iZa094932@troutmask.apl.washington.edu> To: freebsd-current@freebsd.org Date: Sat, 28 Jun 2003 14:00:44 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: linux-mozilla not exiting properly (KSE signal fallout?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 21:00:45 -0000 David, Julian, I updated my system today after David's KSE signal changes. I'm sure if this is the cause of my problem, but linux-mozilla no longer exits. % linux-mozilla ... browse ... crtl-q % ps | grep mozilla 6032 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin 6037 v0 SL 0:12.16 ./mozilla-bin 6038 v0 SL 0:00.01 ./mozilla-bin % linux-mozilla ... browse ... crtl-q % ps | grep mozilla 6060 p1 SL+ 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin 6065 p1 SL+ 0:09.67 ./mozilla-bin 6066 p1 SL+ 0:00.03 ./mozilla-bin 6032 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin 6037 v0 SL 0:12.16 ./mozilla-bin 6038 v0 SL 0:00.04 ./mozilla-bin % linux-mozilla ... browse ... crtl-q % killall mozilla-bin % ps | grep mozilla 6060 p1 SL+ 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin 6065 p1 SL+ 0:09.67 ./mozilla-bin 6066 p1 SL+ 0:00.04 ./mozilla-bin 6136 p2 RL+ 0:00.01 grep mozilla 6032 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin 6037 v0 SL 0:12.16 ./mozilla-bin 6038 v0 SL 0:00.05 ./mozilla-bin 6114 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin 6119 v0 SL 0:04.83 ./mozilla-bin 6120 v0 SL 0:00.01 ./mozilla-bin % kill -9 6114 6032 6060 6065 6037 6119 Finally, kills the processes. -- Steve http://troutmask.apl.washington.edu/~kargl/