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 runtime/5368] New: staprun does not respond signals when it launches a module in bulk mode


Hi,

When I ran below commands, staprun was not detached. Moreover,
it did not respond to ^C(SIGTERM) and ^\(SIGQUIT).

 $ stap -m testmod -b -e 'probe timer.ms(100) {log("timer run")}' -p4
 $ staprun -L testmod.ko 

However, when I did not specify the '-L' option to staprun, 
it could catch signals correctly.

-- 
           Summary: staprun does not respond signals when it launches a
                    module in bulk mode
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mhiramat at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5368

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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