valgrind flags memory leak in _d_monitor_create

2011-10-19 Thread Sean Silva
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

Re: valgrind flags memory leak in _d_monitor_create

2011-10-19 Thread Jonathan M Davis
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

[Issue 6830] New: valgrind flags memory leak in _d_monitor_create

2011-10-19 Thread d-bugmail
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:

[Issue 2553] Excess attribute propagation for interfaces

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2553 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3836] [TDPL] obligatory override attribute

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3836 --- Comment #10 from yebblies yebbl...@gmail.com 2011-10-19 22:06:55 EST --- Patch to make it deprecated: https://github.com/D-Programming-Language/dmd/pull/462 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 6665] Regression(2.055) ICE(cg87.c): static double inside closure

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6665 Maksim Zholudev maxim...@gmail.com changed: What|Removed |Added CC||maxim...@gmail.com

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 --- Comment #2 from Steven Schveighoffer schvei...@yahoo.com 2011-10-19 09:31:13 PDT --- That doesn't work. pragma(lib) only works if you are compiling all files at the same time. This fails to compile: void main() {} I didn't import

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 --- Comment #3 from Steven Schveighoffer schvei...@yahoo.com 2011-10-19 09:31:54 PDT --- (In reply to comment #2) I didn't import std.datetime at all or rather core.time... -- Configure issuemail:

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 --- Comment #5 from Steven Schveighoffer schvei...@yahoo.com 2011-10-19 11:47:11 PDT --- works, thanks. Note that it still works even if you leave -L-rt in dmd.conf, even though it's not necessary to have it there. -- Configure issuemail:

[Issue 6831] New: mangled name over 128 characters becomes unreadable

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6831 Summary: mangled name over 128 characters becomes unreadable Product: D Version: D1 D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6831] mangled name over 128 characters becomes unreadable

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6831 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

[Issue 5409] Disallow (!x y)

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5409 --- Comment #3 from bearophile_h...@eml.cc 2011-10-19 15:35:52 PDT --- One more case found here, in the source code of the Chrome browser: http://www.viva64.com/en/b/0113/ Fragment N3: #define SEC_ASN1_CHOICE0x10 typedef struct

[Issue 6783] Implicit cast to immutable from pure function

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6783 --- Comment #3 from bearophile_h...@eml.cc 2011-10-19 15:46:43 PDT --- See also: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learnarticle_id=30167 -- Configure issuemail:

[Issue 6832] Can't test objects wrapped with alias this

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6832 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-10-19 20:44:46 PDT --- test.d(9): Error: incompatible types for ((bar) !is (null)): 'Bar' and 'void*'(In reply to comment #0) class Foo { } struct Bar { Foo foo; alias foo

[Issue 6832] New: Can't test objects wrapped with alias this

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6832 Summary: Can't test objects wrapped with alias this Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2