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

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

[Octave-bug-tracker] [bug #53186] Without osmesa it is not possible to p


From: Rik
Subject: [Octave-bug-tracker] [bug #53186] Without osmesa it is not possible to print/getframe invisible figures
Date: Fri, 9 Mar 2018 17:44:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #41, bug #53186 (project octave):

I think there could be a race condition.  There is certainly something wrong. 
Testing in the GUI with


N = 1e3;
for i = 1:N
  bm(i) = test ('getframe');
endfor
sum (bm)


shows that there are always 5-8 failures on my system.

A separate bug report should be filed since this may have nothing to do with
getframe, but more with how the GUI thread and the Octave thread interact.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53186>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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