http://d.puremagic.com/issues/show_bug.cgi?id=10701
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Martin Nowak <[email protected]> 2013-10-30 09:31:24 PDT --- cat > bug.d << CODE import core.memory; unittest { ubyte[] result; result.length = 4096; GC.free(result.ptr); GC.collect(); } CODE dmd -main -unittest -run bug ---- Happens in Gcx.isMarked which incorrectly handles B_FREE pages. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
