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 neologix
Recipients benjamin.peterson, christian.heimes, georg.brandl, larry, neologix, pitrou, python-dev, r.david.murray, sbt, vstinner
Date 2013-10-19.13:07:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1opXvMcGHUXTqLK6o5XrO4Xa-v3TEV5UW_5szXnvnv_A@mail.gmail.com>
In-reply-to <1382054040.87.0.363785952414.issue19227@psf.upfronthosting.co.za>
Content
> It looks as though fork() is indirectly calling something in _ssl.cpython-34dm.so which is not
> completing.

The stack is strange: what is /lib/libncursesw.so.5 doing there?
Also, we can see exit() is being called. And indeed, _fini() is some
shared libraary deallocation code...
History
Date User Action Args
2013-10-19 13:07:56neologixsetrecipients: + neologix, georg.brandl, pitrou, vstinner, larry, christian.heimes, benjamin.peterson, r.david.murray, python-dev, sbt
2013-10-19 13:07:56neologixlinkissue19227 messages
2013-10-19 13:07:55neologixcreate