[Issue 14926] Programs compiled using dmd 2.068 are generating dummy profilegc.log files

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 28 15:36:41 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14926

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
I see it generated by the druntime unittests.

I guess that hints at the problem: if you link to a shared phobos/druntime
library, the latter contains rt.profilegc. It's static destructors will run at
program termination and write the log file.

--


More information about the Digitalmars-d-bugs mailing list