https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227603
Bug ID: 227603 Summary: [panic] r323477: Sleeping thread owns a non-sleepable lock Product: Base System Version: 11.1-STABLE Hardware: Any OS: Any Status: New Keywords: crash Severity: Affects Some People Priority: --- Component: kern Assignee: mjo...@freebsd.org Reporter: eu...@freebsd.org CC: n...@freebsd.org, sta...@freebsd.org Created attachment 192611 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192611&action=edit kgdb backtrace The change https://svnweb.freebsd.org/base?view=revision&revision=r323477 makes it possible for kernel thread to sleep on sx lock in vlan_ioctl() function while holding mutex bpf_mtx that is prohibited and leads to panic. kgdb session is attached. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"