Skip to content

[3.8] bpo-40955: Fix memory leak in subprocess module (GH-20825) - #20832

Closed
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-0d3350d-3.8
Closed

[3.8] bpo-40955: Fix memory leak in subprocess module (GH-20825)#20832
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-0d3350d-3.8

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jun 12, 2020

Copy link
Copy Markdown
Contributor
Direct leak of 8 byte(s) in 1 object(s) allocated from:
GH-0 0x7f008bf19667 in __interceptor_malloc (/lib64/libasan.so.6+0xb0667)
GH-1 0x7f007a0bee4a in subprocess_fork_exec /home/heimes/dev/python/cpython/Modules/_posixsubprocess.c:774
GH-2 0xe0305b in cfunction_call Objects/methodobject.c:546

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit 0d3350d)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue40955

```
Direct leak of 8 byte(s) in 1 object(s) allocated from:
GH-0 0x7f008bf19667 in __interceptor_malloc (/lib64/libasan.so.6+0xb0667)
GH-1 0x7f007a0bee4a in subprocess_fork_exec /home/heimes/dev/python/cpython/Modules/_posixsubprocess.c:774
GH-2 0xe0305b in cfunction_call Objects/methodobject.c:546
```
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 0d3350d)
Co-authored-by: Christian Heimes <christian@python.org>
@tiran

Copy link
Copy Markdown
Member

3.7 and 3.8 don't support extra groups

@tirantiran closed this Jun 12, 2020
@miss-islington
miss-islington deleted the backport-0d3350d-3.8 branch June 12, 2020 16:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewtype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@tiran@the-knights-who-say-ni@bedevere-bot