[issue13679] Multiprocessing system crash

Rock Achu report at bugs.python.org
Fri Dec 30 06:58:42 CET 2011


Rock Achu <rockachu2 at gmail.com> added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list