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 runtime/15737] startup fails with vague message on missing symbols


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

--- Comment #4 from b24warbaby <b24warbaby at yahoo dot com> ---


manual searchiing of centos turned up the correct rpms:

( too bad the yum steps can't resolve these ).


[root@ab763 ~]# rpm -qa | grep kernel | grep `uname -r`

kernel-debug-devel-2.6.32-358.6.2.el6.x86_64
kernel-debuginfo-2.6.32-358.6.2.el6.x86_64
kernel-devel-2.6.32-358.6.2.el6.x86_64
kernel-2.6.32-358.6.2.el6.x86_64
kernel-debug-2.6.32-358.6.2.el6.x86_64
kernel-debuginfo-common-x86_64-2.6.32-358.6.2.el6.x86_64
[root@ab763 ~]# 
[root@ab763 ~]# 
[root@ab763 ~]# 
[root@ab763 ~]# stap -v -e 'probe vfs.read {printf("read performed\n");
exit()}'
Pass 1: parsed user script and 97 library script(s) using
205468virt/33668res/3036shr/31404data kb, in 230usr/20sys/261real ms.
Pass 2: analyzed script: 1 probe(s), 1 function(s), 3 embed(s), 0 global(s)
using 435504virt/133340res/8236shr/123392data kb, in 1730usr/900sys/5384real
ms.
Pass 3: translated to C into
"/tmp/stapr1g23g/stap_e6efc94189771dcdd7458435d2302673_1499_src.c" using
425676virt/129208res/6584shr/123392data kb, in 0usr/10sys/8real ms.
Pass 4: compiled C into "stap_e6efc94189771dcdd7458435d2302673_1499.ko" in
7060usr/1420sys/13674real ms.
Pass 5: starting run.
read performed
Pass 5: run completed in 20usr/50sys/528real ms.

-- 
You are receiving this mail because:
You are the assignee for the bug.


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