How to debug (potential) GC bugs?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 29 02:56:34 PDT 2016


Does it crash only in rt_finalize2? It calls the class 
destructor, and the destructor must not allocate or touch GC in 
any way because the GC doesn't yet support allocation during 
collection.


More information about the Digitalmars-d-learn mailing list