Skip to content

Commit

Permalink
Merge pull request #479 from ocaml-multicore/add-gc-issues
Browse files Browse the repository at this point in the history
Add Gc issues
  • Loading branch information
jmid authored Sep 23, 2024
2 parents 7476d63 + 7941ce9 commit 1603949
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,20 @@ property can be done in two different ways:
Issues
======

Out of date `Gc.control` documentation (new, fixed, stdlib)
-----------------------------------------------------------

Tests of the `Gc` module revealed that `Gc.control` records contain
[constant zero fields ignored by `Gc.set`](https://github.com/ocaml/ocaml/pull/13440)


Out of date `Gc.quick_stat` documentation (new, fixed, stdlib)
---------------------------------------------------------------

Tests of the `Gc` module revealed that `Gc.quick_stat` did not
return [a record with 4 zero fields as documented](https://github.com/ocaml/ocaml/pull/13424)


Shared heap assertion failure (known, runtime)
----------------------------------------------

Expand Down Expand Up @@ -823,3 +837,7 @@ Segmentation fault (core dumped)

This does not happen when running a plain `ocaml` top-level though, so it
seems `utop`-specific.

---

This project has been created and is maintained by <a href="https://tarides.com/">Tarides</a>.

0 comments on commit 1603949

Please sign in to comment.