Thread overview
[Issue 14891] profilegc_setlogfilename w/o null-terminated string might fail during fopen
Dec 17, 2022
Iain Buclaw
Mar 22, 2023
Jan Jurzitza
Mar 22, 2023
Dlang Bot
Mar 22, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14891

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
March 22, 2023
https://issues.dlang.org/show_bug.cgi?id=14891

Jan Jurzitza <d.bugs@webfreak.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d.bugs@webfreak.org

--- Comment #1 from Jan Jurzitza <d.bugs@webfreak.org> ---
seems to have been fixed on master for a while, profilegc actually regressed in not working with stdout anymore, but the fix for that is open here: https://github.com/dlang/dmd/pull/15018

--
March 22, 2023
https://issues.dlang.org/show_bug.cgi?id=14891

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WebFreak001 updated dlang/dmd pull request #15018 "fix 14891: fix profilgc to stdout not working" fixing this issue:

- Fix issue 14891 - profilgc to stdout not working

  Improves error message for diagnostics and tests it

https://github.com/dlang/dmd/pull/15018

--
March 22, 2023
https://issues.dlang.org/show_bug.cgi?id=14891

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15018 "fix 14891: fix profilgc to stdout not working" was merged into master:

- 247b524f83c9d83fc5afa2bbdc670479b68b2ea3 by WebFreak001:
  Fix issue 14891 - profilgc to stdout not working

  Improves error message for diagnostics and tests it

https://github.com/dlang/dmd/pull/15018

--