Re: automount(?) hang with NetBSD 11.0_RC6

Taylor R Campbell <[email protected]> Tue, 21 Jul 2026 18:20:02 +0000
Newsgroups gmane.os.netbsd.general
Message-ID <[email protected]>
> From: Lloyd Parkes <[email protected]>
> 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.