www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Issue 1666] New: 64-bit gdc programs cannot allocate large arrays

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1666

           Summary: 64-bit gdc programs cannot allocate large arrays
           Product: DGCC aka GDC
           Version: 0.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: glue layer
        AssignedTo: dvdfrdmn users.sf.net
        ReportedBy: david acz.org


The following program segfaults using "prerelease gdc 0.25" from Ubuntu Gutsy
x86_64:

void main()
{
    char x[];
    x.length = 3_000_000_000;
}


-- 
Nov 13 2007
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1666






Added to DStress as
http://dstress.kuehne.cn/run/m/memory_management_07_A.d
http://dstress.kuehne.cn/run/m/memory_management_07_B.d


-- 
Feb 25 2008
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1666




This is certainly no longer reproducible using D2 on the 0.26 prelease,

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 30 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1666


Brad Roberts <braddr puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |braddr puremagic.com
         Resolution|                            |FIXED



---
Closing due to being no longer reproducible.

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