From owner-freebsd-current@FreeBSD.ORG Mon Jan 3 20:38:56 2005 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 F05D616A4E8 for ; Mon, 3 Jan 2005 20:38:56 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A331743D1D for ; Mon, 3 Jan 2005 20:38:55 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id j03KfYvX010242; Mon, 3 Jan 2005 13:41:34 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D9ACFE.8010400@freebsd.org> Date: Mon, 03 Jan 2005 13:37:18 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20050103183736.GA93409@xor.obsecurity.org> <26706.1104779064@critter.freebsd.dk> <20050103191227.GA5783@xor.obsecurity.org> In-Reply-To: <20050103191227.GA5783@xor.obsecurity.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: SIGSTOP/SIGCONT problem ? (scheduler or make(1) ?) 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: Mon, 03 Jan 2005 20:38:57 -0000 Kris Kennaway wrote: > On Mon, Jan 03, 2005 at 08:04:24PM +0100, Poul-Henning Kamp wrote: > >>In message <20050103183736.GA93409@xor.obsecurity.org>, Kris Kennaway writes: >> >>>--cWoXeonUoKmBZSoM >>>Content-Type: text/plain; charset=us-ascii >>>Content-Disposition: inline >>>Content-Transfer-Encoding: quoted-printable >>> >>>On Mon, Jan 03, 2005 at 02:34:41PM +0100, Poul-Henning Kamp wrote: >>> >>>>=20 >>>>I ran a "make -j 48" on my testbox and suspended the task after >>>>a while so I could start systat(1) >>>>=20 >>>>=3D=3D=3D> usr.sbin/sysinstall (obj,build-tools) >>>>=3D=3D=3D> gnu/usr.bin/cc/cc_tools (obj,depend,all) >>>>*** Stopped -- signal 18 >>>>Child (25164) not in table? >>> >>>I've seen this too. >> >>With make or with other apps ? > > > With make, I think. > > Kris I have this odd feeling that make needs an explicit SIGSTOP and/or SIGTSTP handler. There is a conditional in the source for USE_PGRP that might be worth looking at since it contains just such a handler. Scott