[tor-bugs] #5650 [Tor]: Tor hogging CPU

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Sep 2 11:54:12 UTC 2013


#5650: Tor hogging CPU
--------------------------+------------------------------------
     Reporter:  One Sock  |      Owner:  nickm
         Type:  defect    |     Status:  closed
     Priority:  major     |  Milestone:  Tor: 0.2.3.x-final
    Component:  Tor       |    Version:
   Resolution:  fixed     |   Keywords:  tor-relay 023-backport
Actual Points:            |  Parent ID:
       Points:            |
--------------------------+------------------------------------

Comment (by cypherpunks):

 I think part
 {{{
 +        if (!connection_is_reading(conn)) /* XXX: It's bug if no reading
 */
 +          connection_start_reading(conn);
 }}}
 need to be removed. reading connection can be blocked on bw limits, no
 need to start it here if so.

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


More information about the tor-bugs mailing list