Either I'm confused or the gc is

Max Haughton maxhaton at gmail.com
Wed Oct 21 23:15:46 UTC 2020


On Wednesday, 21 October 2020 at 23:02:07 UTC, donallen wrote:
> On Wednesday, 21 October 2020 at 22:28:48 UTC, H. S. Teoh wrote:
>> [...]
>
> I will try.
>
> My suspicion that there's a gc problem largely rests on the 
> fact that when I run the program with the gc disabled, the 
> problem goes away -- it behaves as it should.
>
> Do you know if there's any way to configure the gc so it tells 
> you what it's doing? It would be great if it could be told to 
> announce when it's running and what it's collecting. I did a 
> little looking in the documentation yesterday for that and did 
> not find anything. If you can't help in that area, I'll have a 
> look at the gc source code.
>
>> [...]

There are some flags and options, but if you can't find one that 
fixes your bug I would use something like bpf or gdb to watch it 
manually (if possible). GDB supports d demangling.


More information about the Digitalmars-d mailing list