From owner-freebsd-current@FreeBSD.ORG Mon Jan 3 13:34:43 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 DB17D16A4CE for ; Mon, 3 Jan 2005 13:34:43 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AB543D1D for ; Mon, 3 Jan 2005 13:34:43 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j03DYfq4021761 for ; Mon, 3 Jan 2005 14:34:41 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org From: Poul-Henning Kamp Date: Mon, 03 Jan 2005 14:34:41 +0100 Message-ID: <21760.1104759281@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Subject: 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 13:34:44 -0000 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. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.