[Issue 6830] New: valgrind flags memory leak in _d_monitor_create
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 18 23:59:41 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6830
Summary: valgrind flags memory leak in _d_monitor_create
Product: D
Version: unspecified
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: druntime
AssignedTo: nobody at puremagic.com
ReportedBy: chisophugis at gmail.com
--- Comment #0 from Sean Silva <chisophugis at gmail.com> 2011-10-18 23:58:42 PDT ---
Created an attachment (id=1041)
valgrind output
I'm on Ubuntu x64, with the vanilla DMD .deb installed.
I have attached the output of valgrind. The program that triggers
valgrind to report the leak it is practically any that I run, including
just a bare "void main() { }". It looks like _d_monitor_create is
calloc'ing 72 bytes of memory that get "definitely lost" according to
valgrind.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list