[Bug 1818778] Re: Python should be compiled with USDT/dtrace user-space probes
Launchpad Bug Tracker
1818778 at bugs.launchpad.net
Wed May 15 20:34:31 UTC 2019
This bug was fixed in the package python3.8 - 3.8.0~a4-3
---------------
python3.8 (3.8.0~a4-3) experimental; urgency=medium
* Update symbols files.
-- Matthias Klose <doko at debian.org> Wed, 15 May 2019 00:30:25 +0200
** Changed in: python3.8 (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.7 in Ubuntu.
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:
Fix Released
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 foundations-bugs
mailing list