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 kprobes/2726] systemtap.base/probefunc.exp crash in kernel/module.c:2114 on RHEL4


------- Additional Comments From ananth at in dot ibm dot com  2006-06-19 07:18 -------
Yes, line 2114 falls in search_module_extables(). The routine in rhel matches
upstream and 2114 corresponds to:

...
  2110          unsigned long flags;
  2111          const struct exception_table_entry *e = NULL;
  2112          struct module *mod;
  2113
  2114          spin_lock_irqsave(&modlist_lock, flags);
  2115          list_for_each_entry(mod, &modules, list) {
  2116                  if (mod->num_exentries == 0)
  2117                          continue;
...

-- 


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

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