Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2025 23:56:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 284283] if_re(4) crashes when attaching on RVVM
Message-ID:  <bug-284283-7501-GfuDy4S4r3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-284283-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-284283-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=3D284283

--- Comment #5 from Hyogeol Lee <hyogeollee@gmail.com> ---
I attached backtrace with debug info.

Maybe crashed by this:

(kgdb) frame 16
#16 0xffffffc00042ade8 in ifmedia_ioctl (ifp=3D0xffffffd02c44a800,
ifr=3D0xffffffc06280d2e0,=20
    ifm=3D0xffffffd00385f200, cmd=3D<optimized out>) at
/usr/src/sys/net/if_media.c:293
warning: Source file is more recent than executable.
293                     (*ifm->ifm_status)(ifp, ifmr);
(kgdb) print ifm->ifm_status
$1 =3D (ifm_stat_cb_t) 0x0

--=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-284283-7501-GfuDy4S4r3>