Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2005 15:18:23 +0100 (BST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        "Stephane E. Potvin" <sepotvin@videotron.ca>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: Reboot while booting with new per-CPU allocator
Message-ID:  <20050616151502.X27625@fledge.watson.org>
In-Reply-To: <42B18536.3080200@videotron.ca>
References:  <42B18536.3080200@videotron.ca>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 16 Jun 2005, Stephane E. Potvin wrote:

>  Kernel malloc layers malloc_type allocation over one of two underlying
>  allocators: a set of power-of-two UMA zones for small allocations, and the
> ...
>  modifications to vmstat in order to restore "vmstat -m" on core dumps will
>  follow shortly.
>
> I get spontaneous reboots while the kernel is loading after the kernel 
> finds the APICs while booting verbose:

It sounds like you've one a binary search to track this down and it's 
definitely that commit that did it?  I.e., if you specifically back out 
the associated changes to kern_malloc.c and malloc.h locally with a curret 
kernel, all is well?

Have you tried running with kern_malloc.c:1.141 (Jun 10) from Joseph 
Koshy, which corrects a bug in the deregistering of malloc types?

It looks like you're running with a serial console, but if not, could you 
do so and make sure there are no last second printfs that get eaten by the 
reboot clearing the video console?

Thanks,

Robert N M Watson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050616151502.X27625>