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

Rainer Schuetze <r.sagita...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagita...@gmx.de

--- Comment #3 from Rainer Schuetze <r.sagita...@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.

--

Reply via email to