[Bug kprobes/2726] systemtap.base/probefunc.exp crash in kernel/module.c:2114 on RHEL4
ananth at in dot ibm dot com
sourceware-bugzilla@sourceware.org
Mon Jun 19 07:18:00 GMT 2006
------- 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.
More information about the Systemtap
mailing list