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 tapsets/5555] signal-all-probes.stp and proc_snoop.stp fail on ia64


------- Additional Comments From srinivasa at in dot ibm dot com  2008-01-09 11:16 -------
Even I face the same problem in ppc64(But I was not aware of ia64 case). I have 
proposed the patch in bug#5151.
=========================================
 tapset/signal.stp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: src/tapset/signal.stp
===================================================================
--- src.orig/tapset/signal.stp
+++ src/tapset/signal.stp
@@ -385,7 +385,8 @@ probe signal.pending.return = kernel.fun
  *  regs   : Address in the Kernel Mode stack area 
  *  
  */
-probe signal.handle = kernel.function("handle_signal")
+probe signal.handle = kernel.function("handle_signal") ?  ,
+                       kernel.function("handle_signal32") ?
 {
     sig = $sig
     sig_name = _signal_name($sig)
=================================================

Please find the equivalent function of handle_signal() in IA64 and add it here.

Thanks
 Srinivasa DS




-- 


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

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