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 benjamin.peterson
Recipients benjamin.peterson, donmez, jnoller
Date 2008-07-19.21:01:30
SpamBayes Score 0.027459083
Marked as misclassified No
Message-id <1216501292.06.0.638768170762.issue3419@psf.upfronthosting.co.za>
In-reply-to
Content
When running test_multiprocessing in a loop, I see:

test test_multiprocessing failed -- Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_multiprocessing.py", line 1157,
in test_remote
    queue = manager2.get_queue()
  File "/temp/python/trunk/Lib/multiprocessing/managers.py", line 635,
in temp
    authkey=self._authkey, exposed=exp
  File "/temp/python/trunk/Lib/multiprocessing/managers.py", line 887,
in AutoProxy
    incref=incref)
  File "/temp/python/trunk/Lib/multiprocessing/managers.py", line 696,
in __init__
    self._incref()
  File "/temp/python/trunk/Lib/multiprocessing/managers.py", line 743,
in _incref
    dispatch(conn, None, 'incref', (self._id,))
  File "/temp/python/trunk/Lib/multiprocessing/managers.py", line 79, in
dispatch
    raise convert_to_error(kind, result)
RemoteError: 
---------------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/trunk/Lib/multiprocessing/managers.py", line 181,
in handle_request
    result = func(c, *args, **kwds)
  File "/temp/python/trunk/Lib/multiprocessing/managers.py", line 397,
in incref
    self.id_to_refcount[ident] += 1
KeyError: '1033760'
---------------------------------------------------------------------------
History
Date User Action Args
2008-07-19 21:01:32benjamin.petersonsetspambayes_score: 0.0274591 -> 0.027459083
recipients: + benjamin.peterson, donmez, jnoller
2008-07-19 21:01:32benjamin.petersonsetspambayes_score: 0.0274591 -> 0.0274591
messageid: <1216501292.06.0.638768170762.issue3419@psf.upfronthosting.co.za>
2008-07-19 21:01:31benjamin.petersonlinkissue3419 messages
2008-07-19 21:01:30benjamin.petersoncreate