This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author linxiaojun
Recipients ggenellina, gregory.p.smith, gvanrossum, ita1024, jba, jcea, linxiaojun, loewis, therve, torsten, vstinner
Date 2021-10-19.12:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634646427.86.0.994245595626.issue1336@roundup.psfhosted.org>
In-reply-to
Content
@torsten
Your comment here did a great help to me. I observed a long running python 2.7 process leaking memory. I did a lot of digging and eventually found that gc was disabled in this process.
But who disabled it? I really have no idea.
Luckily, I find this comment. The scenario of my process is exactly the same as you said, threading + subprocess. Finally...what a hard trip here.
Thanks a lot!
History
Date User Action Args
2021-10-19 12:27:07linxiaojunsetrecipients: + linxiaojun, gvanrossum, loewis, gregory.p.smith, jcea, ggenellina, therve, vstinner, jba, torsten, ita1024
2021-10-19 12:27:07linxiaojunsetmessageid: <1634646427.86.0.994245595626.issue1336@roundup.psfhosted.org>
2021-10-19 12:27:07linxiaojunlinkissue1336 messages
2021-10-19 12:27:07linxiaojuncreate