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 pajs@fodder.org.uk
Recipients jnoller, pajs@fodder.org.uk, pitrou
Date 2009-10-15.10:00:16
SpamBayes Score 1.3829554e-10
Marked as misclassified No
Message-id <1255600819.69.0.701453736073.issue7123@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on Linux, and repeated the issue - just to confirm this isn't a
Solaris specific issue.

Tested using dummy_threading - bug does not appear when that is used.

Added _verbose=True to threads, and log_to_stderr(SUBDEBUG) set for Process.

Attached is the output of the script with those set. 

Other odd things to notice, and some point, more than 2 children
sometimes exist.. 

isalive PID: 7646 : True
isalive PID: 7652 : True
isalive PID: 7653 : True
isalive PID: 7646 : True
isalive PID: 7652 : True
isalive PID: 7653 : True
isalive PID: 7646 : True
isalive PID: 7653 : True

The code starts 2 threads, which start 2 processes. Both threads are
joined before new ones are started.. So, in theroy, only 2 should be
able to exist at once.. ?
History
Date User Action Args
2009-10-15 10:00:20pajs@fodder.org.uksetrecipients: + pajs@fodder.org.uk, pitrou, jnoller
2009-10-15 10:00:19pajs@fodder.org.uksetmessageid: <1255600819.69.0.701453736073.issue7123@psf.upfronthosting.co.za>
2009-10-15 10:00:18pajs@fodder.org.uklinkissue7123 messages
2009-10-15 10:00:17pajs@fodder.org.ukcreate