Re: New panic in main-n253273-a52d8d4a6c6:

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Mon, 21 Feb 2022 13:52:41 UTC
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