From owner-freebsd-hackers Tue Mar 2 17: 8:46 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.tamu.edu (clavin.cs.tamu.edu [128.194.130.106]) by hub.freebsd.org (Postfix) with ESMTP id CF55614E12 for ; Tue, 2 Mar 1999 17:08:43 -0800 (PST) (envelope-from gurudatt@cs.tamu.edu) Received: from dilbert.cs.tamu.edu (IDENT:2146@dilbert [128.194.133.100]) by cs.tamu.edu (8.9.1/8.9.1) with ESMTP id TAA15459; Tue, 2 Mar 1999 19:07:38 -0600 (CST) Received: from localhost by dilbert.cs.tamu.edu (8.9.1/8.9.1) with SMTP id TAA00703; Tue, 2 Mar 1999 19:06:16 -0600 (CST) X-Authentication-Warning: dilbert.cs.tamu.edu: gurudatt owned process doing -bs Date: Tue, 2 Mar 1999 19:06:16 -0600 (CST) From: Gurudatt Shenoy X-Sender: gurudatt@dilbert To: "Daniel J. Wharton" Cc: FreeBSD Hackers , chris@calldei.com Subject: Re: Repeated automatic reboots In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel, Chris; thanks for your responses. Here's some more information: I think I have enough physical memory :This was what it showed me while booting: Real Memory: 20480 KB Actual Memory: 17700 KB (Btw, what's the distiction? Is the "actual mem" that which is available after loading all the memory resident modules?) The code I wrote goes like this (It is not device driver code; just a simple routine to carry out some initializations I needed to do to take some jitter measurements) : int jittertab_init(p, uap,retval) struct proc *p; struct jittertab_init_args /*{ Struct definition in sysproto.h int dummy; } */ *uap; int *retval; { int i; jitter_tab_ptr = 0; /* Extern variable; defined in init_main.c */ for(i=0;i I added a simple system call to my FreeBSD 2.2.8 kernel and compiled it. > Everything was okay till I rebooted the machine (Intel 486). > After the usual probes for devices etc, it gave me this message: > > clntudp_create : Out of memory > clntudp_create : Out of memory > (null) > Automatic reboot in 15 seconds... > > Anyone have any idea why this is happening? > timeval structures, initializing each entry to zero> > > I ran an older version of the kernel and it > worked fine. > > Appreciate your comments, > Guru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message