bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Memory leak


From: Blake McBride
Subject: [Bug-apl] Memory leak
Date: Thu, 16 Jun 2016 14:14:26 -0500

address@hidden ~ $ apl
      x←⍳60000000
      x←4
      x←⍳60000000
      x←4
      x←⍳70000000
      x←4
      x←⍳80000000
      x←4
      x←⍳90000000
WS FULL
      x←⍳90000000
      ^ ^
      x←⍳80000000
WS FULL
      x←⍳80000000
        ^
      x←4
      x←⍳80000000
WS FULL
      x←⍳80000000
        ^
      x←⍳50000000
WS FULL
      x←⍳50000000
      ^ ^

Originally I could create a 60M array.  I could then, essentially, erase the object and create it again.  However, when I get a WS FULL error, the space seems lost.

Thanks.

Blake McBride


reply via email to

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