From owner-freebsd-current Sun Sep 22 10:47:40 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D328237B401 for ; Sun, 22 Sep 2002 10:47:38 -0700 (PDT) Received: from mx7.mail.ru (mx7.mail.ru [194.67.57.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA51D43E6A for ; Sun, 22 Sep 2002 10:47:37 -0700 (PDT) (envelope-from kan@mail.ru) Received: from drweb by mx7.mail.ru with drweb-scanned (Exim MX.7) id 17tApT-000OtK-00; Sun, 22 Sep 2002 21:47:35 +0400 Received: from [141.154.55.48] (helo=kan.dnsalias.net) by mx7.mail.ru with esmtp (Exim SMTP.7) id 17tApT-000OsC-00; Sun, 22 Sep 2002 21:47:35 +0400 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.5) with ESMTP id g8MHlWQ3089610; Sun, 22 Sep 2002 13:47:32 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id g8MHlRbc089609; Sun, 22 Sep 2002 13:47:27 -0400 (EDT) Date: Sun, 22 Sep 2002 13:47:26 -0400 From: Alexander Kabaev To: Alexander Leidinger Cc: ak03@gte.com, current@FreeBSD.ORG Subject: Re: buildworld fails in gnu/usr.bin/gperf/doc with an internal error Message-Id: <20020922134726.717fe34a.kabaev@bellatlantic.net> In-Reply-To: <20020922181052.4db1cf0f.Alexander@Leidinger.net> References: <20020922172014.26056daa.Alexander@Leidinger.net> <20020922112708.5f35315f.kabaev@bellatlantic.net> <20020922181052.4db1cf0f.Alexander@Leidinger.net> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.2claws30 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Envelope-To: Alexander@Leidinger.net, current@FreeBSD.ORG, ak03@gte.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > This is with a gcc 3.1 world, the internal error is in "stage 1: > bootstrap tools" and gcc 3.2 isn't build at this point. Do you still > want the backtrace? Yes. > > If yes: I can't find a *.core in /usr/{src,obj}, there's no coredump > limit, so how do I get the backtrace? I already tried to go into > gnu/usr.bin/gperf and make a "make cleandir; make cleandir; make", but > I don't get a coredump. > > I also tried to run it withhin gdb, but c++ exists with something like > exit(1) and thats it, no way to make a backtrace. What does kernel log say? When process dies with signal, kernel usually logs the event. If anything, this should give you the name of the process which has died. Running 'gcc' or 'c++' under debugger is not very helpful, because these are just driver programs. The real processes which do the work are cpp1, cc1, ccp1 etc. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message