From owner-freebsd-questions Thu Dec 2 3: 6:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 70F4F14E9F for ; Thu, 2 Dec 1999 03:06:38 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11tU45-000HSR-00; Thu, 02 Dec 1999 13:06:21 +0200 From: Sheldon Hearn To: Colin Campbell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel debugging and page faults In-reply-to: Your message of "Thu, 02 Dec 1999 12:10:18 +1000." Date: Thu, 02 Dec 1999 13:06:21 +0200 Message-ID: <67110.944132781@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 02 Dec 1999 12:10:18 +1000, Colin Campbell wrote: > [...] to investigate further I have enabled core dumps etc. When I > try a "gdb -k" here's what happens: > [...] > kernel symbol `gd_curpcb' not found. > (kgdb) where > No stack. > (kgdb) q Next time, mention which version of FreeBSD you're using, eh? If you're tracking STABLE, rev 1.72.2.4 of src/sys/kern/kern_synch.c may fix your problem. If you're tracking CURRENT, you want rev 1.85. If you're tracking RELENG_2_2, you want rev 1.26.2.6. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message