From owner-freebsd-newbies Mon Jun 17 11:34:16 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from scandd1.fhg.de (scandd1.dresden.fhg.de [192.102.167.4]) by hub.freebsd.org (Postfix) with ESMTP id 0767437B447 for ; Mon, 17 Jun 2002 11:34:09 -0700 (PDT) Received: from scandd1.fhg.de (localhost [127.0.0.1]) by scandd1.fhg.de (8.11.1/8.11.1) with ESMTP id g5HIUoO09729; Mon, 17 Jun 2002 20:30:50 +0200 (MET DST) Received: from iis.fhg.de (iis.iis.fhg.de [153.96.172.2]) by scandd1.fhg.de (8.11.1/8.11.1) with ESMTP id g5HIUj709675; Mon, 17 Jun 2002 20:30:45 +0200 (MET DST) Received: by iis.fhg.de with ESMTP; Mon, 17 Jun 2002 20:30:44 +0200 (MET DST) from sunserv02.iis.fhg.de Received: from gmx.net by sunserv02.iis.fhg.de (8.8.8+Sun/SMI-SVR4) id UAA05494; Mon, 17 Jun 2002 20:30:42 +0200 (MET DST) Message-ID: <3D0E2AD2.E1872C8A@gmx.net> Date: Mon, 17 Jun 2002 20:30:42 +0200 From: Michael Haertl Organization: private X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd Cc: newbies@freebsd.org Subject: Re: core dump error References: <20020615175646.C66225-100000@m-net.arbornet.org> <000e01c214b9$a312d1a0$02a8a8c0@mdd> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "freebsd" wrote: > Unusual System Events > =-=-=-=-=-=-=-=-=-=-= > Jun 15 16:52:12 webserver /kernel: pid 46274 (cc1), uid 0: exited on signal > 11 (core dumped) > Jun 15 16:52:12 webserver /kernel: pid 46274 (cc1), uid 0: exited on signal > 11 (core dumped) > Jun 15 16:52:12 webserver /kernel: Jun 15 16:52:12 webserver /kernel: pid > 46274 (cc1), uid 0: exited on signal 11 (core dumped) > > what does it relate to ? how do i fix or is it a program being accessed then > done its job ? well, read the line(s): the program cc1 with process ID 46274, which was run as user root (user ID 0), got a signal 11 and exited (stopped working). Saying the kernel of the machine with name "webserver" sent a signal "seg_fault" to the application, stopped the application, removed it from memory and stored a core dump of it on your hard drive. cc1 is part of the GNU compiler collection (gcc). If you didn't compile anything on Jun 15 at 16:52:12 on that machine (as user root!) I would get worried. Obviously the compilation didn't finish well. Signal 11 says segmentation fault, the application accessed a memory area it wasn't allowed to. It is unlikely that a gcc programm does such a thing "by nature". This might indicate bad hardware (e.g. a memory problem). See also a sig-11 FAQ e.g. at http://www.bitwizard.nl/sig11/ This question might get better answers on freebsd-questions. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message