[tor-bugs] #5917 [Stem]: integ.control.base_controller hangs
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Thu May 24 15:57:57 UTC 2012
#5917: integ.control.base_controller hangs
---------------------+------------------------------------------------------
Reporter: gsathya | Owner: atagar
Type: defect | Status: new
Priority: normal | Milestone:
Component: Stem | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------+------------------------------------------------------
Comment(by atagar):
That's interesting. I assume that this is the default target, which means
that stem is trying to establish a socket connection to tor (which it has
already done dozens of times before) but somehow getting stuck. Could you
please dig into get_tor_socket() to figure out if it's getting stuck on
the connection or authentication? It would be helpful to figure out the
last line in the stem codebase where we get stuck. One possability is that
we're sending a PROTOCOLINFO and never receiving a response from tor,
which would be... bad.
It's weird that the bug only manifests when multiple tests are run. We
have a with clause wrapping all of the ControlSockets here, so there
shouldn't be bleeding between the tests... I'm puzzled.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5917#comment:11>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list