[Bug 1887847] Re: python3.8 subinterpereters cause use-after-free in asyncio
Mathew Hodson
1887847 at bugs.launchpad.net
Thu Jul 30 14:53:52 UTC 2020
** Changed in: python3.8 (Ubuntu)
Importance: Undecided => Medium
--
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