From owner-freebsd-current@FreeBSD.ORG Thu Nov 5 18:34:26 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 511EF10656C5 for ; Thu, 5 Nov 2009 18:34:26 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward10.yandex.ru (forward10.yandex.ru [77.88.61.49]) by mx1.freebsd.org (Postfix) with ESMTP id 088338FC1E for ; Thu, 5 Nov 2009 18:34:25 +0000 (UTC) Received: from webmail71.yandex.ru (webmail71.yandex.ru [77.88.60.175]) by forward10.yandex.ru (Yandex) with ESMTP id 61A921320AA9; Thu, 5 Nov 2009 21:34:24 +0300 (MSK) Received: from localhost (localhost [127.0.0.1]) by webmail71.yandex.ru (Yandex) with ESMTP id 430A29C43EE; Thu, 5 Nov 2009 21:34:24 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail71 X-Yandex-TimeMark: 1257446064 Received: from [89.223.19.70] ([89.223.19.70]) by mail.yandex.ru with HTTP; Thu, 05 Nov 2009 21:34:23 +0300 From: S.N.Grigoriev To: gary.jennejohn@freenet.de In-Reply-To: <20091105184925.16b55c43@ernst.jennejohn.org> References: <1031257439203@webmail57.yandex.ru> <20091105184925.16b55c43@ernst.jennejohn.org> MIME-Version: 1.0 Message-Id: <31221257446063@webmail71.yandex.ru> Date: Thu, 05 Nov 2009 21:34:23 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-current@freebsd.org Subject: Re: 8.0RC2 amd64 - kernel panic running make buildworld 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: Thu, 05 Nov 2009 18:34:26 -0000 05.11.09, 18:49, "Gary Jennejohn" : > On Thu, 05 Nov 2009 19:40:03 +0300 > S.N.Grigoriev wrote: > > > > 04.11.09, 16:51, "Alexandre \"Sunny\" Kovalenko" > > wrote: > > > > > On Wed, 2009-11-04 at 13:44 +0300, S.N.Grigoriev wrote: > > > > Hi list, > > > > > > > > I can confirm I've seen the same problem. After upgrading from 7-stable > > > > to 8.0-RC2 my machine just reboots during 'make buildworld' without > > > > diagnostics. But switching vm.pmap.pg_ps_enabled on/off does not > > > > work for me. My machine reboots every time I try to build world. > > > > I don't think I have a hardware problem: under 7-stable I can build > > > > world/kernel for both 7-stable and 8.0-RC2 without problems. > > > > > > > Is it by any chance possible that you have 'debug.debugger_on_panic' set > > > to '0' and no valid dump device configured? > > > > Hi Alexandre, > > > > I've not found 'debug.debugger_on_panic' variable in 'sysctl -a' > > output. Where cat I find it? All my sysctl variables are set by > > default. > Do you have "options DDB" in your kernel config file? > --- > Gary Jennejohn Hi Gary, my current kernel is GENERIC, so I don't have "options DDB". -- Regards, S.Grigoriev.