bug#59021: Unbounded heap growth when combining dynamic states & delimited continuation
Maxim Cournoyer <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, Maxim Cournoyer <[email protected]> writes: [...] > I've tested both 3.0.8 from Guix on multiple machines (including Berlin) > and 2.2 from Debian 10, and ran the above snippet; it grows initially > but stabilize quickly and then doesn't budge. I've let it run for more > than an hour. Actually, it does grow, it just takes a lot of time. It's now at 150751472 from the original "stable" value of 87846912, so it seems like an unbound leak after all. -- Thanks, Maxim