[tbb-bugs] #28997 [Applications/Tor Browser]: TB 8.0.4 - Tor is not shutting down properly

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Jan 12 19:14:17 UTC 2019


#28997: TB 8.0.4 - Tor is not shutting down properly
--------------------------------------+-----------------------------------
 Reporter:  jb.1234abcd               |          Owner:  tbb-team
     Type:  defect                    |         Status:  needs_information
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+-----------------------------------

Comment (by cypherpunks3):

 > Good news about OwningControllerProcess monitor. It doesn't work for me,
 either. "Monitored process <pid> is still alive" info every 15 (!) seconds
 missed for me too. Is it broken?

 Nope.
 {{{
         reply = this._sendCommand(conn, "TAKEOWNERSHIP", null);
         if (!this.TorCommandSucceeded(reply))
           TorLauncherLogger.log(4, "take ownership failed");
         else
         {
           reply = this._sendCommand(conn, "RESETCONF",
                                     "__OwningControllerProcess");
           if (!this.TorCommandSucceeded(reply))
             TorLauncherLogger.log(4, "clear owning controller process
 failed");
         }
 }}}

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


More information about the tbb-bugs mailing list