kern/137881: [netgraph] ng_pppoe fatal trap 12

Dmitriy Zamuraev gigabyte.tmn at gmail.com
Mon Aug 17 17:20:02 UTC 2009


>Number:         137881
>Category:       kern
>Synopsis:       [netgraph] ng_pppoe fatal trap 12
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 17 17:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitriy Zamuraev
>Release:        7.2-RELEASE
>Organization:
NetLine Network Service Provider
>Environment:
FreeBSD bras2.domain 7.2-RELEASE FreeBSD 7.2-RELEASE #10: Mon Jul 20 17:10:35 YEKST 2009     dm at bras2.domain:/mnt2/sources/src-7.2/sys/i386/compile/BRAS2  i386
>Description:
I have first PPPoE concentrator based on FreeBSD 7.2 for our customers.
Got Fatal Trap 12 after three succes work days and about 500 active PPPoE connections

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0x4ec
fault code              = supervisor read, page not present
instruction pointer     = 0x20:0xc05d6797
stack pointer           = 0x28:0xc42adb88
frame pointer           = 0x28:0xc42adc1c
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = 2 (ng_queue0)
trap number             = 12
panic: page fault
cpuid = 0
Uptime: 13d17h56m24s
Physical memory: 1012 MB
Dumping 102 MB: 87 71 55 39 23 7

Reading symbols from /boot/kernel/if_em.ko...Reading symbols from /boot/kernel/if_em.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/if_em.ko
Reading symbols from /boot/kernel/acpi.ko...Reading symbols from /boot/kernel/acpi.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/acpi.ko
Reading symbols from /boot/kernel/coretemp.ko...Reading symbols from /boot/kernel/coretemp.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/coretemp.ko
#0  doadump () at pcpu.h:196
196             __asm __volatile("movl %%fs:0,%0" : "=r" (td));
(kgdb) bt
#0  doadump () at pcpu.h:196
#1  0xc050d467 in boot (howto=260) at ../../../kern/kern_shutdown.c:418
#2  0xc050d739 in panic (fmt=Variable "fmt" is not available.
) at ../../../kern/kern_shutdown.c:574
#3  0xc06d871c in trap_fatal (frame=0xc42adb48, eva=1260) at ../../../i386/i386/trap.c:939
#4  0xc06d8980 in trap_pfault (frame=0xc42adb48, usermode=0, eva=1260) at ../../../i386/i386/trap.c:852
#5  0xc06d92d2 in trap (frame=0xc42adb48) at ../../../i386/i386/trap.c:530
#6  0xc06be4eb in calltrap () at ../../../i386/i386/exception.s:159
#7  0xc05d6797 in ng_pppoe_rcvdata_ether (hook=0xc4b56280, item=0xc4d7c800) at ../../../netgraph/ng_pppoe.c:517
#8  0xc05c0b31 in ng_apply_item (node=0xc4797c00, item=0xc4d7c800, rw=0) at ../../../netgraph/ng_base.c:2336
#9  0xc05c2e47 in ngthread (arg=0x0) at ../../../netgraph/ng_base.c:3304
#10 0xc04e8659 in fork_exit (callout=0xc05c2be0 <ngthread>, arg=0x0, frame=0xc42add38) at ../../../kern/kern_fork.c:810
#11 0xc06be560 in fork_trampoline () at ../../../i386/i386/exception.s:264
(kgdb) frame 7
#7  0xc05d6797 in ng_pppoe_rcvdata_ether (hook=0xc4b56280, item=0xc4d7c800) at ../../../netgraph/ng_pppoe.c:517
517                     if (tsp->Session_ID == val)
(kgdb) print privp->sesshash
$1 = {{mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71f7700}}, 
..
there are many elements of sesshash array...
..
but element 237 has strange mtx_lock:
(kgdb) print/x privp->sesshash[237]
$3 = {mtx = {lock_object = {lo_name = 0xc071b0a3, lo_type = 0xc071b0a3, lo_flags = 0x1030000, lo_witness_data = {lod_list = {
          stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 0xc44c2460, mtx_recurse = 0x0}, head = {lh_first = 0xc6392040}}
(kgdb)
then i find very strange pointer
(kgdb) print privp->sesshash[237].head.lh_first.sessions
$22 = {le_next = 0x4e8, le_prev = 0x0}
(kgdm) print *privp->sesshash[237].head.lh_first.sessions.le_next
Cannot access memory at address 0x4e8

this pointer is near of "fault virtual address   = 0x4ec"


The similar problem is described in kern/134519

How can i help with trap investigation/decision?




more system information:
the sesshash array:
(kgdb) set print elements 0
(kgdb) print privp->sesshash
$24 = {{mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71f7700}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71f9200}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71f9e80}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71bca80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71a0700}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6606c40}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6d81800}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71d6340}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6607ac0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc70676c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc721e240}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc720cd00}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7061200}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6028440}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71508c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71a28c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5828e80}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
---Type <return> to continue, or q <return> to quit---
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc57da140}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6c3f280}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70dc100}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6a394c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc719fbc0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc720aa40}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6b359c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7226080}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7231c40}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7224900}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc721a040}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc53981c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5bef900}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71c16c0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc7223580}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71d3e00}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72716c0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71fab40}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
---Type <return> to continue, or q <return> to quit---
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71f7ac0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc711c980}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71f9c80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71952c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71c2200}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc5bef600}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71d6c40}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71d6a80}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7271bc0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71f60c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc7351c00}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6d81600}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71f6c40}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71a2200}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72f7940}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71f6600}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71c23c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7311980}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
---Type <return> to continue, or q <return> to quit---
      lh_first = 0xc5bef840}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7157600}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6b6f5c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc6d3fd80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc714a8c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70e0d80}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc532f840}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc63e9dc0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc714a840}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc713b280}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5399800}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71e5940}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70e2b40}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7265dc0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7101180}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc714b380}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc712ec40}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
---Type <return> to continue, or q <return> to quit---
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc71366c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7158480}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc71e8cc0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70ea740}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc5893d80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6c2f180}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc57ea1c0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc52c94c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7023840}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5bef500}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc58ad800}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6f93c00}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7154640}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6607200}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc719f980}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6c50940}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6404940}}, {mtx = {lock_object = {
---Type <return> to continue, or q <return> to quit---
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6b75ac0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6607280}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6c51480}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc719f540}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc719fa80}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc63ecb40}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6a666c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc714a5c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc69fae00}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc711c700}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5bee080}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7136900}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc7157100}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc712d600}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc712e200}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7310280}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70ff140}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72cf980}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc70233c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
---Type <return> to continue, or q <return> to quit---
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6029700}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc717c9c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70c4100}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc6330ac0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6419c80}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6cbc200}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7228b40}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc711c280}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6bfe040}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6a0d340}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc725c100}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc69f9a80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc735f980}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5ced000}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc5347380}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72f7e00}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7103400}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
---Type <return> to continue, or q <return> to quit---
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70cac80}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72dddc0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6d32e40}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71c49c0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc588cb40}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc730f740}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6a6b240}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7330940}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6b6d700}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc717d640}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc71c8840}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6b626c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72cb6c0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc589c340}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71a3ac0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6a79740}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6499c80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6a7a4c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc730f340}}, {mtx = {
---Type <return> to continue, or q <return> to quit---
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc5398a40}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71c3780}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70c6140}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc70c48c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7264480}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc706f9c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6327140}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70fc400}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7331880}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70c3b40}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6d3e5c0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc5313880}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70469c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6a6b500}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc5283e40}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70c4840}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc537db80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7226980}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
---Type <return> to continue, or q <return> to quit---
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc6a65380}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc57da240}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc706fe00}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71e1500}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0xc7150bc0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70c5940}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5d27200}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc72aa140}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc717c780}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71e1980}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6605380}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7214480}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7156a40}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc5bef940}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7224d80}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6b43000}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7223b00}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72860c0}}, {mtx = {lock_object = {
---Type <return> to continue, or q <return> to quit---
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7231880}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7312200}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7360640}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc5bfaac0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc721abc0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc721ad80}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc56b6c00}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7304d00}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7116080}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc721fc80}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6336640}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc72d9a00}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6040dc0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc700d5c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7286c40}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
---Type <return> to continue, or q <return> to quit---
          lod_witness = 0x0}}, mtx_lock = 3293324384, mtx_recurse = 0}, head = {lh_first = 0xc6392040}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc70f0280}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc530b400}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc71c13c0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6fbe080}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc6031d00}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc7245140}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc704a7c0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6cbbac0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc6dcdc00}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0xc7104900}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc632cb80}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0xc722be40}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex",
        lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0},
    head = {lh_first = 0x0}}, {mtx = {lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex",
        lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {lod_list = {stqe_next = 0x0},
          lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {lock_object = {
        lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824, lo_witness_data = {
          lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {lh_first = 0x0}}, {mtx = {
      lock_object = {lo_name = 0xc071b0a3 "PPPoE hash mutex", lo_type = 0xc071b0a3 "PPPoE hash mutex", lo_flags = 16973824,
        lo_witness_data = {lod_list = {stqe_next = 0x0}, lod_witness = 0x0}}, mtx_lock = 4, mtx_recurse = 0}, head = {
      lh_first = 0x0}}}
(kgdb)

kernel config:
cpu             I686_CPU
ident           BRAS
maxusers        512

makeoptions     MODULES_OVERRIDE="em "
makeoptions     MODULES_OVERRIDE+="snp ichwd coretemp "
makeoptions     MODULES_OVERRIDE+="acpi/acpi "

makeoptions     DEBUG=-g

options         NETGRAPH_DEBUG
options         NETGRAPH

options         SCHED_ULE               # ULE scheduler
options         PREEMPTION              # Enable kernel thread preemption
options         INET                    # InterNETworking
options         INET6                   # IPv6 communications protocols
options         FFS                     # Berkeley Fast Filesystem
options         SOFTUPDATES             # Enable FFS soft updates support
options         NFSCLIENT               # Network Filesystem Client
options         COMPAT_43TTY            # BSD 4.3 TTY compat [KEEP THIS!]
options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
options         SCSI_DELAY=1000         # Delay (in ms) before probing SCSI
options         KTRACE                  # ktrace(1) support
options         STACK
options         SYSVSHM                 # SYSV-style shared memory
options         SYSVMSG                 # SYSV-style message queues
options         SYSVSEM                 # SYSV-style semaphores
options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
options         STOP_NMI                # Stop CPUS using NMI instead of IPI
options         SMP                     # Symmetric MultiProcessor Kernel

options         NETGRAPH_BPF
options         NETGRAPH_CAR
options         NETGRAPH_ETHER
options         NETGRAPH_IFACE
options         NETGRAPH_KSOCKET
options         NETGRAPH_MPPC_ENCRYPTION
options         NETGRAPH_NETFLOW
options         NETGRAPH_PPP
options         NETGRAPH_PPPOE
options         NETGRAPH_SOCKET
options         NETGRAPH_TCPMSS
options         NETGRAPH_TEE
options         NETGRAPH_VJC

# System
device          loop            # Network loopback
device          ether           # Ethernet support
device          bpf             # Berkeley packet filter
device          apic                    # I/O APIC
device          eisa
device          pci
device          ata
device          atadisk         # ATA disk drives
options         ATA_STATIC_ID   # Static device numbering
device          atkbdc          # AT keyboard controller
device          atkbd           # AT keyboard
device          vga             # VGA video card driver
device          sc
device          agp             # support several AGP chipsets
device          sio             # 8250, 16[45]50 based serial ports
device          uart            # Generic UART driver
device          random          # Entropy device
device          pty             # Pseudo-ttys (telnet etc)

# Network modules
device          miibus
device          lagg
device          vlan

# Support USB flash disk & ugen
device          scbus
device          da
device          uhci
device          ohci
device          ehci
device          usb
device          ugen
device          umass

system config:
/boot/loader.conf
if_em_load="YES"

loader_logo="NONE"
autoboot_delay="2"

console="comconsole"
comconsole_speed="38400"

/etc/sysctl.conf
kern.ipc.maxsockets=57344
kern.ipc.maxsockbuf=1048576
kern.ipc.nmbclusters=65536

net.inet.tcp.recvspace=262144
net.inet.tcp.sendspace=262144
net.inet.udp.recvspace=262144
net.inet.raw.recvspace=262144

net.inet.ip.rtmaxcache=1024

net.graph.maxdgram=131072
net.graph.recvspace=262144

/etc/rc.conf
sendmail_enable="NONE"
update_motd="NO"
sshd_enable="YES"
fsck_y_enable="YES"
mpd_enable="NO"
devd_enable="NO"
bsnmpd_enable="YES"
watchdogd_enable="YES"
quagga_enable="YES"
quagga_daemons="zebra ripd"

ifconfig_em0="up"
ifconfig_em1="up"
ifconfig_em2="up"
ifconfig_em3="up"

ifconfig_lagg0="laggport em0 laggport em1 laggport em2 laggport em3 laggproto lacp up "
ifconfig_vlan100="vlandev lagg0 vlan 100 -arp up"
ifconfig_vlan8="vlandev lagg0 vlan 8 up"
ifconfig_vlan8_alias0="90.100.200.219/29"

cloned_interfaces="lagg0 vlan8 vlan100"

gateway_enable="YES"
defaultrouter="90.100.200.217"

hostname="bras2.domain"

dumpdir="/usr/local/crash"

mpd5.3 config
startup:
        set console self 0.0.0.0 5005
        set console open
        set web self 0.0.0.0 5006
        set web open
        set ippool add pool1 192.168.2.100 192.168.2.200

        log +phys2 +bund2 +iface2 +lcp2 +ipcp2 +ipv6cp2

        set netflow peer 90.100.200.238 2055
        set netflow timeouts 60 60
default:
        load pppoe_server_1
radius:
        set auth acct-update 60
        set auth disable internal acct-mandatory
        set auth enable radius-auth radius-acct
        set auth timeout 21
        set radius server 90.100.200.239 parol 1812 1813
        set radius server 90.100.200.238 parol 1812 1813
        set radius retries 2
        set radius timeout 2

pppoe_server_1:
        create bundle template B
            set iface enable tcpmssfix
            set ipcp ranges 1.2.3.4 ippool pool1
            set ipcp dns 90.100.200.251 90.100.200.252
            set ipcp no vjcomp
            #set ipcp disable vjcomp
            #set bundle enable ipv6cp

        create link template L pppoe
            set link action bundle B
            set link no pap
            set link enable chap
            set link enable passive
            set link mtu 1480
            set link mru 1480
            set link keep-alive 30 300
            set link no acfcomp protocomp

            load radius

            set pppoe acname "NetLine #2"
            set pppoe iface vlan100
            set pppoe service ""

            set link enable incoming

the boot log:
Aug  3 11:12:48 bras2 kernel: Copyright (c) 1992-2009 The FreeBSD Project.
Aug  3 11:12:48 bras2 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Aug  3 11:12:48 bras2 kernel: The Regents of the University of California. All rights reserved.
Aug  3 11:12:48 bras2 kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Aug  3 11:12:48 bras2 kernel: FreeBSD 7.2-RELEASE #10: Mon Jul 20 17:10:35 YEKST 2009
Aug  3 11:12:48 bras2 kernel: dm at bras2.domain:/mnt2/sources/src-7.2/sys/i386/compile/BRAS2
Aug  3 11:12:48 bras2 kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Aug  3 11:12:48 bras2 kernel: CPU: Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz (2400.10-MHz 686-class CPU)
Aug  3 11:12:48 bras2 kernel: Origin = "GenuineIntel"  Id = 0x6fb  Stepping = 11
Aug  3 11:12:48 bras2 kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Aug  3 11:12:48 bras2 kernel: Features2=0xe3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM>
Aug  3 11:12:48 bras2 kernel: AMD Features=0x20100000<NX,LM>
Aug  3 11:12:48 bras2 kernel: AMD Features2=0x1<LAHF>
Aug  3 11:12:48 bras2 kernel: Cores per package: 4
Aug  3 11:12:48 bras2 kernel: real memory  = 1070538752 (1020 MB)
Aug  3 11:12:48 bras2 kernel: avail memory = 1037758464 (989 MB)
Aug  3 11:12:48 bras2 kernel: ACPI APIC Table: <INTEL  S3000AHV>
Aug  3 11:12:48 bras2 kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
Aug  3 11:12:48 bras2 kernel: cpu0 (BSP): APIC ID:  0
Aug  3 11:12:48 bras2 kernel: cpu1 (AP): APIC ID:  1
Aug  3 11:12:48 bras2 kernel: cpu2 (AP): APIC ID:  2
Aug  3 11:12:48 bras2 kernel: cpu3 (AP): APIC ID:  3
Aug  3 11:12:48 bras2 kernel: ioapic0: Changing APIC ID to 5
Aug  3 11:12:48 bras2 kernel: ioapic0 <Version 2.0> irqs 0-23 on motherboard
Aug  3 11:12:48 bras2 kernel: acpi0: <INTEL S3000AHV> on motherboard
Aug  3 11:12:48 bras2 kernel: acpi0: [ITHREAD]
Aug  3 11:12:48 bras2 kernel: acpi0: Power Button (fixed)
Aug  3 11:12:48 bras2 kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
Aug  3 11:12:48 bras2 kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
Aug  3 11:12:48 bras2 kernel: acpi_button0: <Sleep Button> on acpi0
Aug  3 11:12:48 bras2 kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Aug  3 11:12:48 bras2 kernel: pci0: <ACPI PCI bus> on pcib0
Aug  3 11:12:48 bras2 kernel: pcib1: <PCI-PCI bridge> at device 1.0 on pci0
Aug  3 11:12:48 bras2 kernel: pci1: <PCI bus> on pcib1
Aug  3 11:12:48 bras2 kernel: pci1: <network, ethernet> at device 0.0 (no driver attached)
Aug  3 11:12:48 bras2 kernel: pci1: <network, ethernet> at device 0.1 (no driver attached)
Aug  3 11:12:48 bras2 kernel: pcib2: <ACPI PCI-PCI bridge> at device 28.0 on pci0
Aug  3 11:12:48 bras2 kernel: pci2: <ACPI PCI bus> on pcib2
Aug  3 11:12:48 bras2 kernel: pci2: <network, ethernet> at device 0.0 (no driver attached)
Aug  3 11:12:48 bras2 kernel: pcib3: <ACPI PCI-PCI bridge> at device 28.4 on pci0
Aug  3 11:12:48 bras2 kernel: pci3: <ACPI PCI bus> on pcib3
Aug  3 11:12:48 bras2 kernel: pcib4: <ACPI PCI-PCI bridge> at device 28.5 on pci0
Aug  3 11:12:48 bras2 kernel: pci4: <ACPI PCI bus> on pcib4
Aug  3 11:12:48 bras2 kernel: pci4: <network, ethernet> at device 0.0 (no driver attached)
Aug  3 11:12:48 bras2 kernel: pci4: <simple comms, UART> at device 0.3 (no driver attached)
Aug  3 11:12:48 bras2 kernel: pci4: <serial bus> at device 0.4 (no driver attached)
Aug  3 11:12:48 bras2 kernel: pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
Aug  3 11:12:48 bras2 kernel: pci5: <ACPI PCI bus> on pcib5
Aug  3 11:12:48 bras2 kernel: vgapci0: <VGA-compatible display> port 0x1000-0x10ff mem 0x40000000-0x47ffffff,0x48000000-0x4800ffff irq 18 at device 4.0 on pci5
Aug  3 11:12:48 bras2 kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
Aug  3 11:12:48 bras2 kernel: isa0: <ISA bus> on isab0
Aug  3 11:12:48 bras2 kernel: atapci0: <Intel ICH7 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x5030-0x503f irq 18 at device 31.1 on pci0
Aug  3 11:12:48 bras2 kernel: ata0: <ATA channel 0> on atapci0
Aug  3 11:12:48 bras2 kernel: ata0: [ITHREAD]
Aug  3 11:12:48 bras2 kernel: atapci1: <Intel ICH7 SATA300 controller> port 0x5048-0x504f,0x5064-0x5067,0x5040-0x5047,0x5060-0x5063,0x5020-0x502f mem 0x48400000-0x484003ff irq 19 at device 31.2 on pci0
Aug  3 11:12:48 bras2 kernel: atapci1: [ITHREAD]
Aug  3 11:12:48 bras2 kernel: ata2: <ATA channel 0> on atapci1
Aug  3 11:12:48 bras2 kernel: ata2: [ITHREAD]
Aug  3 11:12:48 bras2 kernel: ata3: <ATA channel 1> on atapci1
Aug  3 11:12:48 bras2 kernel: ata3: [ITHREAD]
Aug  3 11:12:48 bras2 kernel: pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
Aug  3 11:12:48 bras2 kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x90 on acpi0
Aug  3 11:12:48 bras2 kernel: sio0: type 16550A, console
Aug  3 11:12:48 bras2 kernel: sio0: [FILTER]
Aug  3 11:12:48 bras2 kernel: cpu0: <ACPI CPU> on acpi0
Aug  3 11:12:48 bras2 kernel: acpi_perf0: <ACPI CPU Frequency Control> on cpu0
Aug  3 11:12:48 bras2 kernel: acpi_perf0: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf0 attach returned 6
Aug  3 11:12:48 bras2 kernel: acpi_perf0: <ACPI CPU Frequency Control> on cpu0
Aug  3 11:12:48 bras2 kernel: acpi_perf0: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf0 attach returned 6
Aug  3 11:12:48 bras2 kernel: cpu1: <ACPI CPU> on acpi0
Aug  3 11:12:48 bras2 kernel: acpi_perf1: <ACPI CPU Frequency Control> on cpu1
Aug  3 11:12:48 bras2 kernel: acpi_perf1: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf1 attach returned 6
Aug  3 11:12:48 bras2 kernel: acpi_perf1: <ACPI CPU Frequency Control> on cpu1
Aug  3 11:12:48 bras2 kernel: acpi_perf1: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf1 attach returned 6
Aug  3 11:12:48 bras2 kernel: cpu2: <ACPI CPU> on acpi0
Aug  3 11:12:48 bras2 kernel: acpi_perf2: <ACPI CPU Frequency Control> on cpu2
Aug  3 11:12:48 bras2 kernel: acpi_perf2: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf2 attach returned 6
Aug  3 11:12:48 bras2 kernel: acpi_perf2: <ACPI CPU Frequency Control> on cpu2
Aug  3 11:12:48 bras2 kernel: acpi_perf2: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf2 attach returned 6
Aug  3 11:12:48 bras2 kernel: cpu3: <ACPI CPU> on acpi0
Aug  3 11:12:48 bras2 kernel: acpi_perf3: <ACPI CPU Frequency Control> on cpu3
Aug  3 11:12:48 bras2 kernel: acpi_perf3: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf3 attach returned 6
Aug  3 11:12:48 bras2 kernel: acpi_perf3: <ACPI CPU Frequency Control> on cpu3
Aug  3 11:12:48 bras2 kernel: acpi_perf3: failed in PERF_STATUS attach
Aug  3 11:12:48 bras2 kernel: device_attach: acpi_perf3 attach returned 6
Aug  3 11:12:48 bras2 kernel: orm0: <ISA Option ROM> at iomem 0xc0000-0xc8fff pnpid ORM0000 on isa0
Aug  3 11:12:48 bras2 kernel: sc0: <System console> at flags 0x100 on isa0
Aug  3 11:12:48 bras2 kernel: sc0: VGA <16 virtual consoles, flags=0x100>
Aug  3 11:12:48 bras2 kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Aug  3 11:12:48 bras2 kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Aug  3 11:12:48 bras2 kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Aug  3 11:12:48 bras2 kernel: kbd0 at atkbd0
Aug  3 11:12:48 bras2 kernel: atkbd0: [GIANT-LOCKED]
Aug  3 11:12:48 bras2 kernel: atkbd0: [ITHREAD]
Aug  3 11:12:48 bras2 kernel: Timecounters tick every 1.000 msec
Aug  3 11:12:48 bras2 kernel: ad0: 114473MB <Seagate ST3120213A 3.AAD> at ata0-master UDMA100
Aug  3 11:12:48 bras2 kernel: SMP: AP CPU #1 Launched!
Aug  3 11:12:48 bras2 kernel: SMP: AP CPU #2 Launched!
Aug  3 11:12:48 bras2 kernel: SMP: AP CPU #3 Launched!
Aug  3 11:12:48 bras2 kernel: Trying to mount root from ufs:/dev/ad0s1a
Aug  3 11:12:48 bras2 kernel: WARNING: / was not properly dismounted
Aug  3 11:12:48 bras2 savecore: reboot after panic: page fault
Aug  3 11:12:48 bras2 savecore: writing core to vmcore.2
Aug  3 11:21:42 bras2 login: ROOT LOGIN (root) ON ttyd0
Aug  3 11:22:43 bras2 kernel: em0: <Intel(R) PRO/1000 Network Connection 6.9.6> port 0x4020-0x403f mem 0x48360000-0x4837ffff,0x48340000-0x4835ffff irq 16 at device 0.0 on pci1
Aug  3 11:22:43 bras2 kernel: em0: Using MSI interrupt
Aug  3 11:22:43 bras2 kernel: em0: [FILTER]
Aug  3 11:22:43 bras2 kernel: em0: Ethernet address: 00:15:17:94:fe:50
Aug  3 11:22:43 bras2 kernel: em1: <Intel(R) PRO/1000 Network Connection 6.9.6> port 0x4000-0x401f mem 0x48320000-0x4833ffff,0x48300000-0x4831ffff irq 17 at device 0.1 on pci1
Aug  3 11:22:43 bras2 kernel: em1: Using MSI interrupt
Aug  3 11:22:43 bras2 kernel: em1: [FILTER]
Aug  3 11:22:43 bras2 kernel: em1: Ethernet address: 00:15:17:94:fe:51
Aug  3 11:22:43 bras2 kernel: em2: <Intel(R) PRO/1000 Network Connection 6.9.6> port 0x3000-0x301f mem 0x48220000-0x4823ffff,0x48200000-0x4821ffff irq 16 at device 0.0 on pci2
Aug  3 11:22:43 bras2 kernel: em2: Using MSI interrupt
Aug  3 11:22:43 bras2 kernel: em2: [FILTER]
Aug  3 11:22:43 bras2 kernel: em2: Ethernet address: 00:15:17:94:8c:a2
Aug  3 11:22:43 bras2 kernel: em3: <Intel(R) PRO/1000 Network Connection 6.9.6> port 0x2000-0x201f mem 0x48180000-0x4819ffff,0x48100000-0x4817ffff irq 17 at device 0.0 on pci4
Aug  3 11:22:43 bras2 kernel: em3: Using MSI interrupt
Aug  3 11:22:43 bras2 kernel: em3: [FILTER]
Aug  3 11:22:43 bras2 kernel: em3: Ethernet address: 00:15:17:44:53:7e
Aug  3 11:22:49 bras2 kernel: em0: link state changed to UP
Aug  3 11:22:49 bras2 kernel: em1: link state changed to UP
Aug  3 11:22:49 bras2 kernel: em2: link state changed to UP
Aug  3 11:22:49 bras2 kernel: em3: link state changed to UP

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list