https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289297
John Baldwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from John Baldwin <[email protected]> --- The first panic looks like a bug in em(4) and/or iflib where it tries to free a resource that hasn't been allocated. I wonder if the relevant structure isn't allocated with M_ZERO and iflib sees the 0xdeadc0de junk as non-NULL and tries to use it as a struct resource pointer. The second panic is also in iflib, perhaps not handling kern.smp.disabled=1 correctly? -- You are receiving this mail because: You are the assignee for the bug.
