October 19, 2011
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.

October 19, 2011
On Wednesday, October 19, 2011 05:51:51 Sean Silva wrote:
> --nextPart77593048.e8O9o76Zdv
> 
> 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.

This list is not intended to be posted to. You sign up for it you want to see all of the messages from bugzilla. Please report bugs in bugzilla: d.puremagic.com/issues

- Jonathan M Davis