Date: Mon, 21 Feb 2022 14:52:41 +0100 From: Hans Petter Selasky <hps@selasky.org> To: Michael Jung <mikej@paymentallianceintl.com>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: New panic in main-n253273-a52d8d4a6c6: Message-ID: <dbd20a4d-b5a3-390e-a231-8ccca4f64c70@selasky.org> In-Reply-To: <6fcc161dd23b4f7ebe7cc789f11c017e@MAIL-HUB.pai.local> References: <b7ca5b5e7a9a4df3951a2cb2f1d63552@MAIL-HUB.pai.local> <d04c0d93-8168-f53a-a5fd-865a1f6d2486@selasky.org> <6fcc161dd23b4f7ebe7cc789f11c017e@MAIL-HUB.pai.local>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2/21/22 14:07, Michael Jung wrote: > (kgdb) fram 16 > #16 0xffffffff80bad587 in closefp_impl (fdp=0xfffffe012b7c0430, fd=4, fp=0xfffff801cc119280, td=0xfffffe00df8d0560, audit=true) at /usr/src/sys/kern/kern_descrip.c:1300 > 1300 error = closef(fp, td); > > (kgdb) print /x *fdp > $1 = {fd_files = 0xfffffe00df6d9000, fd_map = 0xfffff80001bb1800, fd_freefile = 0x4, fd_refcnt = 0x1, fd_holdcnt = 0x1, fd_sx = {lock_object = {lo_name = 0xffffffff8124f6a9, lo_flags = 0x2330000, lo_data = 0x0, > lo_witness = 0xfffff8041eb94000}, sx_lock = 0x1}, fd_kqlist = {tqh_first = 0x0, tqh_last = 0x0}, fd_holdleaderscount = 0x0, fd_holdleaderswakeup = 0x0} > (kgdb) Can you also: print /x *fp in the same frame? --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dbd20a4d-b5a3-390e-a231-8ccca4f64c70>