Date: Tue, 29 Dec 1998 20:28:37 -0500 (EST) From: Mark Turpin <mturpin@saturn.spel.com> To: Alpha Mailing list <alpha@FreeBSD.ORG> Subject: 3.0-19981208-SNAP - Boot problem Message-ID: <Pine.BSF.4.05.9812292020450.3129-100000@saturn.spel.com> In-Reply-To: <Pine.BSF.4.05.9812262029440.29056-100000@saturn.spel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
As I posted earlier I get the following error on my multia. insufficent dynamic memory for a request of 3275342649 bytes So, I've done some checking and it seems to me that in /usr/src/sys/boot/alpha/boot1/sys.c fs->fs_bsize is REALLY big. Large enough to give the above error (3GB). If I compile boot.c with #define DEBUG it will lockup in devread on puthex(size). devread is called from find() in sys.c like this: devread(iobuf, fsbtodb(fs, ino_to_fsba(fs, ino)) + boff, fs->fs_bsize_); Am I doing something stupid to cause this? Thanks Mark ----------------------------------------------------------------------------- Mark Turpin | Consulting - Training - Network Installation Systems Engineer | Main Street Technology Centre | http://www.MainStreetTech.com ----------------------------------------------------------------------------- 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.05.9812292020450.3129-100000>