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

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

[Octave-bug-tracker] [bug #53328] "test getframe" may fail when the CPU


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53328] "test getframe" may fail when the CPU load is large
Date: Mon, 12 Mar 2018 05:16:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?53328>

                 Summary: "test getframe" may fail when the CPU load is large 
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: Mon 12 Mar 2018 09:16:06 AM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Launching a few (say 4) octave sessions and running the following in each one
shows some test failures:


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


The image returned by "getframe" is empty. What is really intriguing is the
absence of warning (see bug #53186). I'll try and look into this tonight.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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