#11609: Tor crash on start when Sandbox enabled
---------------------------+--------------------------------
     Reporter:  alphawolf  |      Owner:  nickm
         Type:  defect     |     Status:  assigned
     Priority:  normal     |  Milestone:  Tor: 0.2.5.x-final
    Component:  Tor        |    Version:  Tor: 0.2.5.4-alpha
   Resolution:             |   Keywords:  sandbox
Actual Points:             |  Parent ID:
       Points:             |
---------------------------+--------------------------------
Comment (by alphawolf):
 Line 149 of /etc/init.d/tor calls `check_config`.
 If I comment out that line, tor will start with sandbox enabled.
 Uncomment, and it crashes.  That function (?) consists of:
 {{{
 check_config () {
         if ! $DAEMON $VERIFY_ARGS > /dev/null; then
                 log_failure_msg "Checking if $NAME configuration is valid"
                 $DAEMON $VERIFY_ARGS >&2
                 exit 1
         fi
 }
 }}}
 I've located it... someone else will have to figure out the "why".
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11609#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online