Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2023 14:52:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 272416] Seldom crash happening with RTL8125
Message-ID:  <bug-272416-7501-dbhZxyjk9q@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

--- Comment #6 from Jonathan Vasquez <jon@xyinn.org> ---
This is the list *[addr] and 'backtrace' from kgdb for the dump I provided
yesterday. Let me know if you need me to recompile the kernel with a debugg=
ing
configuration. Perhaps that can provide further information if the current =
info
isn't enough. Thank you!

(kgdb) list *0xffffffff80c686e0
0xffffffff80c686e0 is in ether_input (/usr/src/sys/net/if_ethersubr.c:849).
844              */
845             CURVNET_SET_QUIET(ifp->if_vnet);
846             if (__predict_false(needs_epoch))
847                     NET_EPOCH_ENTER(et);
848             while (m) {
849                     mn =3D m->m_nextpkt;
850                     m->m_nextpkt =3D NULL;
851=20=20=20=20=20
852                     /*
853                      * We will rely on rcvif being set properly in the
deferred
(kgdb) backtrace
#0  __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:57
#1  doadump (textdump=3D<optimized out>) at /usr/src/sys/kern/kern_shutdown=
.c:405
#2  0xffffffff80b42cc7 in kern_reboot (howto=3D260) at
/usr/src/sys/kern/kern_shutdown.c:526
#3  0xffffffff80b4319f in vpanic (fmt=3D0xffffffff81136b3b "%s",
ap=3Dap@entry=3D0xfffffe015f114b80)
    at /usr/src/sys/kern/kern_shutdown.c:970
#4  0xffffffff80b42ff3 in panic (fmt=3D<unavailable>) at
/usr/src/sys/kern/kern_shutdown.c:894
#5  0xffffffff8100c85c in trap_fatal (frame=3D0xfffffe015f114c70, eva=3D655=
43) at
/usr/src/sys/amd64/amd64/trap.c:952
#6  0xffffffff8100c8af in trap_pfault (frame=3D0xfffffe015f114c70,
usermode=3Dfalse, signo=3D<optimized out>,
    ucode=3D<optimized out>) at /usr/src/sys/amd64/amd64/trap.c:760
#7  <signal handler called>
#8  ether_input (ifp=3D<optimized out>, m=3D0xffff) at
/usr/src/sys/net/if_ethersubr.c:849
#9  0xffffffff8253edd0 in re_rxeof () from /boot/modules/if_re.ko
#10 0xffffffff8252f87a in re_int_task_8125 () from /boot/modules/if_re.ko
#11 0xffffffff80ba5922 in taskqueue_run_locked (queue=3D0xfffffe006ba84168,
queue@entry=3D0xfffff800025df700)
    at /usr/src/sys/kern/subr_taskqueue.c:512
#12 0xffffffff80ba6bb2 in taskqueue_thread_loop
(arg=3Darg@entry=3D0xfffffe006ba84238)
    at /usr/src/sys/kern/subr_taskqueue.c:824
#13 0xffffffff80afdb0f in fork_exit (callout=3D0xffffffff80ba6af0
<taskqueue_thread_loop>, arg=3D0xfffffe006ba84238,
    frame=3D0xfffffe015f114f40) at /usr/src/sys/kern/kern_fork.c:1160
#14 <signal handler called>
#15 0x3b1daa5d375daa59 in ?? ()
Backtrace stopped: Cannot access memory at address 0x9c2a3111906a3115

--=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-dbhZxyjk9q>