Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2017 12:43:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 219935] Kernel panic in getnewvnode (possibly ZFS related)
Message-ID:  <bug-219935-8-uW0fg9IskH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219935-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219935-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219935

--- Comment #7 from Raimo Niskanen <raimo+freebsd@erix.ericsson.se> ---
Sorry.  Now I got it.

(kgdb) p *vp[0]->v_cache_dst.tqh_first
$7 =3D {
  nc_hash =3D {
    le_next =3D 0x0,=20
    le_prev =3D 0xfffffe0000ebe650
  },=20
  nc_src =3D {
    le_next =3D 0x0,=20
    le_prev =3D 0xfffff802cb689980
  },=20
  nc_dst =3D {
    tqe_next =3D 0x0,=20
    tqe_prev =3D 0xfffff801ed8b0d38
  },=20
  nc_dvp =3D 0xfffff802cb689938,=20
  nc_vp =3D 0xfffff801ed8b0ce8,=20
  nc_flag =3D 0 '\0',=20
  nc_nlen =3D 15 '\017',=20
  nc_name =3D 0xfffff800178c6ac2 "msg-19872-1.txt"
}

What should I look for in the vnodes in this linked list?
(kgdb) p vp[0]->v_nmntvnodes.tqe_next
$8 =3D (struct vnode *) 0xfffff801eda4b938

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219935-8-uW0fg9IskH>