From owner-freebsd-current@FreeBSD.ORG Thu Jul 9 07:37:37 2009 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50E93106566B for ; Thu, 9 Jul 2009 07:37:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2D16B8FC0A for ; Thu, 9 Jul 2009 07:37:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id 6947C46B91 for ; Thu, 9 Jul 2009 03:37:36 -0400 (EDT) Date: Thu, 9 Jul 2009 08:37:36 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: current@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: Subject: odd make/build output on ^Z / fg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 09 Jul 2009 07:37:37 -0000 Today I suspended a kernel build with ^Z to free up a bit of I/O bandwidth on a box. When I re-foregrounded, all appeared fine for a bit, but later when I switched back to the xterm I found this: ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I../../.. -I../../../contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror ../../../i386/acpica/acpi_wakeup.c couldn't resume mac_pipe.o: No such process *** Signal 1 couldn't resume audit_arg.o: No such process *** Signal 1 couldn't resume nlm_prot_impl.o: No such process *** Signal 1 couldn't resume nfs_serv.o: No such process *** Signal 1 couldn't resume nfs_vnops.o: No such process *** Signal 1 couldn't resume modules-obj: No such process ===> usb/uether (obj) ===> usb/aue (obj) ... ===> xfs (obj) ===> xl (obj) ===> zfs (obj) ===> zlib (obj) *** Signal 1 6 errors I've never seen that before, but I also don't suspend builds all that frequently. New bug? Old bug? Robert N M Watson Computer Laboratory University of Cambridge