https://issues.dlang.org/show_bug.cgi?id=19601
--- Comment #1 from John Burton <[email protected]> --- It looks like the reason is this line :- https://github.com/dlang/druntime/blob/424640864c2aa001731467e96f637bd3e704e481/src/rt/profilegc.d#L137 where it only creates the file if there is anything to write to it. It's not as simple as just removing the test though to "fix" as we presumably only want to do this if the user has requested the profile was made. --
