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/6842] system-wide utrace syscall tracing will cause kernel panic by hackbench.


------- Additional Comments From fche at redhat dot com  2008-08-13 22:47 -------
I encountered this case even without the process("*") variant,
and worked around it thusly in pr4225 branch:

__stp_utrace_task_finder_target_death:

  ...
  // Call the callback
  rc = tgt->callback(tsk, 0,
                     (tsk->signal == NULL) || (atomic_read(&tsk->signal->live) 
== 0),
                     tgt);
  ...


-- 


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

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