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

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

[Octave-bug-tracker] [bug #52084] pause() fails after an async system ca


From: anonymous
Subject: [Octave-bug-tracker] [bug #52084] pause() fails after an async system call
Date: Thu, 21 Sep 2017 22:17:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

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

                 Summary: pause() fails after an async system call
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 22 Sep 2017 02:17:09 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Alex Barnett
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is a weird one, but the first pause after an asynchronous system call is
ignored. Other system calls are fine.
Simple example:

disp('should pause 1 sec each time...')
pause(1)   % is done
system('ls'); 1
pause(1)   % is done
system('ls',0,'async'); 2
pause(1)   % this one skipped
pause(1)   % this one is done
system('ls'); 3
pause(1)   % is done
disp('done')

Takes 4 sec rather than the desired 5.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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