[Bug translator/19847] New: Entering ^C in interactive mode prompt prevents script from running
flu at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Mar 18 21:26:00 GMT 2016
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.
More information about the Systemtap
mailing list