NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/53928: modules/t_builtin:disable test case randomly fails
The following reply was made to PR kern/53928; it has been noted by GNATS.
From: "J. Hannken-Illjes" <hannken%eis.cs.tu-bs.de@localhost>
To: "gnats-bugs%netbsd.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: kern/53928: modules/t_builtin:disable test case randomly fails
Date: Wed, 30 Jan 2019 14:43:48 +0100
--Apple-Mail=_35FBCF58-F33F-407C-A784-C756827411A6
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
> On 30. Jan 2019, at 13:20, Paul Goyette <paul%whooppee.com@localhost> wrote:
<snip>
> So, the problem here would appear to be vfs_detach() returning EBUSY
> when trying to unload the module.
This is most likely fstrans. Destroying a "struct mount" and
thus releasing its mnt_op vector is done by the last thread
running fstrans_enter() and seeing a mount with IMNT_GONE.
It may help to "sysctl -w kern.maxvnodes=2", which fails
but may trigger threads holding a reference to the mount.
--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig
--Apple-Mail=_35FBCF58-F33F-407C-A784-C756827411A6
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=signature.asc
Content-Type: application/pgp-signature;
name=signature.asc
Content-Description: Message signed with OpenPGP
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEE2BL3ha7Xao4WUZVYKoaVJdNr+uEFAlxRqhQACgkQKoaVJdNr
+uGgcwf/dyFMXo/BvpMUxdJc0fi4cPwnXdE7NPq+eRrcm/gWkDj5XhKIIr6GcuXu
uXzgQgQEmG7onT83amadsdR37NiMvKkPGnA540cwdQNLoU5Mik3oxgJKIblU6oE9
zyGdFquGLNBxwJDhOujmkJLIO2hv44pYgbXOMRAX9ImfjUOdaWVBfMVZv30YjRul
pXD7hU77+U/2TGFHWXmZR3oX1F3ealJBNNuUC8GzYhVPaZcSjhLoRDrG0dsnyKfk
KGag4afUFT0HlRk0ms77pAOsAezpxGpLyVS7zdoAn+l4XhaRMp7UF2JLaQYLGZma
SsDR6MykSimE7V2Vvo8Tq/8TTTcnvA==
=Ykih
-----END PGP SIGNATURE-----
--Apple-Mail=_35FBCF58-F33F-407C-A784-C756827411A6--
Home |
Main Index |
Thread Index |
Old Index