From owner-freebsd-current@FreeBSD.ORG Thu Apr 29 20:33:36 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F1121065674 for ; Thu, 29 Apr 2010 20:33:36 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 49F608FC24 for ; Thu, 29 Apr 2010 20:33:35 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA17602; Thu, 29 Apr 2010 23:33:31 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1O7aQN-0009fO-Hi; Thu, 29 Apr 2010 23:33:31 +0300 Message-ID: <4BD9ED1A.3050100@icyb.net.ua> Date: Thu, 29 Apr 2010 23:33:30 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100321) MIME-Version: 1.0 To: Michael Moll References: <20100429153154.GA70173@darkthrone.kvedulv.de> In-Reply-To: <20100429153154.GA70173@darkthrone.kvedulv.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: config(8) dumps core 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, 29 Apr 2010 20:33:36 -0000 on 29/04/2010 18:31 Michael Moll said the following: [snip] > Assertion failed: (r != '\0' && ("Char present in the configuration " "string > mustn't be equal to 0")), function kernconfdump, file > /usr/src/usr.sbin/config/main.c, line 721. [snip] > Any ideas on this? Yes, one idea - to verify what the message above says. You can use hd to see if you indeed have '\0' (0x00) symbol somewhere within your kernel config file. -- Andriy Gapon