This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/19847] New: Entering ^C in interactive mode prompt prevents script from running


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]