From owner-freebsd-current@FreeBSD.ORG Mon Jul 13 07:06:07 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E03106566B; Mon, 13 Jul 2009 07:06:07 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id DE0218FC0A; Mon, 13 Jul 2009 07:06:06 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id F1C3F7E818; Sun, 12 Jul 2009 23:06:05 -0800 (AKDT) From: Mel Flynn To: freebsd-current@freebsd.org Date: Sun, 12 Jul 2009 23:06:04 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <0EF108C4-703F-4EC9-88B1-C04BE47035CF@freebsd.org> <3a142e750907121652k290f0314rde7eac2ebd2cd57@mail.gmail.com> In-Reply-To: <3a142e750907121652k290f0314rde7eac2ebd2cd57@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907122306.04887.mel.flynn+fbsd.current@mailing.thruhere.net> Cc: "Robert N. M. Watson" 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: Mon, 13 Jul 2009 07:06:07 -0000 On Sunday 12 July 2009 15:52:46 Paul B. Mahol wrote: > On 7/12/09, Robert N. M. Watson wrote: > > On 12 Jul 2009, at 19:16, Mel Flynn wrote: > >> On Wednesday 08 July 2009 23:37:36 Robert Watson wrote: > >>> *** 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? > >> > >> Also seen this with a suspended port build, but didn't investigate > >> further, > >> just restarted the build. Shell used is zsh, in case that matters. I > >> am not > >> sure if I was building in parallel. Currently running r195188M: Tue > >> Jun 30 > >> 12:16:01 AKDT 2009. I remember I had that build suspended for a few > >> hours, but > >> not a chance I ran out of swap (which would kill processes without > >> my direct > >> knowledge). > > > > I'm using tcsh here. > > I got same with some ports few weeks ago, disabling multiple jobs fixed it > almost always. > > Will try to reproduce with kernel next time ... Is it possible you guys let it suspend over 24 hours? It's possible I did that. Would be a scenario since kqueue timers roll over. I can't think of anything else too obvious, since I'm sure I didn't kill something, updated source during the build or otherwise affected timestamps. I also don't have mysteriously disappearing processes haunting my system. 3 fatal attempts to reproduce today with make -j2 buildworld. -- Mel