https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207080
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kristof Provost <[email protected]> --- I've had a quick look at this, and I think there are two problems. The first is 'pfctl: failed to create table __automatic_4130873d_220 in : Cannot allocate memory'. For some reason the kernel is unable to create this table. That might be simple memory pressure (i.e. a combination of memory use and memory fragmentation). The second is the crash of pfctl. That looks like heap corruption as a result of incorrect handling of the error from the kernel. For that one rebuilding world with 'DEBUG_FLAGS=-g' and running pfctl in valgrind is quite useful. I've had a quick test on 10 as well, and I've been unable to reproduce the problem there. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
