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 uprobes/6841] system-wide utrace syscall tracing script don't respond signal


------- Additional Comments From dsmith at redhat dot com  2008-08-14 20:12 -------
I've reproduced this on 2.6.25.14-108.fc9.x86_64.  With the addition of a timer
probe that exists after 5 seconds, the script exits correctly.

  probe timer.sec(5) {
	exit()
  }

One possible fix would be to exclude stapio from system-wide probing.

-- 


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

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