Changes between Initial Version and Version 1 of Ticket #147


Ignore:
Timestamp:
02/24/2010 12:56:13 PM (14 years ago)
Author:
Brian Warner
Comment:

updated formatting

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #147 – Description

    initial v1  
    55I hope things are going well. I am seeing a very odd error in foolscap occasionally.  Here is what I see:
    66
     7{{{
    78Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound
    89method RemoteReferenceTracker._refLost of
    910<RemoteReferenceTracker(clid=1,url=pb://ahrpv6rtya6exuk75h2quxaubdkdubst@10.0.1.163:55071,127.0.0.1:55071/quegnf6enammggq33rgwiq3sgdt4dhh5)>>
    1011ignored
    11 
     12}}}
    1213
    1314This happens sometimes when my foolscap using process *ends*.  I looked at RemoteRemoteReferenceTracker:
    1415
    1516
     17{{{
    1618    def _refLost(self, wref):
    1719        # don't do anything right now, we could be in the middle of all sorts
     
    3133        # between the call to _refLost and the eventual call to
    3234        # _handleRefLost. In this case, don't decref anything.
     35}}}
    3336
    3437