Changes between Initial Version and Version 1 of Ticket #147
- Timestamp:
- 02/24/2010 12:56:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #147 – Description
initial v1 5 5 I hope things are going well. I am seeing a very odd error in foolscap occasionally. Here is what I see: 6 6 7 {{{ 7 8 Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound 8 9 method RemoteReferenceTracker._refLost of 9 10 <RemoteReferenceTracker(clid=1,url=pb://ahrpv6rtya6exuk75h2quxaubdkdubst@10.0.1.163:55071,127.0.0.1:55071/quegnf6enammggq33rgwiq3sgdt4dhh5)>> 10 11 ignored 11 12 }}} 12 13 13 14 This happens sometimes when my foolscap using process *ends*. I looked at RemoteRemoteReferenceTracker: 14 15 15 16 17 {{{ 16 18 def _refLost(self, wref): 17 19 # don't do anything right now, we could be in the middle of all sorts … … 31 33 # between the call to _refLost and the eventual call to 32 34 # _handleRefLost. In this case, don't decref anything. 35 }}} 33 36 34 37