https://issues.dlang.org/show_bug.cgi?id=1180

Sobirari Muhomori <dfj1es...@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|D1 (retired)                |D2
          Component|phobos                      |druntime
           Hardware|x86                         |x86_64
           Assignee|bugzi...@digitalmars.com    |nob...@puremagic.com
         Resolution|FIXED                       |---
           Severity|blocker                     |normal
                 OS|All                         |Linux

--- Comment #2 from Sobirari Muhomori <dfj1es...@sneakemail.com> ---
int main()
{
    size_t len = size_t.max-100;
    ubyte[] arr = new ubyte[len];
    return 0;
}

Return code: 11 (Segmentation fault)

Tried only on dpaste.

--

Reply via email to