[New-bugs-announce] [issue24555] Python logic error when deal with re and muti-threading

bee13oy report at bugs.python.org
Fri Jul 3 08:20:15 CEST 2015


New submission from bee13oy:

Bug 0x01 is the main problem.

t.start()
t.join(timeout)
In normal case, I run a while() in sub-thread, the main thread will get the control of the program after the sub-thread is timed out.
But, in our POC, even the sub-thread timed out, the main thread still can't execute continue. After analyzing, I found the main thread trapped into an infinite loop like I described in the PDF.

----------
components: Regular Expressions
files: python_logic_error.pdf
messages: 246138
nosy: bee13oy, ezio.melotti, mrabarnett
priority: normal
severity: normal
status: open
title: Python logic error when deal with re and muti-threading
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file39850/python_logic_error.pdf

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24555>
_______________________________________


More information about the New-bugs-announce mailing list