Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jan 2021 07:15:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 252485] [re] [panic] Panic in if_re.c (Realtek RTL8111/8168/8411)
Message-ID:  <bug-252485-227-PjfY2TB75U@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252485-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252485-227@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=3D252485

--- Comment #2 from Maciej Suszko <maciej@suszko.eu> ---
Unfortunately, using ports kernel module stability is better but the machine
paniced after ~16h... but now it's not strictly if_re related I suppose:

Fatal trap 12: page fault while in kernel mode
cpuid =3D 0; apic id =3D 00
fault virtual address   =3D 0x100000010
fault code              =3D supervisor read data, page not present
instruction pointer     =3D 0x20:0xffffffff80627b34
stack pointer           =3D 0x28:0xfffffe0074516780
frame pointer           =3D 0x28:0xfffffe00745167e0
code segment            =3D base 0x0, limit 0xfffff, type 0x1b
                        =3D DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags        =3D resume, IOPL =3D 0
current process         =3D 11 (idle: cpu0)
trap number             =3D 12
panic: page fault
cpuid =3D 0
time =3D 1610073011
KDB: stack backtrace:
#0 0xffffffff80659775 at kdb_backtrace+0x65
#1 0xffffffff8060da2b at vpanic+0x17b
#2 0xffffffff8060d8a3 at panic+0x43
#3 0xffffffff8095e0d1 at trap_fatal+0x391
#4 0xffffffff8095e12f at trap_pfault+0x4f
#5 0xffffffff8095d776 at trap+0x286
#6 0xffffffff809376a8 at calltrap+0x8
#7 0xffffffff809809f8 at handleevents+0x188
#8 0xffffffff809811ef at timercb+0x25f
#9 0xffffffff809beceb at lapic_handle_timer+0x9b
#10 0xffffffff809393a1 at Xtimerint+0xb1
#11 0xffffffff809b54fe at cpu_idle_acpi+0x3e
#12 0xffffffff809b55af at cpu_idle+0x9f
#13 0xffffffff806415e6 at sched_idletd+0x326
#14 0xffffffff805cf35e at fork_exit+0x7e
#15 0xffffffff809386de at fork_trampoline+0xe
Uptime: 15h54m12s

#0  doadump () at src/sys/amd64/include/pcpu_aux.h:55
55              __asm("movq %%gs:%P1,%0" : "=3Dr" (td) : "n" (offsetof(stru=
ct
pcpu,
(kgdb) #0  doadump () at src/sys/amd64/include/pcpu_aux.h:55
#1  0xffffffff8060d645 in kern_reboot (howto=3D260)
    at /usr/src/sys/kern/kern_shutdown.c:451
#2  0xffffffff8060da83 in vpanic (fmt=3D<value optimized out>,=20
    ap=3D<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:880
#3  0xffffffff8060d8a3 in panic (fmt=3D<value optimized out>)
    at /usr/src/sys/kern/kern_shutdown.c:807
#4  0xffffffff8095e0d1 in trap_fatal (frame=3D<value optimized out>,=20
    eva=3D<value optimized out>) at /usr/src/sys/amd64/amd64/trap.c:921
#5  0xffffffff8095e12f in trap_pfault (frame=3D0xfffffe00745166c0,=20
    usermode=3D<value optimized out>, signo=3D<value optimized out>,=20
    ucode=3D<value optimized out>) at src/sys/amd64/include/pcpu_aux.h:55
#6  0xffffffff8095d776 in trap (frame=3D0xfffffe00745166c0)
    at /usr/src/sys/amd64/amd64/trap.c:405
#7  0xffffffff809376a8 in calltrap ()
    at /usr/src/sys/amd64/amd64/exception.S:289
#8  0xffffffff80627b34 in callout_process (now=3D245898303208611)
    at /usr/src/sys/kern/kern_timeout.c:489
#9  0xffffffff809809f8 in handleevents (now=3D245898303208611, fake=3D0)
    at /usr/src/sys/kern/kern_clocksource.c:213
#10 0xffffffff809811ef in timercb (et=3D0xffffffff80f769e0,=20
    arg=3D<value optimized out>) at /usr/src/sys/kern/kern_clocksource.c:357
#11 0xffffffff809beceb in lapic_handle_timer (frame=3D0xfffffe00745168b0)
    at /usr/src/sys/x86/x86/local_apic.c:1339
#12 0xffffffff809393a1 in Xtimerint () at apic_vector.S:132
#13 0xffffffff803c12ab in acpi_cpu_idle (sbt=3D<value optimized out>)
    at /usr/src/sys/dev/acpica/acpi_cpu.c:1194
#14 0xffffffff809b54fe in cpu_idle_acpi (sbt=3D68154160)
    at /usr/src/sys/x86/x86/cpu_machdep.c:506
#15 0xffffffff809b55af in cpu_idle (busy=3D0)
    at /usr/src/sys/x86/x86/cpu_machdep.c:654
#16 0xffffffff806415e6 in sched_idletd (dummy=3D<value optimized out>)
    at /usr/src/sys/kern/sched_ule.c:2860
#17 0xffffffff805cf35e in fork_exit (
    callout=3D0xffffffff806412c0 <sched_idletd>, arg=3D0x0,=20
    frame=3D0xfffffe0074516b00) at /usr/src/sys/kern/kern_fork.c:1080
#18 0xffffffff809386de in fork_trampoline ()
    at /usr/src/sys/amd64/amd64/exception.S:1078
#19 0x0000000000000000 in ?? ()

Any ideas?

--=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-252485-227-PjfY2TB75U>