bug-apl
[Top][All Lists]
Advanced

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

Re: Fwd: Unexpected error message when allocating oversized array


From: Dr . Jürgen Sauermann
Subject: Re: Fwd: Unexpected error message when allocating oversized array
Date: Thu, 5 Nov 2020 12:36:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi Elias,

thanks, fixed in SVN 1353.

The additional debug info is now printed under the control of ]LOG 45.

Best Regards,
Jürgen


On 11/4/20 3:37 AM, Elias Mårtenson wrote:
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]