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

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

[Octave-bug-tracker] [bug #55287] Memory leak in graphics subsystem


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55287] Memory leak in graphics subsystem
Date: Wed, 9 Jan 2019 10:20:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #34, bug #55287 (project octave):

@jwe: With your modified example, I still do see the available amount of free
memory decreasing in "top". Also, the following example, which should only
update data, consumes more and more memory while no object has to be
deleted/created:


close all
h = plot (rand (1,100000));
for ii = 1:10000
set (h, "ydata", rand (1,100000))
pause (.2)
endfor




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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