Ben Jolitz <[email protected]> added the comment: Hi Armin,
Upon disabling logging in my script, all crashes disappeared. I consider this a non-issue as logging is optional in my program. It's a confidential script, so I cannot give the original. However, a primitive version of it would entail: a) main script with logger.critical(), logger.exception() b) using threaded class to start n threads with each thread making m threads for opening each of m sockets and closing it once data is read for m urls on a HTML page. c) logger.critical, logger.info, logger.exception within context of each socket thread I'll see if I can get around to making a test program soon. Definitely looks like acts of `logging' though, which I remember seeing in the wiki was a "no-no". You're free to close this if you'd like. ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1495> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
