Date: Fri, 17 Jul 2009 22:02:43 -0800 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Cc: Andrey Shuvikov <mr.hyro@gmail.com> Subject: Re: hald: kmem_malloc error Message-ID: <200907172202.43824.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <24393ae80907171959u62705d8akb1e0aaec1d2f2c44@mail.gmail.com> References: <24393ae80907171959u62705d8akb1e0aaec1d2f2c44@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html> uname -a and dmesg output also help in diagnosing this problem. -- Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907172202.43824.mel.flynn%2Bfbsd.questions>