From owner-freebsd-questions@FreeBSD.ORG Sat Jul 18 06:02:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5639106566C for ; Sat, 18 Jul 2009 06:02:45 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 964AF8FC16 for ; Sat, 18 Jul 2009 06:02:45 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 024417E818; Fri, 17 Jul 2009 22:02:44 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Fri, 17 Jul 2009 22:02:43 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA1; KDE/4.2.4; i386; ; ) References: <24393ae80907171959u62705d8akb1e0aaec1d2f2c44@mail.gmail.com> In-Reply-To: <24393ae80907171959u62705d8akb1e0aaec1d2f2c44@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907172202.43824.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Andrey Shuvikov Subject: Re: hald: kmem_malloc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2009 06:02:46 -0000 On Friday 17 July 2009 18:59:49 Andrey Shuvikov wrote: > I'm trying to configure X and according to the manual enabled DBUS and > HALD. But when hald is starting up I get kernel panic: > > kmem_malloc: entry not found or misaligned > > Does anyone know what could be wrong? I have memory dump if it can > help but it's big (173M). If you have a file /var/crash/vmcore.0, you will want to run the following command: kgdb /boot/kernel/kernel /var/crash/vmcore.0 Then type bt at the prompt and paste output here. More info: uname -a and dmesg output also help in diagnosing this problem. -- Mel