[issue14776] Add SystemTap static markers

Dave Malcolm report at bugs.python.org
Wed May 16 20:15:14 CEST 2012


Dave Malcolm <dmalcolm at redhat.com> added the comment:

> I tried the patch under Mageia 1 and got the following failure:
Thanks.  I'm attaching an updated patch which reworks test_systemtap so that
  (a) it turns up the verbosity of stap invocations from "-v" to "-vv"
  (b) it tests the "hello world" stap script on a trivial binary ("true") before attempting to invoke sys.executable under stap

What does the error message look like with the extra verbosity?

> (I also had to chmod +s staprun - scary :-))
The chmod invocation sounds like an issue with how Mageia have packaged SystemTap, assuming that you're using a packaged build of systemtap.

----------
Added file: http://bugs.python.org/file25613/cpython-systemtap-2012-05-16-001.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14776>
_______________________________________


More information about the Python-bugs-list mailing list