bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Memory leak


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

That did it.  Thanks!



Sent via the Samsung Galaxy Note® 4, an AT&T 4G LTE smartphone


-------- Original message --------
From: Christian Robert <address@hidden>
Date: 6/16/2016 2:21 PM (GMT-06:00)
To: address@hidden
Subject: Re: [Bug-apl] Memory leak

I thing a couple of right arrows or )sic or )reset would do the trick

       →
       →

       )sic

       )reset

when something is interrupted, no memory is freed, and the operation can be "resumed" with

       →⍳0


my 2 cents,

Xtian.

On 2016-06-16 15:14, Blake McBride wrote:
> 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]