[pypy-issue] [issue1495] Crash in JIT from Bitbucket latest (checkout of 5/24/2013 at 1pm PST)

Ben Jolitz tracker at bugs.pypy.org
Tue May 28 18:43:33 CEST 2013


Ben Jolitz <ben.jolitz at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1495>
________________________________________


More information about the pypy-issue mailing list