[issue8028] self.terminate() from a multiprocessing.Process raises AttributeError exception

5houston report at bugs.python.org
Sat Nov 20 18:29:52 CET 2010


5houston <cadabras at gmail.com> added the comment:

Yes, I can.
This is the minCrashing.py output from python3.2a4 in windows XP sp3:

Traceback (most recent call last):
  File "c:\Python32\lib\multiprocessing\process.py", line 233, in _bootstrap
    self.run()
  File "c:\Python32\lib\multiprocessing\process.py", line 87, in run
    if self._target:
AttributeError: 'Process' object has no attribute '_target'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\Python32\lib\multiprocessing\forking.py", line 349, in main
    exitcode = self._bootstrap()
  File "c:\Python32\lib\multiprocessing\process.py", line 249, in _bootstrap
    sys.stderr.write('Process %s:\n' % self.name)
  File "c:\Python32\lib\multiprocessing\process.py", line 137, in name
    return self._name
AttributeError: 'Process' object has no attribute '_name'

----------

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


More information about the Python-bugs-list mailing list