[Issue 9677] New: Crash on setting length property of array VC 2012 64 bit

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 9 11:39:57 PST 2013


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

           Summary: Crash on setting length property of array VC 2012 64
                    bit
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody at puremagic.com
        ReportedBy: pr at m1xa.com


--- Comment #0 from Michael <pr at m1xa.com> 2013-03-09 11:39:56 PST ---
Exception code: 0xc0000005
Fault offset: 0x0000000000002112

Compiles, but crashes.

Sample:

// dmd -m64 sample.d
int main(string[] args)
{
   int[] a;
   a.length = 10;
   return 0;
}

Win 8 Pro 64 bit
Dmd 2.062
Visual Studio 2012 Express for Windows Desktop; Update 2 CTP (Update 1)

-- 
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