Re: DISCUSS: Memory Leak Test...

2022-11-05 Thread Clebert Suconic
getAllReachableObjects is somewhat easy to implement in C. I will try to pursue my own implementation.. and if we fail we have a failback on the jetbrains route. there are some reporting things I'm doing to show where are eventual leaks. I worked on a test with Justin, and we asserted

Re: DISCUSS: Memory Leak Test...

2022-11-05 Thread Jiri Daněk
On Sat, Nov 5, 2022 at 4:00 PM Clebert Suconic wrote: > There are of course tools that would been written before. I have not > seen anything that would be as simple as I'm proposing (with the > exception of the .NET where you can get a list of objects). > Yes! It is weird that C#, Python,

Re: DISCUSS: Memory Leak Test...

2022-11-05 Thread Clebert Suconic
There are of course tools that would been written before. I have not seen anything that would be as simple as I'm proposing (with the exception of the .NET where you can get a list of objects). What I'm doing is based on the JBoss Profiler that I wrote many years ago (and I left it rotten and

Re: DISCUSS: Memory Leak Test...

2022-11-05 Thread Jiri Daněk
On Fri, Nov 4, 2022 at 10:05 PM Clebert Suconic wrote: > More importantly.. that goes without saying... If we make this happen, > I am looking for contributors to share the project with me :) > > On Fri, Nov 4, 2022 at 4:51 PM Clebert Suconic > wrote: > > > > I have a pet project that I have