dlang-community / D-Scanner

Swiss-army knife for D source code
Boost Software License 1.0
242 stars 80 forks source link

Memory leak #958

Open ryuukk opened 3 months ago

ryuukk commented 3 months ago

dscanner -S -f '{filepath}\t{line}\t{column}\t{endColumn}\t{type}\t{name}\t{message}' /home/ryuukk/dev/dls/dcd_templates/dsymbol/src/dsymbol/utils.d

On this file: https://github.com/ryuukk/dls/blob/master/dcd_templates/dsymbol/src/dsymbol/utils.d

Watch memory grow very quickly and crashes until system runs out of memory

version: 0.15.2