[issue1404925] subprocess.Popen inside thread locks the thread in some case

Leonid Evdokimov report at bugs.python.org
Sun Feb 17 07:14:50 CET 2008


Leonid Evdokimov added the comment:

I confirm the bug.

Deadlock at Linux 2.6 (^C does not work):
Python 2.4.4 (#1, Jan  8 2008, 23:42:40) 
[GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2

Sometimes work and sometimes fails with fatal error at FreeBSD 6.3:
Python 2.4.4 (#2, Oct 31 2007, 05:20:42) 
[GCC 3.4.6 [FreeBSD] 20060305] on freebsd6

before Popen
before first line
FFatal error '_pq_insert_tail: Already in priority queue' at line 200 in
file /usr/src/lib/libpthread/thread/thr_priority_queue.c (errno = 0)
after last line          

And sometimes it deadlocks and ^C shows same traceback Ralf Schmitt
already posted.

----------
nosy: +darkk

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1404925>
_____________________________________


More information about the Python-bugs-list mailing list