From owner-freebsd-questions Tue Mar 27 13:44:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 62D3037B719 for ; Tue, 27 Mar 2001 13:44:50 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 82345 invoked by uid 100); 27 Mar 2001 21:44:46 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15041.2510.179467.579597@guru.mired.org> Date: Tue, 27 Mar 2001 15:44:46 -0600 To: "Brent" Cc: questions@freebsd.org Subject: Re: wierd error message In-Reply-To: <15624925@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brent types: > im running freebsd 4.2 stable...lately ive been seeing this message in my > logs...can anyone tell me what this means ?? > > "pid 3044 (kspace.kss), uid 0: exited on signal 10" > > thanx in advance It's a bus error. See the signal man page for the list. Basically, the program is trying to touch memory it doesn't own (in particular, I think it's asking the kernel to do that), so it gets shut down. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message