[Issue 72] valgrind: use of unitialized values in the gcx module
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 11 07:06:21 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=72
jason.james.house at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason.james.house at gmail.com
------- Comment #4 from jason.james.house at gmail.com 2007-06-11 09:06 -------
This bug I submitted to gdc may be of interest:
https://sourceforge.net/tracker/?func=detail&atid=791252&aid=1734477&group_id=154306
Just calling the garbage collector is enough to generate valgrind issues. Does
this issues show up with dmd and gdc both? The problems I've run into have
only shown up when using gdc. I haven't, however, tested this issue with dmd.
Here's a small piece of the post:
$ cat ./valgrindTest.d
module valgrindTest;
import std.gc;
int main (char[][] args){
std.gc.fullCollect();
return 0;
}
--
More information about the Digitalmars-d-bugs
mailing list