[Bug 1818778] Re: Python should be compiled with USDT/dtrace user-space probes

Ubuntu Foundations Team Bug Bot 1818778 at bugs.launchpad.net
Wed Mar 6 08:21:05 UTC 2019


The attachment "lp1818778-python3.8-enable-usdt.patch" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1818778

Title:
  Python should be compiled with USDT/dtrace user-space probes

Status in python3.7 package in Ubuntu:
  Confirmed
Status in python3.8 package in Ubuntu:
  Confirmed

Bug description:
  Python3.6 and later support being compiled with USDT/dtrace user-space
  probes, this allows tools such as perf and BPF utilities (bpfcc-tools)
  to do runtime profiling and tracing of Python execution.

  Ubuntu should compile Python with this support to enable better
  debugging of Python applications in production. perf/bpf tools can be
  attached to running production processes without having to restart
  them under a debugger which may destroy the situation you are trying
  to observe. This would be particularly useful with OpenStack
  deployments for example.

  The current python3.6/python3.7/python3.8 packages do not build with
  this support, because it requires a build-dependency on systemtap-sdt-
  dev and the option --with-dtrace to be passed at compile time.

  systemtap-sdt-dev is not currently in main, however, it was previously
  approved for a MIR in Bug #1203590 - it seems the original packages
  this was required for (Source Package: ust) was demoted to universe at
  some point and the systemtap-sdt-dev dependency went with it. So I am
  hopeful it will be re-approved for main inclusion and allow this to be
  done

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.7/+bug/1818778/+subscriptions



More information about the Ubuntu-sponsors mailing list