From owner-freebsd-current@FreeBSD.ORG Wed Oct 2 19:57:22 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 478ED381 for ; Wed, 2 Oct 2013 19:57:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 230892449 for ; Wed, 2 Oct 2013 19:57:22 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 22F8DB997; Wed, 2 Oct 2013 15:57:21 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: r255757: crahsing frquently, even faster when compiled with WITH_SSP in /etc/make.conf Date: Wed, 2 Oct 2013 13:31:43 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <20130921102035.1d99fca6@thor.walstatt.dyndns.org> In-Reply-To: <20130921102035.1d99fca6@thor.walstatt.dyndns.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201310021331.43829.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 02 Oct 2013 15:57:21 -0400 (EDT) Cc: "O. Hartmann" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 02 Oct 2013 19:57:22 -0000 On Saturday, September 21, 2013 4:20:35 am O. Hartmann wrote: > > Today, I realised that the most recent source (r255757) is crashing > very frequent when under load (compiling world). > > This pgenomenon is with all FreeBSD CURRENT boxes I updated recently to > r255757 and the kernel I work on at the very moment is on those system Do you mean a kernel crash? If so, do you have a crashdump or any panic messages? -- John Baldwin