[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MPS: weak hash tables
From: |
Pip Cet |
Subject: |
Re: MPS: weak hash tables |
Date: |
Sat, 06 Jul 2024 05:58:19 +0000 |
On Saturday, July 6th, 2024 at 03:39, Gerd Möllmann <gerd.moellmann@gmail.com>
wrote:
> Pip Cet pipcet@protonmail.com writes:
>
> > What I'm doing right now is alternating usleep(10000) and
> > igc_collect() in a secondary thread. That crashes somewhat
> > reproducibly in interactive sessions.
>
> Could you please make that available in some form?
Sure. I was thinking about cleaning it up (usleep is non-standard) and
committing it behind a stress-test option, actually.
Right now it's dying because specpdl is a union type and GC might hit while the
main thread leaves it in a partially-initialized state. I vaguely recall
turning it into a struct for that reason on another branch years ago...
Pip
0001-igc-stress-test.patch
Description: Text Data
- Re: MPS: out-of-memory, (continued)
- Re: MPS: out-of-memory, Helmut Eller, 2024/07/08
- Re: MPS: out-of-memory, Gerd Möllmann, 2024/07/08
- Re: MPS: out-of-memory, Eli Zaretskii, 2024/07/08
- Re: MPS: out-of-memory, Gerd Möllmann, 2024/07/08
- Re: MPS: out-of-memory, Eli Zaretskii, 2024/07/08
- Re: MPS: out-of-memory, Pip Cet, 2024/07/08
- Re: MPS: weak hash tables, Pip Cet, 2024/07/06
- Re: MPS: weak hash tables, Gerd Möllmann, 2024/07/05
- Re: MPS: weak hash tables,
Pip Cet <=
- Re: MPS: weak hash tables, Gerd Möllmann, 2024/07/06
- Re: MPS: weak hash tables, Pip Cet, 2024/07/06
- Re: MPS: weak hash tables, Gerd Möllmann, 2024/07/06
- Re: MPS: weak hash tables, Eli Zaretskii, 2024/07/06
- Re: MPS: weak hash tables, Pip Cet, 2024/07/06
- Re: MPS: weak hash tables, Eli Zaretskii, 2024/07/06
- Re: MPS: weak hash tables, Helmut Eller, 2024/07/04
- Re: MPS: weak hash tables, Pip Cet, 2024/07/04
- Re: MPS: weak hash tables, Gerd Möllmann, 2024/07/04
- Re: MPS: weak hash tables, Gerd Möllmann, 2024/07/04