octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #60979] Memory space used per GNU octave incre


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #60979] Memory space used per GNU octave increases inexplicably
Date: Tue, 27 Jul 2021 12:25:32 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55

Follow-up Comment #1, bug #60979 (project octave):

I can't reproduce with your example #1 on Windows 10 with Octave 6.3.0 (no
packages loaded).

I also cannot reproduce with your example #2 (after `pkg load
instrument-control`).


Reproducing the code so that other can more easily cut and paste:

% Example #1
fig = figure;
while 1
  refreshdata(fig)
  pause(0.1)
end


% Example #2
s=udp('10.0.0.16', 10001,'localport',10000); % with incoming data in this
port
while 1
  fread(s,s.bytesavailable);
  pause(0.1)
end
udp_close(s);





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60979>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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