Commit e41e568
committed
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).1 parent 728f152 commit e41e568
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
0 commit comments