[tor-bugs] #7799 [Tor]: Tor seems to build+timeout circuits for hours when offline/idle

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Mar 28 00:46:04 UTC 2013


#7799: Tor seems to build+timeout circuits for hours when offline/idle
---------------------------------------+------------------------------------
 Reporter:  mr-4                       |          Owner:  mikeperry         
     Type:  defect                     |         Status:  needs_review      
 Priority:  normal                     |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor                        |        Version:  Tor: 0.2.4.7-alpha
 Keywords:  tor-client 024-deferrable  |         Parent:                    
   Points:                             |   Actualpoints:                    
---------------------------------------+------------------------------------

Comment(by mikeperry):

 Aha! The damn thing is an *already* opened 1-hop circuit. It's probably a
 tunneled dirconn, as I guessed earlier. But this helps us greatly: We
 certainly shouldn't be trying to relax the timeout on already opened
 circuits.

 I pushed a commit to mikeperry/bug7799
 (160a7b73715230c4509e9ca1088bd31ff1f7abaa) to fix this case. More may
 remain.

 Here's how you run that git branch to find out:
 {{{
 git clone https://git.torproject.org/tor.git tor.git
 cd tor.git
 git remote add mikeperry https://git.torproject.org/mikeperry/tor.git
 git fetch mikeperry
 git branch --track bug7799 mikeperry/bug7799
 git checkout bug7799
 ./configure
 make && make install
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7799#comment:32>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list