Subject: Re: kern/18013: NFS kernel crash
To: None <tnn@netilium.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-bugs
Date: 08/25/2002 17:02:21
On Sun, Aug 25, 2002 at 04:29:02PM +0200, Manuel Bouyer wrote:
> My first attemps to get a core dump failed, trying again.

I got a core dump, but I didn't get anything usefull out of it:
(gdb) proc 0xfffffc000460d148      
(gdb) where
#0  0xfffffc0000403eb8 in mi_switch (p=0xfffffc000460d148)
    at /home/src/sys/arch/alpha/compile/DISCO/../../../../kern/kern_synch.c:856
warning: Hit heuristic-fence-post without finding
warning: enclosing function for address 0xfffffe00001911b8
This warning occurs if you are debugging a function without any symbols
(for example, in a stripped executable).  In that case, you may wish to
increase the size of the search with the `set heuristic-fence-post' command.

Otherwise, you told GDB there was a function where there isn't one, or
(more likely) you have encountered a bug in GDB.
(gdb)

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--