You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PQisBusy_stub is releasing master lock, so it can't be "noalloc"
According to section 20.11.2 of
https://caml.inria.fr/pub/docs/manual-ocaml/intfc.html,
functions marked [@@noalloc] can not release master lock. Since 4.6.1,
PQisBusy_stub is releasing master lock, so it can't be "noalloc"
anymore.
Having it as "noalloc" causes segfaults (I don't have a small
reproducible example, but I think you can see how it could happen).
0 commit comments