◐ Shell
clean mode source ↗

Message 416900 - Python tracker

Message416900

Author socketpair
Recipients socketpair
Date 2022-04-06.21:13:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649279585.96.0.0625291318039.issue47245@roundup.psfhosted.org>
In-reply-to
Content
Solution:

https://github.com/bminor/glibc/blob/master/sysdeps/unix/sysv/linux/spawni.c#L309

In short - do not use vfork(). Use clone(CLONE_VM | CLONE_VFORK). and do something with stack.
History
Date User Action Args
2022-04-06 21:13:06socketpairsetrecipients: + socketpair
2022-04-06 21:13:05socketpairsetmessageid: <1649279585.96.0.0625291318039.issue47245@roundup.psfhosted.org>
2022-04-06 21:13:05socketpairlinkissue47245 messages
2022-04-06 21:13:05socketpaircreate