Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2023 11:01:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271344] page fault during assigning/removing IPv6 addresses simultaneously
Message-ID:  <bug-271344-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 271344
           Summary: page fault during assigning/removing IPv6 addresses
                    simultaneously
           Product: Base System
           Version: 13.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org

Created attachment 242098
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D242098&action=
=3Dedit
panic

Reproduced on powerpc64 with bge and on amd64 with ice and bge.
Run the following command repeatedly:
for i in {1..20}; do ifconfig ice0 inet6 fec0::2:930/112 & ifconfig ice0 in=
et6
fec0::2:930 delete & done

It may take a few attempts, but will result in the attached panic (on amd64
with ice).

--=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-271344-227>