From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25809 invoked by alias); 19 Jun 2006 07:18:21 -0000 Received: (qmail 25777 invoked by uid 48); 19 Jun 2006 07:18:13 -0000 Date: Mon, 19 Jun 2006 07:18:00 -0000 Message-ID: <20060619071813.25774.qmail@sourceware.org> From: "ananth at in dot ibm dot com" To: systemtap@sources.redhat.com In-Reply-To: <20060601192814.2726.wcohen@redhat.com> References: <20060601192814.2726.wcohen@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug kprobes/2726] systemtap.base/probefunc.exp crash in kernel/module.c:2114 on RHEL4 X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00650.txt.bz2 ------- 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.