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/19874] New: stap -c CMD run-time limited to 60s due to uncleared alarm()


https://sourceware.org/bugzilla/show_bug.cgi?id=19874

            Bug ID: 19874
           Summary: stap -c CMD run-time limited to 60s due to uncleared
                    alarm()
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

commit 90e6b60db3 introduced an alarm(60) call in stapio's "-c CMD" preparatory
code, as a protection against a deceased parent process.  Unfortunately, the
code neglected to clear the alarm in the case of successful synch, and the
alarm survived the subsequent -c CMD execve().  That in turn kills CMD after 60
seconds.  Whoops.

-- 
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]