New submission from Thomas Mortensson:
Unsure how to re-produce. Have a CoreDump file with the below backtrace. Our
module is socc, we were running a Twisted application and Python core dumped
giving us the following backtrace.
Looks like we failed to spawn a process wsing os.fork() due to a
Thomas Mortensson added the comment:
Unsure if related to:
https://bugs.python.org/issue10517
or
https://bugs.python.org/issue13156
--
___
Python tracker
<http://bugs.python.org/issue30
Thomas Mortensson added the comment:
Indeed, #29640 seems remarkably similar. Will attempt to run attached POC code.
Thank you very much for your help.
--
___
Python tracker
<http://bugs.python.org/issue30
Thomas Mortensson added the comment:
Hey, any status update on this bug? Suffered a similar issue on a Centos 6.5
kernel when spawning multiple processes in a Twisted environment. Is this PR
targeted for inclusion into the source tree?
Thanks,
Tom
--
nosy: +Thomas Mortensson