Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 23:47:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 242784] arp: segfault on service netif restart
Message-ID:  <bug-242784-7501-nmLaxqJhhw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242784-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242784-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242784

--- Comment #4 from corvid@openmailbox.org ---
rc.conf
wlans_iwn0=3D"wlan0"
ifconfig_wlan0=3D"NOAUTO WPA DHCP"
ifconfig_em0=3D"NOAUTO DHCP"
dhclient_program=3D"/usr/local/sbin/dhclient"

for wpa_supplicant, I can't guess what network I would have been on.

reproducibility: I hadn=E2=80=99t had dns strangeness again, so I hadn=E2=
=80=99t tried again,
figuring the conditions were different, but let=E2=80=99s just go ahead and=
 see what
happens right now.

Well. Silly me. It _is_ reproducible. Here=E2=80=99s what happened to show =
up in the
system log:
Dec 29 23:40:53 <kern.info> kernel: in6_purgeaddr: err=3D65, destination ad=
dress
delete failed
Dec 29 23:40:53 <kern.info> kernel: lo0: link state changed to DOWN
Dec 29 23:40:53 <daemon.info> dhclient[90852]: DHCPRELEASE of [...] on wlan=
0 to
[...] port 67
Dec 29 23:40:53 <kern.info> kernel: wlan0: deletion failed: 3
Dec 29 23:40:53 <kern.info> kernel: wlan0: link state changed to DOWN
Dec 29 23:40:53 <daemon.notice> wpa_supplicant[69228]: wlan0:
CTRL-EVENT-DISCONNECTED bssid=3D[...] reason=3D3 locally_generated=3D1
Dec 29 23:40:53 <daemon.notice> wpa_supplicant[69228]: wlan0:
CTRL-EVENT-TERMINATING=20
Dec 29 23:40:53 <kern.info> kernel: wlan0: bpf attached
Dec 29 23:40:53 <kern.info> syslogd: last message repeated 1 times
Dec 29 23:40:53 <kern.info> kernel: wlan0: Ethernet address: [...]
Dec 29 23:40:53 <kern.info> kernel: lo0: link state changed to UP
Dec 29 23:40:54 <daemon.err> dhclient[90852]: receive_packet failed on wlan=
0:
No error: 0
Dec 29 23:40:54 <kern.info> kernel: pid 43492 (arp), jid 0, uid 0: exited on
signal 11 (core dumped)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242784-7501-nmLaxqJhhw>