[tor-bugs] #20103 [Core Tor/Tor]: Crash on OpenBSD: tor invoked from Tor Browser 6.0.4

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Sep 15 15:06:39 UTC 2016


#20103: Crash on OpenBSD: tor invoked from Tor Browser 6.0.4
--------------------------+------------------------------
 Reporter:  attila        |          Owner:
     Type:  defect        |         Status:  new
 Priority:  High          |      Milestone:
Component:  Core Tor/Tor  |        Version:  Tor: 0.2.8.7
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------------

Comment (by rubiate):

 I've been able to reproduce this (on OpenBSD) a bit more easily than what
 attila described.

 Run tor normally and with a standard config, but with UseBridges enabled
 and the 2 relays attila posted as bridges. Start and stop tor and it will
 eventually produce this same crash on startup while updating the
 consensus.

 Running this gives the crash usually within about ~30 minutes:

 {{{
 #!/bin/sh
 while [ ! -e tor.core ] ; do
   tor --ignore-missing-torrc -f "" --bridge 66.111.2.16:9001 --bridge
 66.111.2.20:9001 --usebridges 1 &
   sleep 20
   kill -TERM $!
   sleep 3
 done
 }}}

 I couldn't reproduce this on Debian (with 0.2.8.7 compiled from source).
 Or on OpenBSD when I changed the bridge lines to use different relays
 (although I might be getting close to superstitious pigeon territory now).

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


More information about the tor-bugs mailing list