Need A D Developer - "Find Memory Leak in D Language Linux App (must have 3+ year D Experience)"

a11e99z black80 at bk.ru
Wed Jul 24 21:05:51 UTC 2019


On Wednesday, 24 July 2019 at 20:37:17 UTC, Joe S. wrote:
> We have a command-line app, for Linux Ubuntu 16.04, and the app 
> has a memory leak.
>
> As it is running the memory consumption keeps going up until it 
> crashes.
>
> We need someone to go through the code, and using the process 
> of elimination find the memory leak and fix it.
>

probably same issue https://issues.dlang.org/show_bug.cgi?id=19947
try comment 5 from this issue
or same rt_options in main module
extern(C) __gshared string[] rt_options = [ 
"scanDataSeg=precise", "gcopt=gc:precise parallel:4" ];
see https://dlang.org/spec/garbage.html#gc_config and below


More information about the Digitalmars-d mailing list