From owner-svn-src-all@FreeBSD.ORG Sat Aug 30 03:11:52 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1489ED8; Sat, 30 Aug 2014 03:11:52 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD5821F00; Sat, 30 Aug 2014 03:11:51 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id n3so97190wiv.0 for ; Fri, 29 Aug 2014 20:11:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=NHISo8JSD0NZC/Z/Ty8uHpUSzCqSq98VLrcmLI5rxpM=; b=1G5wzrIaMCHMvNjXDl0Il5M+lKBJeY7Su51lxtC2Cv2EX+bqsJq3Ap6t/OfUSLFaFi aAOo5e1IrJjycHEUfeCiaeG29ZXFFm+Apa3JueIam0fqhlHqXv1w2bZ8d2mwvEQfmhaE ew7b3jx4Or5y81wxqCUzftLVB9LoPMyeIoc4aHTf3SCAZGepKSE376lb88AcIJ5lpH2R zpHMuwIi0lRN73yiZepX+gJxMS7TljuC6/FNkY+L4tWzTHpXG+wHF4MupyOaJ3TzZ3pN f1771MGMjzTVbRJaHoMgsQa2ss9dCKUcFxgyynfnsBWPpO/5miTGbB8xei/dDDtt2uGU blEg== X-Received: by 10.180.80.105 with SMTP id q9mr7857232wix.39.1409368310014; Fri, 29 Aug 2014 20:11:50 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id w20sm2663900wie.7.2014.08.29.20.11.48 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 29 Aug 2014 20:11:49 -0700 (PDT) Date: Sat, 30 Aug 2014 05:11:46 +0200 From: Mateusz Guzik To: Larry Rosenman Subject: Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys Message-ID: <20140830031146.GB21347@dft-labs.eu> References: <201408280841.s7S8fC6X012986@svn.freebsd.org> <20140830005028.GA1881@borg.lerctr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20140830005028.GA1881@borg.lerctr.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: jhb@freebsd.org, Adrian Chadd , svn-src-all@freebsd.org, mjg@freebsd.org, svn-committers-src@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 03:11:52 -0000 On Fri, Aug 29, 2014 at 07:50:28PM -0500, Larry Rosenman wrote: > On Fri, Aug 29, 2014 at 05:07:51PM -0700, Adrian Chadd wrote: > > Hi! > > > > So I'm now getting panics in the process coredump path on -HEAD. The > > proctree lock isn't held. > > > > Assertion : proctree not locked @ kern_proc.c:795 > > > > path: > > > > sigexit() -> elf64_coredump() -> elf64_note_procstat_proc() -> > > kern_proc_out() -> fill_kinfo_proc() -> panic. > > > > What did you peeps do this time? :P > > > > > > > > -a > Here's my similar one... > [snip] Sorry guys, fixed in r270834. -- Mateusz Guzik