From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 9 21:24:13 2012 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A048B106566B for ; Fri, 9 Mar 2012 21:24:13 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from gw01.mail.saunalahti.fi (gw01.mail.saunalahti.fi [195.197.172.115]) by mx1.freebsd.org (Postfix) with ESMTP id 5548E8FC13 for ; Fri, 9 Mar 2012 21:24:13 +0000 (UTC) Received: from a91-153-116-96.elisa-laajakaista.fi (a91-153-116-96.elisa-laajakaista.fi [91.153.116.96]) by gw01.mail.saunalahti.fi (Postfix) with SMTP id E682E1519CB; Fri, 9 Mar 2012 23:24:03 +0200 (EET) Date: Fri, 9 Mar 2012 23:24:02 +0200 From: Jaakko Heinonen To: Moritz Wilhelmy Message-ID: <20120309212402.GA2255@a91-153-116-96.elisa-laajakaista.fi> References: <201203011549.q21FnLER075648@freefall.freebsd.org> <20120309170530.GL45695@barfooze.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120309170530.GL45695@barfooze.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/162407: [rctl] [panic] rctl crashes kernel with a page fault (gdb: "corrupt stack?") X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2012 21:24:13 -0000 On 2012-03-09, Moritz Wilhelmy wrote: > crashes have gone away after disabling rctl. > I'm a bit anxious to retry for now, because I currently don't want any > unnecessary downtime. Have you previously been able to reproduce it? How > do you suspect r226092 to fix the issue? r226092 is supposed to fix a rctl related problem with fork() and your latter backtrace involves the fork() system call. I haven't personally tried to reproduce the problem. > Also, I wanted to upgrade sooner or later; in case I give it a shot, > what branch do I need? 9_STABLE? Right. -- Jaakko