[tor-bugs] #2279 [Tor Client]: Duplicate call to connection_mark_for_close

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Dec 20 06:17:20 UTC 2010


#2279: Duplicate call to connection_mark_for_close
--------------------------------+-------------------------------------------
 Reporter:  Kiyoo               |        Type:  defect    
   Status:  new                 |    Priority:  normal    
Milestone:  Tor: 0.2.2.x-final  |   Component:  Tor Client
  Version:                      |    Keywords:            
   Parent:                      |  
--------------------------------+-------------------------------------------

Comment(by Kiyoo):

 Is it possible that this error gets triggered by a specific (maybe
 incorrect) iptables redirect setup?

 While this errors were occurring constantly I used the following rule to
 redirect all traffic to tor:
 (NAT table)
 -A OUTPUT -p tcp -j REDIRECT --to-ports 9040

 since then I changed it because I thought that traffic generated by the
 tor daemon itself should not be redirected to the TransPort...
 (NAT table)
 -A OUTPUT -m owner ! --uid-owner toranon -p tcp -j REDIRECT --to-ports
 9040

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


More information about the tor-bugs mailing list