mrozmanith / toras

Automatically exported from code.google.com/p/toras
0 stars 0 forks source link

Tor process doesn't terminate with app #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:
1. Compile and run the standard TorAS demo code. 
2. Note the startup messages reported by Tor process (focus on set up of 
control and proxy listeners). 
3. Shut down TorAS demo.
4. Re-compile and run the TorAS demo.
5. Note that the Tor process now reports that listeners can't be established 
since they already exist.
6. Shut down TorAS demo.
7. Open Windows Task Manager and note that tor.exe process is still active.

Temporary workaround: Kill the running tor.exe process between sessions from 
Windows Task Manager.

Expected result: TorAS should include shutdown functionality to signal the Tor 
process to disconnect and shut down.

Original issue reported on code.google.com by patrickb...@gmail.com on 2 Nov 2013 at 4:24

GoogleCodeExporter commented 8 years ago
Added function to automate Tor process shutdown as well as provide manual 
control over this to developers.

Original comment by patrickb...@gmail.com on 6 Nov 2013 at 6:59