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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Sean Silva <[email protected]> 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: -------