http://d.puremagic.com/issues/show_bug.cgi?id=6660



--- Comment #7 from Don <clugd...@yahoo.com.au> 2011-09-27 18:12:05 PDT ---
The reduced test case from test15.d looks _completely_ different:

void main()
{
    char[] a = new char[0];
    uint c = 20000;
    while (c--)
    a ~= 'x';
}

This looks as though the gc is still running after the app has exited.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to