From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 20:44:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B76106564A for ; Mon, 14 Jul 2008 20:44:00 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 6498A8FC0A for ; Mon, 14 Jul 2008 20:44:00 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 85DF61CD94; Mon, 14 Jul 2008 12:43:59 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 14 Jul 2008 22:43:58 +0200 User-Agent: KMail/1.9.7 References: <235b80000807140357m351f801bw254aab35367682bb@mail.gmail.com> <235b80000807140547t9007b13of23a1db09085cb71@mail.gmail.com> In-Reply-To: <235b80000807140547t9007b13of23a1db09085cb71@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807142243.58543.fbsd.questions@rachie.is-a-geek.net> Cc: tethys ocean Subject: Re: Core(TM)2 Quad and TOP output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2008 20:44:00 -0000 On Monday 14 July 2008 14:47:26 tethys ocean wrote: > pid 835 (httpd), uid 80: exited on signal 4 > pid 743 (httpd), uid 80: exited on signal 4 > pid 741 (httpd), uid 80: exited on signal 4 > pid 1047 (httpd), uid 80: exited on signal 4 > pid 14778 (httpd), uid 80: exited on signal 4 > pid 1043 (httpd), uid 80: exited on signal 4 > pid 739 (httpd), uid 80: exited on signal 4 > pid 769 (httpd), uid 80: exited on signal 4 > pid 1042 (httpd), uid 80: exited on signal 4 > pid 894 (httpd), uid 80: exited on signal 4 > pid 14773 (httpd), uid 80: exited on signal 4 > pid 1027 (httpd), uid 80: exited on signal 4 Aside from the noted problems with one cpu, you are also using miscompiled binaries: $ grep SIGILL /usr/include/sys/signal.h #define SIGILL 4 /* illegal instr. (not reset when caught) */ -- Mel Problem with today's modular software: they start with the modules and never get to the software part.