Re: [Scilab-users] Is this a known bug?

2015-12-21 Thread Tim Wescott
Thanks Samuel and Jan. I've submitted a bug, #14310, http://bugzilla.scilab.org/show_bug.cgi?id=14310. We'll see what happens, I guess. On Mon, 2015-12-21 at 16:10 +0100, Samuel Gougeon wrote: > Hi Tim, > > Same memory drift with Scilab 5.5.2 and 6.0-a2 on win7_x64 is > observed. > plot2d() is

Re: [Scilab-users] Is this a known bug?

2015-12-21 Thread Samuel Gougeon
Hi Tim, Same memory drift with Scilab 5.5.2 and 6.0-a2 on win7_x64 is observed. plot2d() is clearly involved, since further tests show that r = rand(1, 5000, "n"); for n = 1:1; clf; plot2d(r(1,:) , r(1,:)); end already leaks, and apparently faster than when encapsu

Re: [Scilab-users] Is this a known bug?

2015-12-21 Thread Jan Åge Langeland
I tried to run your function in Windows 10. Memory usage climbs gradually here also, but when it reaches 90% some action is taken, and it drops to about 85%. This goes on repeatedly, so I have not yet observed a crash or major slow-down. Jan On 21.12.2015 06:37, Tim Wescott wrote: I'm runni