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 Phil Frost2
Recipients Jeffrey.Kintscher, Phil Frost, Phil Frost2, facundobatista, mark.dickinson, rhettinger, skrah, tim.peters, vstinner
Date 2019-07-10.15:58:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562774282.06.0.138037927543.issue37168@roundup.psfhosted.org>
In-reply-to
Content
Not yet. I had a hell of a time getting gdb to follow gunicorn forks so it would watch the workers but not also every other thing using popen or os.system(). And the lldb package on Alpine doesn't seem to work.

So we're currently in the process of testing a Debian container for production, hoping the issue just goes away. If not, I'll continue digging in with a debugger.
History
Date User Action Args
2019-07-10 15:58:02Phil Frost2setrecipients: + Phil Frost2, tim.peters, rhettinger, facundobatista, mark.dickinson, vstinner, skrah, Jeffrey.Kintscher, Phil Frost
2019-07-10 15:58:02Phil Frost2setmessageid: <1562774282.06.0.138037927543.issue37168@roundup.psfhosted.org>
2019-07-10 15:58:02Phil Frost2linkissue37168 messages
2019-07-10 15:58:01Phil Frost2create