Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 20:30:42 +0200
From:      Michael Haertl <michael.haertl@gmx.net>
To:        freebsd <brain_damaged@florida-wireless.com>
Cc:        newbies@freebsd.org
Subject:   Re: core dump error
Message-ID:  <3D0E2AD2.E1872C8A@gmx.net>
References:  <20020615175646.C66225-100000@m-net.arbornet.org> <000e01c214b9$a312d1a0$02a8a8c0@mdd>

next in thread | previous in thread | raw e-mail | index | archive | help
"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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D0E2AD2.E1872C8A>