bug in std.array.insertInPlace ?

Jonathan M Davis jmdavisProg at gmx.com
Wed Nov 9 10:14:25 PST 2011


On Tuesday, November 08, 2011 23:55 Ruslan Mullakhmetov wrote:
> Hi,
> 
> I found some strange behavior of std.array.insertInPlace leading to
> segfault.
> 
> The example below works for int, it is failed for reference type with
> array becoming of length bigger 1024 on windows (x64) and 512 on linux
> (x64).
> 
> code: http://cloud.theambient.org/0O360r1d2t1g09171F1m
> 
> Is it my bug or compiler?

It might by related to http://d.puremagic.com/issues/show_bug.cgi?id=6874

- Jonathan M Davis


More information about the Digitalmars-d mailing list