Re: hang in vcache_vget()

2024-06-06 Thread Emmanuel Dreyfus
On Thu, Jun 06, 2024 at 06:28:51AM -0400, Greg Troxel wrote: > > Is it worth a PR? I have no clue if it can be reproduced. > I would say yes it's worth it. kern/58317 -- Emmanuel Dreyfus m...@netbsd.org

Re: hang in vcache_vget()

2024-06-06 Thread Greg Troxel
Emmanuel Dreyfus writes: > Hello > > I experienced a system freeze on NetBSD-10.0/i386. Many processes > waiting on tstile, and one waiting on vnode, with this backtrace: > sleepq_block > cv_wait > vcache_vget > vcache_get > ufs_lookup > VOP_LOOKUP > lookup_once > namei_tryemulroot.constprop.0 >