Re: proc leaking

2023-12-01 Thread Richard Braun
On Sun, Nov 26, 2023 at 08:32:30PM +0100, Samuel Thibault wrote: > I found the issue, it's because of the quiescence support in libports, > which assumes that all threads will sooner or later go through a > quiescent state (because it finished processing a message). But that's > not true, proc does

Re: proc leaking

2023-11-26 Thread Samuel Thibault
Hello, Samuel Thibault, le mer. 01 nov. 2023 16:06:57 +0100, a ecrit: > Samuel Thibault, le mer. 01 nov. 2023 15:35:00 +0100, a ecrit: > > Samuel Thibault, le mer. 01 nov. 2023 13:14:17 +0100, a ecrit: > > > Samuel Thibault, le mer. 01 nov. 2023 01:50:40 +0100, a ecrit: > > > > Samuel Thibault, le

Re: proc leaking

2023-11-01 Thread Samuel Thibault
Sergey Bugaev, le mer. 01 nov. 2023 23:18:01 +0300, a ecrit: > On Wed, Nov 1, 2023 at 9:17 PM Samuel Thibault > wrote: > > I tracked it a bit, it seems that libport is not always cleaning > > structures from the proc class. Below is the tracing that we get for > > instance with the while loop abo

Re: proc leaking

2023-11-01 Thread Sergey Bugaev
Hello, On Wed, Nov 1, 2023 at 9:17 PM Samuel Thibault wrote: > I tracked it a bit, it seems that libport is not always cleaning > structures from the proc class. Below is the tracing that we get for > instance with the while loop above. Alloc is the allocation of pi, free > is the freeing from th

Re: proc leaking

2023-11-01 Thread Samuel Thibault
Samuel Thibault, le mer. 01 nov. 2023 16:06:57 +0100, a ecrit: > Samuel Thibault, le mer. 01 nov. 2023 15:35:00 +0100, a ecrit: > > Samuel Thibault, le mer. 01 nov. 2023 13:14:17 +0100, a ecrit: > > > Samuel Thibault, le mer. 01 nov. 2023 01:50:40 +0100, a ecrit: > > > > Samuel Thibault, le mar. 31

Re: proc leaking

2023-11-01 Thread Samuel Thibault
Samuel Thibault, le mer. 01 nov. 2023 15:35:00 +0100, a ecrit: > Samuel Thibault, le mer. 01 nov. 2023 13:14:17 +0100, a ecrit: > > Samuel Thibault, le mer. 01 nov. 2023 01:50:40 +0100, a ecrit: > > > Samuel Thibault, le mar. 31 oct. 2023 04:40:43 +0100, a ecrit: > > > > (it looks like there are me