[tor-bugs] #5102 [Tor Bridge]: segfault in entry_guard_register_connect_status on tor bridge running obfsproxy on openbsd

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Feb 12 15:46:54 UTC 2012


#5102: segfault in entry_guard_register_connect_status on tor bridge running
obfsproxy on openbsd
-----------------------------+----------------------------------------------
 Reporter:  therealditzydoo  |          Owner:                     
     Type:  defect           |         Status:  new                
 Priority:  normal           |      Milestone:                     
Component:  Tor Bridge       |        Version:  Tor: 0.2.3.11-alpha
 Keywords:                   |         Parent:                     
   Points:                   |   Actualpoints:                     
-----------------------------+----------------------------------------------

Comment(by therealditzydoo):

 I'm using the script shown below to auto-restart tor so there isn't much
 downtime on my host:

 {{{
 #!/bin/sh
 while true;
 do true
 sleep 1
 if ! ps aux|grep [t]orrc-relay > /dev/null
 then
 echo -n "RESPAWNING AT"
 date
 chroot -u _tor -g _tor /home/chrooted/tor /bin/tor -f /etc/tor/torrc-relay
 fi

 done
 }}}

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


More information about the tor-bugs mailing list