https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292162
--- Comment #8 from Kristof Provost <[email protected]> --- I'm seeing this panic running the pf tests: panic: /usr/src/sys/netinet6/mld6.c:562: mld_domifdetach: Bad link elm 0xfffffe009abf21d8 prev->next != elm cpuid = 1 time = 1767917830 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0xa5/frame 0xfffffe00989a1490 kdb_backtrace() at kdb_backtrace+0xc6/frame 0xfffffe00989a15f0 vpanic() at vpanic+0x214/frame 0xfffffe00989a1790 panic() at panic+0xb5/frame 0xfffffe00989a1860 mld_domifdetach() at mld_domifdetach+0x1d3/frame 0xfffffe00989a18a0 in6_ifdeparture() at in6_ifdeparture+0x74/frame 0xfffffe00989a18d0 if_detach_internal() at if_detach_internal+0x29b/frame 0xfffffe00989a19a0 if_detach() at if_detach+0x9e/frame 0xfffffe00989a19e0 enc_clone_destroy() at enc_clone_destroy+0x7e/frame 0xfffffe00989a1a10 if_clone_destroyif_flags() at if_clone_destroyif_flags+0xaf/frame 0xfffffe00989a1a60 if_clone_detach() at if_clone_detach+0x17e/frame 0xfffffe00989a1aa0 vnet_enc_uninit() at vnet_enc_uninit+0x61/frame 0xfffffe00989a1ac0 vnet_destroy() at vnet_destroy+0x233/frame 0xfffffe00989a1b10 prison_deref() at prison_deref+0x1339/frame 0xfffffe00989a1c70 sys_jail_remove() at sys_jail_remove+0x192/frame 0xfffffe00989a1d10 amd64_syscall() at amd64_syscall+0x3d5/frame 0xfffffe00989a1f30 fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe00989a1f30 --- syscall (508, FreeBSD ELF64, jail_remove), rip = 0xc697f43031a, rsp = 0xc697d504648, rbp = 0xc697d5046d0 --- KDB: enter: panic [ thread pid 4978 tid 100135 ] Stopped at kdb_enter+0x34: movq $0,0x22a93b1(%rip) with bricoler: ./bricoler run freebsd-src-regression-suite -p freebsd-src:url=/usr/src/ -p "freebsd-src-regression-suite:tests=sys/netpfil sbin/pfctl" -p freebsd-src-build:kernel_config=GENERIC-KASAN -p freebsd-src-regression-suite:hypervisor=bhyve -p freebsd-src:branch="" (The /usr/src tree is main with your patches rebased on top, and the truss netlink changes, but I don't think those matter here.) -- You are receiving this mail because: You are the assignee for the bug.
