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 mark.dickinson
Recipients benjamin.peterson, donmez, jnoller, mark.dickinson
Date 2008-08-01.16:40:52
SpamBayes Score 0.0035735057
Marked as misclassified No
Message-id <1217608854.36.0.338834281759.issue3419@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also seeing the incref error occasionally, on OS X 10.5.4:

======================================================================
ERROR: test_remote (__main__.WithManagerTestRemoteManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_multiprocessing.py", line 1157, in test_remote
    queue = manager2.get_queue()
  File "/Users/dickinsm/python_source/trunk/Lib/multiprocessing/managers.py", line 635, in temp
    authkey=self._authkey, exposed=exp
  File "/Users/dickinsm/python_source/trunk/Lib/multiprocessing/managers.py", line 887, in AutoProxy
    incref=incref)
  File "/Users/dickinsm/python_source/trunk/Lib/multiprocessing/managers.py", line 696, in __init__
    self._incref()
  File "/Users/dickinsm/python_source/trunk/Lib/multiprocessing/managers.py", line 743, in _incref
    dispatch(conn, None, 'incref', (self._id,))
  File "/Users/dickinsm/python_source/trunk/Lib/multiprocessing/managers.py", line 79, in dispatch
    raise convert_to_error(kind, result)
RemoteError: 
---------------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/dickinsm/python_source/trunk/Lib/multiprocessing/managers.py", line 181, in handle_request
    result = func(c, *args, **kwds)
  File "/Users/dickinsm/python_source/trunk/Lib/multiprocessing/managers.py", line 397, in incref
    self.id_to_refcount[ident] += 1
KeyError: '6fdb78'
---------------------------------------------------------------------------
History
Date User Action Args
2008-08-01 16:40:54mark.dickinsonsetrecipients: + mark.dickinson, donmez, benjamin.peterson, jnoller
2008-08-01 16:40:54mark.dickinsonsetmessageid: <1217608854.36.0.338834281759.issue3419@psf.upfronthosting.co.za>
2008-08-01 16:40:53mark.dickinsonlinkissue3419 messages
2008-08-01 16:40:53mark.dickinsoncreate