[Bug 242784] arp: segfault on service netif restart

2020-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 Eugene Grosbein changed: What|Removed |Added Assignee|n...@freebsd.org |eu...@freebsd.org -- You are r

[Bug 242784] arp: segfault on service netif restart

2020-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 --- Comment #9 from cor...@openmailbox.org --- with the patch, I no longer get segfaults :) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org m

[Bug 242784] arp: segfault on service netif restart

2019-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 --- Comment #8 from Eugene Grosbein --- Created attachment 210368 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210368&action=edit proposed fix Nevermind. Please try this patch instead. -- You are receiving this mail because:

[Bug 242784] arp: segfault on service netif restart

2019-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 --- Comment #7 from Eugene Grosbein --- There is a check for zero index in the code. Zero index means end of list. Can you please share the backtrace and debugging arp binary with coredump, too? -- You are receiving this mail because: You

[Bug 242784] arp: segfault on service netif restart

2019-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 --- Comment #6 from cor...@openmailbox.org --- It gets into print_entry(), and there’s a loop with careless errors in the loop condition: for (p = ifnameindex; p && ifnameindex->if_index && ifnameindex->if_name; p++) {

[Bug 242784] arp: segfault on service netif restart

2019-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 Eugene Grosbein changed: What|Removed |Added CC||eu...@freebsd.org --- Comment #5

[Bug 242784] arp: segfault on service netif restart

2019-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 --- Comment #4 from cor...@openmailbox.org --- rc.conf wlans_iwn0="wlan0" ifconfig_wlan0="NOAUTO WPA DHCP" ifconfig_em0="NOAUTO DHCP" dhclient_program="/usr/local/sbin/dhclient" for wpa_supplicant, I can't guess what network I would have be

[Bug 242784] arp: segfault on service netif restart

2019-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 --- Comment #3 from cor...@openmailbox.org --- FreeBSD 12.1-RELEASE-p1 FreeBSD 12.1-RELEASE-p1 GENERIC amd64 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd

[Bug 242784] arp: segfault on service netif restart

2019-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 --- Comment #2 from cor...@openmailbox.org --- Created attachment 210316 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210316&action=edit dmesg.boot -- You are receiving this mail because: You are the assignee for the bug.

[Bug 242784] arp: segfault on service netif restart

2019-12-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784 Kubilay Kocak changed: What|Removed |Added Summary|arp segfault|arp: segfault on service