On Wed, Jun 21, 2023 at 10:07:34PM +, GitLab wrote:
> GitLab
>✖ Pipeline #907639365 has failed!
>
> Project nbdkit / nbdkit
> Branch● master
> Commit● 9d4b87e0
> ocaml: Fix thread registration for OCaml 5 OCa...
> Commit Author ● Richard W.M
On 6/21/23 23:54, Richard W.M. Jones wrote:
> OCaml 5 is stricter than earlier versions about correct locking.
>
> We must release the OCaml runtime lock when calling nbd_close since it
> may do some long-running operations and we want to allow concurrent
> threads to run.
>
> However specificall