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 Rock.Achu
Recipients Rock.Achu
Date 2011-12-30.05:58:42
SpamBayes Score 0.0045311637
Marked as misclassified No
Message-id <1325224722.95.0.491553459143.issue13679@psf.upfronthosting.co.za>
In-reply-to
Content
Alright. Just running:

import multiprocessing
thread = multiprocessing.Process()
thread.start()

raw_input()


-------------
Causes the crash. This time there is no output, so it is essentailly invisible. 
Caught me by surprise.
History
Date User Action Args
2011-12-30 05:58:43Rock.Achusetrecipients: + Rock.Achu
2011-12-30 05:58:42Rock.Achusetmessageid: <1325224722.95.0.491553459143.issue13679@psf.upfronthosting.co.za>
2011-12-30 05:58:42Rock.Achulinkissue13679 messages
2011-12-30 05:58:42Rock.Achucreate