https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784
Eugene Grosbein <eu...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eu...@freebsd.org --- Comment #5 from Eugene Grosbein <eu...@freebsd.org> --- > Dec 29 23:40:54 <kern.info> kernel: pid 43492 (arp), jid 0, uid 0: exited on > signal 11 (core dumped) You have coredump, so this should be easy to fix if you rebuild /usr/sbin/arp binary with debugging symbols. Provided you have sources installed: cd /usr/src/usr.sbin/arp && make clean obj depend && make "DEBUG_FLAGS=-O0 -g" && install /usr/obj/usr/src/usr.sbin/arp/arp /usr/sbin/ Then reproduce the problem to make new coredump and post backtrace: gdb /usr/sbin/arp arp.core backtrace -- You are receiving this mail because: You are the assignee 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"