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

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

[Octave-bug-tracker] [bug #34632] Pause function doesn't work anymore af


From: Victor Hurdugaci
Subject: [Octave-bug-tracker] [bug #34632] Pause function doesn't work anymore after stopping the execution of a program
Date: Sun, 23 Oct 2011 19:18:19 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)

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

                 Summary: Pause function doesn't work anymore after stopping
the execution of a program
                 Project: GNU Octave
            Submitted by: victorhurdugaci
            Submitted on: Sun 23 Oct 2011 07:18:18 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Run the following program


printf('Before pause');
pause;
printf('After pause');


The normal flow would be: print the first message, wait for a key, display the
other message, exit

Run the program and, when pause is executing (waiting for a key), press
Ctrl+C.

Now run the program again.

Expected: the pause statement is executed and is waiting for a key
Actual: pause statement is ignored




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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