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]

Re: Symbol resolution problem in stap on FC5


Frank Ch. Eigler wrote:
Hi -

On Tue, May 02, 2006 at 07:46:47PM +0530, srinivasa wrote:
[...]
prologue searching function 'sys_open' 0xc0151313-0xc015132d@fs/open.c:1089
[...]
The only thing that occurs to me is that perhaps your running kernel
and your debuginfo have a slight version mismatch. Is your "uname -r"
exactly "2.6.15-1.2054_FC5"?
[...]
[root@localhost stap]# uname -r
2.6.15-1.2054_FC5

How about "uname -p" versus % rpm -q --queryformat='%{name}-%{version}-%{release}.%{arch}\n' kernel

(That is, I suspect an i586 vs i686 difference.)
Yes,It was problem with i586 kernel-debuginfo rpm and i686 kernel rpm .
Now I installed i686 kernel-debuginfo rpm. Script is working correctly.
Thanks for your help.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]