[Bug 1887847] Re: python3.8 subinterpereters cause use-after-free in asyncio
Ubuntu Foundations Team Bug Bot
1887847 at bugs.launchpad.net
Thu Jul 16 20:26:42 UTC 2020
The attachment "1-3.8.2-1ubuntu1.2.debdiff" 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/1887847
Title:
python3.8 subinterpereters cause use-after-free in asyncio
Status in python3.8 package in Ubuntu:
New
Bug description:
Python 3.8.0 to 3.8.2 include a bug which breaks subinterpereters
nearly in their entirety.
If a subinterpereter initializes asyncio (a library used by many other
libraries), then exits, and another subinterpereter initializes
asyncio, there will be a use-after-free and segmentation fault.
See: https://bugs.python.org/issue40294
A main.c small test program is attached to that bug which replicates
the issue.
The bug has been fixed as of 3.8.3 and 3.9.0. I attached a patch which
backports the one-line fix to a 3.8.2-1ubuntu1.2 version for focal.
I am writing a piece of software that I fear will be unusable on focal
without this backport, since the default python3 is python
3.8.2-1ubuntu1.1 at the time of writing. Since it does not contain the
fix, my application crashes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.8/+bug/1887847/+subscriptions
More information about the Ubuntu-sponsors
mailing list