digitalmars.D.learn - How do I get around this bug?
- Jason House (11/11) Jun 11 2007 Does anyone have a work around for bug 72
Does anyone have a work around for bug 72 (http://d.puremagic.com/issues/show_bug.cgi?id=72) or bug 806 (http://d.puremagic.com/issues/show_bug.cgi?id=806)? 72 = valgrind warnings with the garbage collector. I blame this for my unexplained crashing with gdc, but can't be certain. It is the best that I have to go on. 806 = Multiple definitions of template symbols 72 is causing me to be unable to use gdc on any platform and bug 806 is stopping me from using dmd (only attempted on linux so far). Sadly, the change I did that made 806 pop up was an attempt at a partial resolution of 72! (By alleviating memory allocations and deallocations)
Jun 11 2007