Date: Thu, 26 Aug 2021 14:24:33 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 258049] vm_reserv_depopulate panic. Message-ID: <bug-258049-227-rvGoADohDc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258049-227@https.bugs.freebsd.org/bugzilla/> References: <bug-258049-227@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=3D258049 --- Comment #4 from dgilbert@eicat.ca --- (kgdb) frame 14 #14 0xffffffc0005a8da0 in vm_page_free_prep (m=3D0xffffffd3f1012168) at /usr/src/sys/vm/vm_page.c:3842 warning: Source file is more recent than executable. 3842 if ((m->flags & PG_PCPU_CACHE) =3D=3D 0 && vm_reserv_free_p= age(m)) (kgdb) p/x *m $1 =3D {plinks =3D {q =3D {tqe_next =3D 0xffffffd3f10121d0, tqe_prev =3D 0xffffffd3f1012100}, s =3D {ss =3D { sle_next =3D 0xffffffd3f10121d0}}, memguard =3D {p =3D 0xffffffd3f1= 0121d0, v =3D 0xffffffd3f1012100}, uma =3D { slab =3D 0xffffffd3f10121d0, zone =3D 0xffffffd3f1012100}}, listq =3D= {tqe_next =3D 0xffffffd3f10121d0, tqe_prev =3D 0xffffffd3f1012110}, object =3D 0x0, pindex =3D 0x2d0, phy= s_addr =3D 0x21f2d0000, md =3D {pv_list =3D { tqh_first =3D 0x0, tqh_last =3D 0xffffffd3f10121a0}, pv_gen =3D 0xf, = pv_memattr =3D 0x2}, ref_count =3D 0x0, busy_lock =3D 0xfffffffe, a =3D {{flags =3D 0x18, queue =3D 0x1, act_coun= t =3D 0x5}, _bits =3D 0x5010018}, order =3D 0xc, pool =3D 0x0, flags =3D 0x0, oflags =3D 0x0, psind =3D 0x0, segind =3D 0x= 1, valid =3D 0x0, dirty =3D 0x0} (kgdb) p/x *(vm_reserv_t)0xffffffd3e672c560 $2 =3D {lock =3D {lock_object =3D {lo_name =3D 0xffffffc00066006c, lo_flags= =3D 0x1030000, lo_data =3D 0x0, lo_witness =3D 0xffffffd3ffd8e180}, mtx_lock =3D 0xffffffc2227f7100}, partpopq =3D {tqe_next =3D 0xffffffd3e6756fe0, tqe_prev =3D 0xffffffd3e679c240}, objq =3D {le_next =3D 0xffffffd3e67b0= 4a0, le_prev =3D 0xffffffd0a46be0c0}, object =3D 0xffffffd0a46be000, pindex =3D 0x200, pages =3D 0xffffffd3f100= cce8, popcnt =3D 0xef, domain =3D 0x0, inpartpopq =3D 0x1, lasttick =3D 0xa9d59012, popmap =3D {0x0, 0x0, 0x0, 0xffffffffff000000, 0xfffffffffffe040f, 0x24fc0ffffc925927, 0xffffff0847fc9249, 0x1fffffffffffffff}} --=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-258049-227-rvGoADohDc>