[Bug 233535] Machines lost ping6 after adding same IPv6 address

2019-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 Bjoern A. Zeeb changed: What|Removed |Added Assignee|n...@freebsd.org |hsela...@freebsd.org --- Comment

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2019-01-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 Hans Petter Selasky changed: What|Removed |Added Attachment #200699|0 |1 is obsolete|

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 Hans Petter Selasky changed: What|Removed |Added Attachment #200658|0 |1 is obsolete|

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #20 from Hans Petter Selasky --- Created attachment 200658 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200658&action=edit Fix missing decrement of refcount in IPv6 code (w/ additional debug code) ae@ : Can you tes

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #19 from Hans Petter Selasky --- Just before the panic above, the following functions were called. It turns out there is a race that mld_fasttimo() can be called during in6_joingroup(). --HPS acquire_locked - post inc - 0x

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #18 from Hans Petter Selasky --- Documenting yet another related crash scenario: #12 0x80e292f0 in mld_change_state (inm=0xf802eb1f5800, delay=0) at /usr/img/freebsd/sys/netinet6/mld6.c:1909 #13 0x80e154

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #17 from Andrey V. Elsukov --- So, trying with enabled/disabled net.inet6.mld.v1enable I discovered, that with disabled MLDv1 it doesn't panic. But the problem when host leaves multicast groups and stops respond to ND6 NS due to

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #16 from Andrey V. Elsukov --- Unread portion of the kernel message buffer: panic: Assertion inm->in6m_refcount > 0 failed at /home/devel/freebsd/base/head/sys/netinet6/in6_mcast.c:636 cpuid = 0 time = 1545140639 KDB: stack back

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #15 from Hans Petter Selasky --- Can you try the patch with MPASS() removed? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mai

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #14 from Hans Petter Selasky --- Can you show the backtrace? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mailing list https:

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #13 from Andrey V. Elsukov --- So, my guess is that (In reply to Hans Petter Selasky from comment #12) > Created attachment 200199 [details] > Fix missing decrement of refcount in IPv6 code. > > Hi, > > Please find attached a

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #12 from Hans Petter Selasky --- Created attachment 200199 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200199&action=edit Fix missing decrement of refcount in IPv6 code. Hi, Please find attached a patch to try to

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #11 from Andrey V. Elsukov --- Also there is memory leak for "in6_multi" type. It can be observed by this script: while true; do ifconfig mce3 inet6 fe80::15 sleep 2 done -- You are receiving this mail because: You are the as

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 Andrey V. Elsukov changed: What|Removed |Added CC||b...@freebsd.org --- Comment #

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #9 from Andrey V. Elsukov --- It seems the problem is even worse. The system leaves multicast groups after some time without any reconfiguration and stops to reply to ND6 NS. 1. ifmcstat before test: em0: inet 10.9.8.6

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 Andrey V. Elsukov changed: What|Removed |Added CC||mm...@freebsd.org --- Comment

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-12-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #7 from Slava Shwartsman --- Any updates? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-11-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #6 from Slava Shwartsman --- (In reply to Andrey V. Elsukov from comment #5) This is the output after the issue reproduced: # ifconfig igb0 igb0: flags=8843 metric 0 mtu 1500 options=e527bb ether 0c:c4:7a:a8:b7:

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-11-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #5 from Andrey V. Elsukov --- (In reply to Slava Shwartsman from comment #4) > (In reply to Andrey V. Elsukov from comment #3) > I would expect that ping will continue to work. I'll try to reproduce this. But can you also show

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-11-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 --- Comment #4 from Slava Shwartsman --- (In reply to Conrad Meyer from comment #1) Same issue appeared when setting the prefix: HOST A: ifconfig igb0 inet6 2002::1/64 HOST B: ifconfig igb0 inet6 2002::2/64 # ping6 2002::2 PING6(56=40+8+8

[Bug 233535] Machines lost ping6 after adding same IPv6 address

2018-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233535 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv