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 translator/11151] Leakage of stap_uprobes slots


------- Additional Comments From fche at redhat dot com  2010-01-11 22:28 -------
In this test, I'm getting appropriate results:

% sudo ./stap -v -t -DDEBUG_UPROBES -e 'probe process("ls").function("main")
{log(pp())}' &

% ls
stap_uprobe_change_plus:558: +uprobe spec 0 idx 0 process ls[8907] addr 08050ae0
pp process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
stap_uprobe_change_minus:636: -uprobe spec 0 idx 0 process ls[8907] reloc
08050ae0 pp
process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
% ls
stap_uprobe_change_plus:558: +uprobe spec 0 idx 0 process ls[8907] addr 08050ae0
pp process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
stap_uprobe_change_minus:636: -uprobe spec 0 idx 0 process ls[8907] reloc
08050ae0 pp
process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
% ls
stap_uprobe_change_plus:558: +uprobe spec 0 idx 0 process ls[8907] addr 08050ae0
pp process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")
stap_uprobe_change_minus:636: -uprobe spec 0 idx 0 process ls[8907] reloc
08050ae0 pp
process("/bin/ls").function("main@/usr/src/debug/coreutils-8.2/src/ls.c:1226")



-- 


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

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