Date: Tue, 3 Oct 2000 09:07:50 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Kenjiro Cho <kjc@csl.sony.co.jp> Cc: gallatin@cs.duke.edu, freebsd-alpha@freebsd.org, core@kame.net Subject: Re: size problems with INVARIANTS/DIAGNOSTIC -current kernels Message-ID: <Pine.BSF.4.21.0010030906390.94692-100000@salmon.nlsystems.com> In-Reply-To: <20001003165514K.kjc@csl.sony.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 3 Oct 2000, Kenjiro Cho wrote: > > I encountered a similar problem with a KAME snap for FreeBSD-4.1R > (without INVARIANTS/DIAGNOSTIC). > Apparently, my XP900 freezes at the first malloc called from the > syscons sysinit. > malloc > sc_vtb_init > sc_alloc_scr_buffer > scmeminit (syscons.c) > mi_startup > > If the kernel size is reduced by disabling IPSEC, the system boots fine. > The magic number for the kernel size seems to be around 4MB. > > 4.1R GENERIC kernel: (OK) > text data bss dec hex filename > 3472108 300196 174306 3946610 3c3872 kernel > KAME kernel: (NG) > text data bss dec hex filename > 3776569 338384 226922 4341875 424073 kernel > KAME -IPSEC: (OK) > text data bss dec hex filename > 3502027 301172 181338 3984537 3ccc99 kernel Could you compile a kernel with DEBUG_CLUSTER defined in machdep.c so that I can see what the system memory map looks like. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010030906390.94692-100000>