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

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

[Octave-bug-tracker] [bug #44470] Pause does not detect Ctrl+C keystroke


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #44470] Pause does not detect Ctrl+C keystroke in Windows GUI
Date: Wed, 25 May 2016 07:29:14 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36

Follow-up Comment #14, bug #44470 (project octave):

http://octave.1599824.n4.nabble.com/Octave-4-0-1-CTRL-C-questions-td4677114.html#a4677140

Original committer seems not to be able to make account here.

I will write instead of him.

Here's a simple script that crashes Octave GUI all the time.


clear; close all; clc

x = [1; 2; 3; 4];
y = x;

plot(x, y, 'rx', 'MarkerSize', 10);
fprintf('Program paused. Press enter to continue.n');
pause;


The steps to reproduce is:

1. cd the to directory that contains the script.
2. Run the script.
3. When you see "Program paused. Press enter to continue", press CTRL-C twice.

3. Now, you should see "Press Control-C again to abort.".
4. Press CTRL-C again. Then Octave GUI crashes.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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