[tor-bugs] #8367 [Tor]: Regression in git master: Can't bootstrap with bridges
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Feb 28 22:01:14 UTC 2013
#8367: Regression in git master: Can't bootstrap with bridges
--------------------------------+-------------------------------------------
Reporter: nickm | Owner:
Type: defect | Status: new
Priority: major | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version:
Keywords: tor-client bridges | Parent:
Points: | Actualpoints:
--------------------------------+-------------------------------------------
I was trying to track down an issue in stegotorus when I found that
current Tor master has a problem bootstrapping. I'm using this
configuration
{{{
bridge XX:995
bridge XX:443
Bridge XX:5251
CircuitBuildTimeout 60
UseBridges 1
}}}
(With real bridges, of course.)
After bisecting, it appears that d7089ff228227259137b5a8bc32d0764a0ad4155
is at fault. Oops -- that's one of mine. :p
The failure mode here is that we get up to 50% bootstrapped, then:
{{{
Feb 28 16:58:46.000 [notice] Bootstrapped 20%: Asking for networkstatus
consensus.
Feb 28 16:58:46.000 [notice] Bootstrapped 50%: Loading relay descriptors.
Feb 28 16:58:47.000 [notice] Learned fingerprint XXX for bridge XX:5251.
Feb 28 16:58:47.000 [notice] Learned fingerprint XXX for bridge XX:443.
}}}
and then no further.
Any insights for what I screwed up with
d7089ff228227259137b5a8bc32d0764a0ad4155 ?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8367>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list