[tor-bugs] #3620 [Tor Client]: warnings when accessing non-existent hidden service
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Thu Jul 21 00:29:00 UTC 2011
#3620: warnings when accessing non-existent hidden service
---------------------------+------------------------------------------------
Reporter: Sebastian | Owner:
Type: defect | Status: closed
Priority: normal | Milestone: Tor: 0.2.3.x-final
Component: Tor Client | Version:
Resolution: fixed | Keywords:
Parent: | Points:
Actualpoints: |
---------------------------+------------------------------------------------
Changes (by nickm):
* status: new => closed
* resolution: => fixed
Comment:
Okay, I think I figured it out this time.
The case I previously fixed was indeed a bug: we shouldn't have been
cannibalizing isolated circuits. But this happens now when a circuit
completes, and it *isn't* isolated, and nothing wants to attach to it, and
connection_ap_attach_pending() decides to cannibalize it and tentatively
isolate something on it, but circuit_has_opened() only sees that it has no
streams attached to it and decides to try to clear its isolation info.
I believe I've got it fixed in master now.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/3620#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list