[Issue 6660] Problem with core.cpuid on Windows7

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 27 18:12:44 PDT 2011


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



--- Comment #7 from Don <clugdbug at 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: -------


More information about the Digitalmars-d-bugs mailing list