Thread overview
[Issue 1666] New: 64-bit gdc programs cannot allocate large arrays
Nov 13, 2007
d-bugmail
Feb 25, 2008
d-bugmail
Jan 30, 2011
Iain Buclaw
Feb 07, 2011
Brad Roberts
November 13, 2007
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;
}


-- 

February 25, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1666





------- Comment #1 from thomas-dloop@kuehne.cn  2008-02-25 05:06 -------
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


-- 

January 30, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=1666



--- Comment #2 from Iain Buclaw <ibuclaw@ubuntu.com> 2011-01-30 03:03:50 PST ---
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: -------
February 07, 2011
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


--- Comment #3 from Brad Roberts <braddr@puremagic.com> 2011-02-06 16:29:03 PST ---
Closing due to being no longer reproducible.

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