Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2023 04:43:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 272416] Seldom crash happening with RTL8125
Message-ID:  <bug-272416-7501-6O6YmlyBHb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272416-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272416-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=3D272416

Zhenlei Huang <zlei@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlei@FreeBSD.org

--- Comment #8 from Zhenlei Huang <zlei@FreeBSD.org> ---
(In reply to Tino Engel from comment #7)
> From the crash dump stacks, it seems to end up in line 7106, which is bet=
ween=20
> #if OS_VER < VERSION(4,9)
> and
> #else

> see also Comment #4:
> #8  ether_input (ifp=3D<optimized out>, m=3D0xffff)
>     at /usr/src/sys/net/if_ethersubr.c:849

> That seems wrong to me for FreeBSD 13. See if_rereg.h:
> #define OS_VER	__FreeBSD_version

See /usr/src/sys/net/if_ethersubr.c:

```
void
ether_ifattach(struct ifnet *ifp, const u_int8_t *lla)
{
...
    ifp->if_input =3D ether_input;
...
}
```

--=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-272416-7501-6O6YmlyBHb>