bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44416: Unexpected error message when allocating oversized array


From: Elias Mårtenson
Subject: bug#44416: Unexpected error message when allocating oversized array
Date: Tue, 3 Nov 2020 20:29:38 +0800

Instead of the expected WS FULL, I got the following error when trying to sum a large array:

      +/ ,9 (⌊n÷9) ⍴ ⍳n←20000000000
Value_P::Value_P(ShapeItem len, const char * loc) failed at Value_P.icc:107 (caller: Bif_F12_INDEX_OF.cc:44)
 what: std::bad_alloc
 initial sbrk(): 0xeef000
 current sbrk(): 0xeef000
 alloc_size:     0x6fc23ac000 (480000000000)
 used memory:    0x14548 (83272)
WS FULL+
      +/,9(⌊n÷9)⍴⍳n←20000000000

Regards,
Elias

reply via email to

[Prev in Thread] Current Thread [Next in Thread]