]> sourceware.org Git - systemtap.git/commit
Revert "PR9940: avoid duplicated calling of uprobes in shared libraries"
authorFrank Ch. Eigler <fche@elastic.org>
Tue, 24 Mar 2009 19:55:26 +0000 (15:55 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Tue, 24 Mar 2009 19:55:26 +0000 (15:55 -0400)
commitccc11a14c5117fcee425d53f00f0b871ac727728
tree903ed54552bf2cc9f1c7128c5456c8571eed3d6e
parent168bcc7c71f203fed7a8f25bfd0a84369b968c0f
Revert "PR9940: avoid duplicated calling of uprobes in shared libraries"

This fix caused a regression on fedora.

stap -ve 'probe process("/bin/ls").function("main") { log(pp()); }
          probe process("/lib64/libc.so.6").function("*") { log(pp()); }' \
     -c /bin/ls

hung (with stapio & ls processes spinning) upon startup.
runtime/task_finder.c
This page took 0.028901 seconds and 5 git commands to generate.