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 darkk
Recipients astrand, bigorilla, darkk, gregory.p.smith, ragnark, titty, tovrstra
Date 2008-02-17.06:14:48
SpamBayes Score 0.14661284
Marked as misclassified No
Message-id <1203228890.53.0.627567806179.issue1404925@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-02-17 06:14:50darkksetspambayes_score: 0.146613 -> 0.14661284
recipients: + darkk, gregory.p.smith, titty, astrand, tovrstra, bigorilla, ragnark
2008-02-17 06:14:50darkksetspambayes_score: 0.146613 -> 0.146613
messageid: <1203228890.53.0.627567806179.issue1404925@psf.upfronthosting.co.za>
2008-02-17 06:14:49darkklinkissue1404925 messages
2008-02-17 06:14:48darkkcreate