From owner-freebsd-questions Fri Nov 6 08:47:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23591 for freebsd-questions-outgoing; Fri, 6 Nov 1998 08:47:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from culverk.student.umd.edu (culverk.student.umd.edu [129.2.164.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23582 for ; Fri, 6 Nov 1998 08:47:18 -0800 (PST) (envelope-from culverk@wam.umd.edu) Received: from localhost (culverk@localhost) by culverk.student.umd.edu (8.9.1/8.8.7) with ESMTP id LAA00294 for ; Fri, 6 Nov 1998 11:46:45 -0500 (EST) (envelope-from culverk@wam.umd.edu) X-Authentication-Warning: culverk.student.umd.edu: culverk owned process doing -bs Date: Fri, 6 Nov 1998 11:46:44 -0500 (EST) From: Kenneth Wayne Culver X-Sender: culverk@culverk.student.umd.edu To: freebsd-questions@FreeBSD.ORG Subject: kgdb Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to debug the kernel using gdb -k but when I do what is in the handbook, this is what i get: culverk:/usr/src/sys/compile/MYKERNEL# gdb2 -k kernel.debug /usr/tmp/crash/vmcore.0 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... IdlePTD 232000 kernel symbol `kstack' not found. (kgdb) where No stack. (kgdb) How do I get rid of the error about kstack above?? Thanks. Kenneth Culver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message