[Bug 288895] panic: exclusive sleep mutex pfsync ... locked @ /usr/src/sys/netpfil/pf/if_pfsync.c:3014
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288895 Mark Millard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mark Millard <[email protected]> --- Looks like there is a confusion of arm64 (64-bit) vs. armv7 (32-bit), with this being an armv7 context actually: "repros with arm64, but not amd64" but: "FreeBSD-main-armv7-test" Thee FreeBSD networking code violate alignment requirements for armv7 and there are various bugzilla reports about such. Examples include: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272965 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272966 So armv7 failures are not as surprising. -- You are receiving this mail because: You are the assignee for the bug.