From owner-freebsd-current@FreeBSD.ORG Wed Sep 30 17:35:40 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 3AB621065670; Wed, 30 Sep 2009 17:35:40 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id 93B9D8FC37; Wed, 30 Sep 2009 17:35:39 +0000 (UTC) Received: by bwz27 with SMTP id 27so4817402bwz.43 for ; Wed, 30 Sep 2009 10:35:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=nzRpQuSmqab/0QX8JFISnBy+DTwpeobs/Es9rjnJZKM=; b=TSBlfzPeFIbOYAhQunsXprE47JpslaAdD/GEG3XxS7xL/m/0FSMDSb0hHr9Mgxp0hj dapSDtUGlKktEuUd0CMZJH03Om4dLWDzLFXI8FoSsARzhEpUOV+qw7KGCqdxheFo5/gL gbYhQ+VeK8XupjAP1YYFu1HM83dwuS2vwmrsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=XWddJW6fgH3YSPYEYgt70iGc+eCfkYe91jpePkAREMLI4/CKWID3Z1yDDWUmB78sWh bdPyjIt8Ovdae6Nz0tbID+bmvbWlNlD13OVtiLIWqOQZP28VTlokCuMOjDi3C8S5FxeD b9o+Hsy9dVr6xtytmUJMQfwerHHEQDfaI+NX8= MIME-Version: 1.0 Received: by 10.103.86.13 with SMTP id o13mr41574mul.6.1254332138312; Wed, 30 Sep 2009 10:35:38 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Sep 2009 19:35:38 +0200 Message-ID: <3a142e750909301035m4a08d71as3e0175d0726038a8@mail.gmail.com> From: Pavo Banicevic To: Robert Watson Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org Subject: Re: 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: Wed, 30 Sep 2009 17:35:40 -0000 On 7/9/09, Robert Watson wrote: > > 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? Today I got this when building kernel: # fg make -j6 buildkernel *** Stopped -- signal 18 Child (49737) not in table? couldn't resume aicasm_macro_gram.o: No such process *** Signal 1 1 error *** Error code 2 1 error *** Error code 2 1 error I have kern.randompid=777, and I did stopped buildworld just before building kernel. Maybe this is (tcsh) shell issue?