[Issue 929] Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 24 11:23:13 PDT 2007


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


svv1999 at hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |critical
           Priority|P2                          |P1
            Version|1.004                       |1.001




------- Comment #6 from svv1999 at hotmail.com  2007-05-24 13:23 -------
Just stumbled on this when recompiling an older project.
To me dynamic and associative arrays are key features of D.
The bug was introduced with version 1.001.
Therefore increased priority as well as severity and set Version to 1.001.

The bug shows up on upsizing only. Downsizing by assigning to length is
possible.

The type `int[int][]' is sufficient to show the bug.


-- 



More information about the Digitalmars-d-bugs mailing list