NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: automount(?) hang with NetBSD 11.0_RC6



> From: Lloyd Parkes <lloyd%must-have-coffee.gen.nz@localhost>
> Date: Tue, 21 Jul 2026 09:55:33 +1200
> 
> Does anyone have any debugging suggestions? I have access to the
> console and I should be able to access DDB. I nolonger have any
> working ssh sessions on the system though.

If you can get into ddb (or crash(8)), please share the output of the
following ddb commands:

ps
ps/w
show all tstiles

As a quick experiment, you could also try to see if this is a missed
wakeup on memory pressure relief by running (from ddb only, not
crash(8)):

call wakeup(0x10)
continue

and see if the processes get unstuck.


Home | Main Index | Thread Index | Old Index