From owner-freebsd-questions Sun Mar 12 6: 9: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from servidor1.cursosvirtuales.com.ar (www.cursosvirtuales.com.ar [200.10.104.198]) by hub.freebsd.org (Postfix) with ESMTP id E074037BB1D for ; Sun, 12 Mar 2000 06:08:57 -0800 (PST) (envelope-from fpscha@servidor1.cursosvirtuales.com.ar) Received: (from fpscha@localhost) by servidor1.cursosvirtuales.com.ar (8.9.3/8.9.3) id LAA25846 for freebsd-questions@freebsd.org; Sun, 12 Mar 2000 11:26:15 -0300 (ART) Received: from ns2.via-net-works.net.ar (ns2.via-net-works.net.ar [200.10.100.11]) by servidor1.cursosvirtuales.com.ar (8.9.3/8.9.3) with ESMTP id KAA25776 for ; Sun, 12 Mar 2000 10:49:38 -0300 (ART) Received: from Recabarren.UUCP (uucp@localhost) by ns2.via-net-works.net.ar (8.9.3/8.9.3) with UUCP id KAA15247; Sun, 12 Mar 2000 10:21:10 -0300 (GMT) Received: (from fpscha@localhost) by localhost.schapachnik.com.ar (8.9.3/8.8.5) id AAA00947; Sun, 12 Mar 2000 00:55:58 -0300 (ART) Message-Id: <200003120355.AAA00947@localhost.schapachnik.com.ar> Subject: Re: Debugging kernel In-Reply-To: <20000310143306.A1286@freebie.lemis.com> from Greg Lehey at "Mar 10, 0 02:33:07 pm" To: grog@lemis.com (Greg Lehey) Date: Sun, 12 Mar 2000 00:55:58 -0300 (ART) Cc: fernando@cursosvirtuales.com.ar, freebsd-questions@freebsd.org From: "Fernando P. Schapachnik" X-OS: FreeBSD 3.4 - http://www.freebsd.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG En un mensaje anterior Greg Lehey escribió: > > (kgdb) exec-file kernel.2 > > (kgdb) core-file vmcore.2 > > kernel symbol `IdlePTD' not found. > > (kgdb) where > > No stack. > > (kgdb) symbol-file kernel.debug > > Reading symbols from kernel.debug...done. > > (kgdb) where > > No stack. > > > > Any clues? > > This looks like a mismatch between your installation and your gdb. > Have you done a 'make world'? You could also try: For the record: To solve the problem I did: symbol-file kernel.debug exec-file kernel.2 core-file vmcore.2 and where worked... I can now submit a PR about 3.4 panicing with "pmap_release: freeing held page table page" on an AMD K6-2 400 :) Thanks for all your help! Fernando P. Schapachnik fernando@schapachnik.com.ar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message