[tor-bugs] #8367 [Tor]: Regression in git master: Can't bootstrap with bridges
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Mar 1 09:38:42 UTC 2013
#8367: Regression in git master: Can't bootstrap with bridges
--------------------------------+-------------------------------------------
Reporter: nickm | Owner:
Type: defect | Status: needs_review
Priority: critical | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version:
Keywords: tor-client bridges | Parent:
Points: | Actualpoints:
--------------------------------+-------------------------------------------
Comment(by andrea):
It looks like when choose_random_entry_impl() gets down to this bit,
node_sl_choose_by_bandwidth() is always returning NULL:
{{{
if (entry_list_is_constrained(options)) {
/* We need to weight by bandwidth, because our bridges or entryguards
* were not already selected proportional to their bandwidth. */
node = node_sl_choose_by_bandwidth(live_entry_guards,
WEIGHT_FOR_GUARD);
} else {
}}}
Before that point node has a pointer to the bridge node.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8367#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list