From owner-freebsd-current@FreeBSD.ORG Thu Jul 7 09:46:24 2011 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 E0CD81065677 for ; Thu, 7 Jul 2011 09:46:24 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id B52CB8FC13 for ; Thu, 7 Jul 2011 09:46:23 +0000 (UTC) Received: by pvg11 with SMTP id 11so391879pvg.13 for ; Thu, 07 Jul 2011 02:46:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iAUQwidtaGmehgqbhgwE59z21o1dQXjBT1B8U91UQqc=; b=cC8pCDsq/5TnqTcUiNNlkmkUZiTNPiI+oo8kHaEAqsw7u1Z5tK7IZXi77AMEyvFwpa TbmR7bt0JSPMWGmmzKS3XWclb/iuUIoIR8VHFU9rnHPYNOeA1L29LATnzJe92q9qIcLK NYOT58qvCN+6MFWgu3WMbbJXkZIuU/P7rMvks= MIME-Version: 1.0 Received: by 10.68.49.232 with SMTP id x8mr797136pbn.307.1310031983277; Thu, 07 Jul 2011 02:46:23 -0700 (PDT) Received: by 10.68.62.97 with HTTP; Thu, 7 Jul 2011 02:46:23 -0700 (PDT) In-Reply-To: <4E0B8F25.7090107@FreeBSD.org> References: <20110629134140.GF14797@alchemy.franken.de> <4E0B8F25.7090107@FreeBSD.org> Date: Thu, 7 Jul 2011 13:46:23 +0400 Message-ID: From: KOT MATPOCKuH To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current , Marius Strobl Subject: Re: named crashes on assertion in rbtdb.c on sparc64/SMP 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, 07 Jul 2011 09:46:25 -0000 I updated system to r223824 and got named patched to 9.6.-ESV-R4-P3, but problem is still exists: 07-Jul-2011 13:24:22.765 general: /usr/src/lib/bind/dns/../../../contrib/bind9/lib/dns/rbtdb.c:1622: REQUIRE(prev > 0) failed 07-Jul-2011 13:24:22.781 general: exiting (due to assertion failure) How can I find root cause of the problem? -- MATPOCKuH