Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: amd64 panic
On Mon, Oct 30, 2017 at 02:01:05PM +0000, Patrick Welche wrote:
> Just updated src, booted new DIAGNOSTIC LOCKDEBUG etc amd64 kernel with
>
> boot netbsd.dbg -vx
> #5 0xffffffff808c0c29 in ffs_init_vnode (ump=ump@entry=0xffffe40469b74e08,
> vp=0xffffe40466988d20, ino=7028539)
> at ../../../../ufs/ffs/ffs_vfsops.c:1995
1993 /* Allocate and initialize inode. */
1994 ip = pool_cache_get(ffs_inode_cache, PR_WAITOK);
1995 memset(ip, 0, sizeof(struct inode));
(gdb) print ip
$1 = (struct inode *) 0x0
(gdb) print *ffs_inode_cache
$3 = {pc_pool = {pr_poollist = {tqe_next = 0xffffe4046aedf540,
tqe_prev = 0xffffe4046b6ea440}, pr_emptypages = {lh_first = 0x0},
pr_fullpages = {lh_first = 0xffffe40466deebd8}, pr_partpages = {
lh_first = 0xffffe40466deeb30}, pr_curpage = 0xffffe40466deeb30,
...
Home |
Main Index |
Thread Index |
Old Index