This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/19847] New: Entering ^C in interactive mode prompt prevents script from running
- From: "flu at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 18 Mar 2016 21:26:29 +0000
- Subject: [Bug translator/19847] New: Entering ^C in interactive mode prompt prevents script from running
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=19847
Bug ID: 19847
Summary: Entering ^C in interactive mode prompt prevents script
from running
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
Assignee: systemtap at sourceware dot org
Reporter: flu at redhat dot com
Target Milestone: ---
After entering ^C into the prompt, the script is unable to be started again.
$ stap -i
stap> add probe timer.s(1) {println("hi")}
Script analysis:
# probes
timer.s(1) /* <- timer.s(1) */
stap> run
hi
hi
hi
hi
^C^Cstap> ^C
stap> run
stap>
stap>
stap> run
stap> run
stap> run
stap>
--
You are receiving this mail because:
You are the assignee for the bug.