Thread overview
[Issue 17377] Empty D program is not valgrind clean
May 07, 2017
b2.temp@gmx.com
Feb 06, 2018
Carsten Blüggel
Feb 06, 2018
Carsten Blüggel
Mar 21, 2020
Basile-z
May 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17377

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #1 from b2.temp@gmx.com ---
There's a PR that should fix it, https://github.com/dlang/druntime/pull/1557, the status is unclear.

--
February 06, 2018
https://issues.dlang.org/show_bug.cgi?id=17377

Carsten Blüggel <chilli@posteo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |chilli@posteo.net
         Resolution|---                         |FIXED

--- Comment #2 from Carsten Blüggel <chilli@posteo.net> ---
Issue got fixed by https://github.com/dlang/druntime/pull/1857 or ?

$ dmd --version
DMD64 D Compiler v2.078.1
Copyright (c) 1999-2017 by The D Language Foundation written by Walter Bright

$ valgrind --leak-check=full ./test_17377
==13243== Memcheck, a memory error detector
==13243== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==13243== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==13243== Command: ./test_17377
==13243==
==13243==
==13243== HEAP SUMMARY:
==13243==     in use at exit: 0 bytes in 0 blocks
==13243==   total heap usage: 95 allocs, 95 frees, 49,028 bytes allocated
==13243==
==13243== All heap blocks were freed -- no leaks are possible
==13243==
==13243== For counts of detected and suppressed errors, rerun with: -v
==13243== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

--
February 06, 2018
https://issues.dlang.org/show_bug.cgi?id=17377

Carsten Blüggel <chilli@posteo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chisophugis@gmail.com

--- Comment #3 from Carsten Blüggel <chilli@posteo.net> ---
*** Issue 6830 has been marked as a duplicate of this issue. ***

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=17377

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--