Hi,
this is a Pinebook/arm64, running OpenBSD 7.3

Last thing i did was syspatch as far as i remember and after reboot it now 
looks like this. Here's the outputs from ddb, if you need anything else let me 
know, i have full serial console access to the machine.

[...]OpenBSD 7.3 (GENERIC.MP) #1: Mon Jul 24 12:12:28 MDT 2023
    
r...@syspatch-73-arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC.MP
[...]WARNING: clock gained 121 days
WARNING: CHECK AND RESET THE DATE!
panic: uvm_fault failed: ffffff80009adb14 esr 9600004f far ffffff80004c2524
Stopped at      panic+0x160:    cmp     w21, #0x0
    TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND
127119  36477      0     0x14000      0x200    3  update
* 54064  19445      0     0x14000      0x200    2K cleaner
264205   6391      0     0x14000      0x200    1  reaper
      0      0      0     0x10000      0x200    0  swapper
db_enter() at panic+0x15c
panic() at kdata_abort+0x168
kdata_abort() at handle_el1h_sync+0x6c
handle_el1h_sync() at proc_trampoline
proc_trampoline() at proc_trampoline
https://www.openbsd.org/ddb.html describes the minimum info required in bug
reports.  Insufficient info makes it difficult to find and fix bugs.

ddb{2}> show panic
*cpu2: uvm_fault failed: ffffff80009adb14 esr 9600004f far ffffff80004c2524

ddb{2}> trace
db_enter() at panic+0x15c
panic() at kdata_abort+0x168
kdata_abort() at handle_el1h_sync+0x6c
handle_el1h_sync() at proc_trampoline
proc_trampoline() at proc_trampoline

ddb{2}> show uvm
Current UVM status:
  pagesize=4096 (0x1000), pagemask=0xfff, pageshift=12
  471438 VM pages: 0 active, 0 inactive, 0 wired, 469599 free (0 zero)
  min  10% (25) anon, 10% (25) vnode, 5% (12) vtext
  freemin=0, free-target=0, inactive-target=0, wired-max=0
  faults=1, traps=0, intrs=0, ctxswitch=1828 fpuswitch=0
  softint=813, syscalls=0, kmapent=16
  fault counts:
    noram=0, noanon=0, noamap=0, pgwait=0, pgrele=0
    ok relocks(total)=0(0), anget(retries)=0(0), amapcopy=0
    neighbor anon/obj pg=0/0, gets(lock/unlock)=0/0
    cases: anon=0, anoncow=0, obj=0, prcopy=0, przero=0
  daemon and swap counts:
    woke=0, revs=0, scans=0, obscans=0, anscans=0
    busy=0, freed=0, reactivate=0, deactivate=0
    pageouts=0, pending=0, nswget=0
    nswapdev=1
    swpages=120216, swpginuse=0, swpgonly=0 paging=0
  kernel pointers:
    objs(kern)=0xffffff8001049d28

ddb{2}> ps
   PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
74288  247784      0      0  2     0x14200                smr
18908  248284      0      0  2     0x14200                zerothread
44997   81167      0      0  2     0x14200                aiodoned
36477  127119      0      0  7     0x14200                update
*19445   54064      0      0  7     0x14200                cleaner
  6391  264205      0      0  7     0x14200                reaper
59632  303857      0      0  2     0x14200                pagedaemon
84074  413065      0      0  2     0x14200                tztq
46001   45615      0      0  3     0x14200  bored         wsdisplay0
48009  314521      0      0  3     0x14200  usbtsk        usbtask
76470   72342      0      0  3     0x14200  usbatsk       usbatsk
30826   67751      0      0  3     0x14200  mmctsk        sdmmc2
71730  175814      0      0  3     0x14200  mmctsk        sdmmc1
85592  239684      0      0  3     0x14200  mmctsk        sdmmc0
  5657  166902      0      0  3     0x14200  bored         sensors
16587  348585      0      0  3     0x14200  bored         suspend
24597   65640      0      0  1     0x14200                idle3
68383  476538      0      0  1     0x14200                idle2
  5835  281813      0      0  1     0x14200                idle1
24194  491280      0      0  3     0x14200  bored         softnet
73294  295555      0      0  3     0x14200  bored         softnet
72488  416844      0      0  3     0x14200  bored         softnet
64994  192226      0      0  3     0x14200  bored         softnet
  5281  483802      0      0  3     0x14200  bored         systqmp
99902  454321      0      0  2     0x14200                systq
92901  393055      0      0  3  0x40014200  bored         softclock
51694   63404      0      0  3  0x40014200                idle0
98377  263702      0      0  3     0x14200  kmalloc       kmthread
     1  291646      0      0  2           0                swapper
     0       0     -1      0  7     0x10200                swapper
ddb{2}>

Reply via email to