From owner-freebsd-current@FreeBSD.ORG Mon Jan 3 17:27:04 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 C5B0A16A4CE for ; Mon, 3 Jan 2005 17:27:04 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6431F43D2F for ; Mon, 3 Jan 2005 17:27:04 +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 j03HTlOD009647; Mon, 3 Jan 2005 10:29:48 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D9800C.8060202@freebsd.org> Date: Mon, 03 Jan 2005 10:25:32 -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: Poul-Henning Kamp References: <21760.1104759281@critter.freebsd.dk> In-Reply-To: <21760.1104759281@critter.freebsd.dk> 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: 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 17:27:04 -0000 Poul-Henning Kamp wrote: > I ran a "make -j 48" on my testbox and suspended the task after > a while so I could start systat(1) > > ===> usr.sbin/sysinstall (obj,build-tools) > ===> gnu/usr.bin/cc/cc_tools (obj,depend,all) > *** Stopped -- signal 18 > Child (25164) not in table? > warning: structure `reg_info_def' used but not defined > warning: structure `basic_block_def' used but not defined > warning: structure `answer' used but not defined > warning: structure `cpp_macro' used but not defined > warning: structure `reg_info_def' used but not defined > warning: structure `basic_block_def' used but not defined > warning: structure `answer' used but not defined > warning: structure `cpp_macro' used but not defined > couldn't resume gencodes.o: No such process > *** Signal 1 > 1 error > > Doesn't look right to me, but I'm not sure if the scheduler or make(1) > is to blame. > I've had problems recently with SIGSTOP not being honored while compiling files. Probably what happened here is that gcc continued on its merry way and exited when it was done compiling gencodes.o. Unfortunately I don't have much more debugging information to offer here. Scott