From owner-freebsd-stable Sun Feb 20 15:15: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 6E96F37C00B for ; Sun, 20 Feb 2000 15:14:41 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id AAA02304 for ; Mon, 21 Feb 2000 00:14:35 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id AAA29960 for freebsd-stable@freebsd.org; Mon, 21 Feb 2000 00:13:31 +0100 (MET) Date: Mon, 21 Feb 2000 00:13:31 +0100 From: Roland Jesse To: freebsd-stable@freebsd.org Subject: Mysterious core dumps for make and cc1 on a recent -stable machine Message-ID: <20000221001331.A29956@knecht.cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When doing a more or less "big" build (like building vtk or buildworld), I am getting core dumps for make, as, and cc1 at nondeterministic points during the compilation. /var/log/messages does not tell much: Feb 20 23:47:57 arthur /kernel: pid 17209 (make), uid 0: exited on signal 11 (core dumped) That one happened while doing a "make buildworld": ===> gnu/libexec/uucp/uustat /usr/obj/usr/src/gnu/libexec/uucp/uustat created for /usr/src/gnu/libexec/uucp/uustat Segmentation fault - core dumped *** Error code 139 Doing another buildworld right ahead goes on for a couple of minutes but dumps core at another point in the source tree. The system is: j.trillian ~ % uname -a FreeBSD trillian.my.local.domain 3.4-STABLE FreeBSD 3.4-STABLE #5: Sat Feb 19 23:48:39 MET 2000 j@trillian:/usr/src/sys/compile/TRILLIAN i386 I cannot really ktrace the whole build as the size of the generated output might eventually exceed my free disk space. Any other hints on how to track this down are appreciated. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message