|
| From: | A.R. Burgers |
| Subject: | [Octave-bug-tracker] [bug #52876] interrupt with <Ctrl> C does not terminate octave during pause |
| Date: | Sat, 13 Jan 2018 06:37:02 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 |
URL:
<http://savannah.gnu.org/bugs/?52876>
Summary: interrupt with <Ctrl> C does not terminate octave
during pause
Project: GNU Octave
Submitted by: arb
Submitted on: Sat 13 Jan 2018 11:37:00 AM UTC
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
Consider this script:
version = version
hg_id = __octave_config_info__.hg_id
for i = 1:3
plot(1:10)
title(sprintf('iteration %d', i));
pause
end
hg_id = bccb203494f6+
<Ctrl C> during pause does not terminate the program, in 4.2.1 it does.
<Ctrl C><Ctrl D> does terminate the program.
<Ctrl D> alone resume execution after the pause, as in 4.2.1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52876>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |