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 testsuite/10231] Systemtap variable references fail on custom kernels built on RHEL 5.3 on ppc64


------- Additional Comments From ananth at in dot ibm dot com  2009-10-06 06:54 -------
Verified on Rawhide - Alan's patch fixes the problem.

[ananth@p550lp3 ~]$ gcc --version
gcc (GCC) 4.4.1 20090925 (Red Hat 4.4.1-17)

[root@p550lp3 ~]# stap -ve 'probe kernel.function("do_fork") { printf("%s\n",
$$parms) exit() }'
Pass 1: parsed user script and 59 library script(s) in 390usr/50sys/1096real ms.
Pass 2: analyzed script: 1 probe(s), 7 function(s), 0 embed(s), 0 global(s) in
1040usr/340sys/3468real ms.
Pass 3: using cached
/root/.systemtap/cache/d1/stap_d1515867ee23dbef085a1d33aacdd040_2401.c
Pass 4: using cached
/root/.systemtap/cache/d1/stap_d1515867ee23dbef085a1d33aacdd040_2401.ko
Pass 5: starting run.
clone_flags=0x1200011 stack_start=0xff89d130 regs=0xc000000034af3ea0
stack_size=0x0 parent_tidptr=0x0 child_tidptr=0xf7cff068
Pass 5: run completed in 0usr/80sys/13318real ms.

Thanks Alan!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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