Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2000 00:55:58 -0300 (ART)
From:      "Fernando P. Schapachnik" <fernando@schapachnik.com.ar>
To:        grog@lemis.com (Greg Lehey)
Cc:        fernando@cursosvirtuales.com.ar, freebsd-questions@freebsd.org
Subject:   Re: Debugging kernel
Message-ID:  <200003120355.AAA00947@localhost.schapachnik.com.ar>
In-Reply-To: <20000310143306.A1286@freebie.lemis.com> from Greg Lehey at "Mar 10, 0 02:33:07 pm"

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




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