From owner-svn-src-all@FreeBSD.ORG Sat Aug 30 18:18:33 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 82828DE1; Sat, 30 Aug 2014 18:18:33 +0000 (UTC) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (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 0F9DA186E; Sat, 30 Aug 2014 18:18:32 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id cm18so3399073qab.2 for ; Sat, 30 Aug 2014 11:18:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=OwSGfFnJsQTApo/BDsyE4mSZvHTsfrHbHNp1u5Ts1c0=; b=B5oFDNHNpwwnms1wk/NSZsV5WQSobDI5D+yEaPDfyLfBHc5D5PEv3N0jMDmVZaFX+o 7cYuW3P6oGpFp8Rme/OB38+wtcPPU4iNI1mNBMLsjZB/fHuwcvmn2qKs+ZegNBmPRTEG NE9RLS1SYnV8O12vnDh8T0hr0oawsKuyy1H+t1w6qng5uqWSm4K2RHTpe4WyIJB5xy4D 57eXS4/UHXXuvc47sHcq1A79OJbrM9PEuhjImyeRBNNsbkX9fGHiVxcdMgxLAZLH50Ea 2I5R5qcj8V+SNOaBtX98piGyLssR8fYLeGRqGH9LZx+ZfTZJreOSO1Ko8CzsI/fM8ixo FxpA== MIME-Version: 1.0 X-Received: by 10.140.19.201 with SMTP id 67mr28157462qgh.28.1409422712267; Sat, 30 Aug 2014 11:18:32 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Sat, 30 Aug 2014 11:18:32 -0700 (PDT) In-Reply-To: <20140830031146.GB21347@dft-labs.eu> References: <201408280841.s7S8fC6X012986@svn.freebsd.org> <20140830005028.GA1881@borg.lerctr.org> <20140830031146.GB21347@dft-labs.eu> Date: Sat, 30 Aug 2014 11:18:32 -0700 X-Google-Sender-Auth: z9G8yRoLv1z-jadwkijJxZwjDxk Message-ID: Subject: Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys From: Adrian Chadd To: Mateusz Guzik Content-Type: text/plain; charset=UTF-8 Cc: John Baldwin , "svn-src-all@freebsd.org" , svn-committers-src@freebsd.org, Mateusz Guzik , Larry Rosenman 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 18:18:33 -0000 On 29 August 2014 20:11, Mateusz Guzik wrote: > 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. Thanks! -a