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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
