[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-bugs] #4438 [Tor Directory Authority]: Dirauth sometimes exits when SafeLogging is toggled



#4438: Dirauth sometimes exits when SafeLogging is toggled
-------------------------------------+--------------------------------------
 Reporter:  Sebastian                |          Owner:                    
     Type:  defect                   |         Status:  new               
 Priority:  normal                   |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Directory Authority  |        Version:                    
 Keywords:                           |         Parent:                    
   Points:                           |   Actualpoints:                    
-------------------------------------+--------------------------------------

Comment(by Sebastian):

 I think the first part of a fix is along these lines:

 {{{
 @@ -3314,6 +3314,8 @@ router_add_to_routerlist(routerinfo_t *router, const
 char
        log_info(LD_DIR, "Replacing non-bridge descriptor with bridge "
                 "descriptor for router %s",
                 router_describe(router));
 +    } else if (router_is_me(router)) {
 +      log_info(LD_DIR, "Replacing my own descriptor");
      } else {
        log_info(LD_DIR,
                 "Dropping descriptor that we already have for router %s",
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4438#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs