Tor process reaping on Windows #1113
Labels
feature/tor
OS/Windows
priority/P4
Planned work. We expect to get to it "soon".
QA Pass-Win64
QA/Yes
release-notes/exclude
Milestone
Currently, tor process will be left alone when browser crash or killed on Windows.
Other platforms have different strategy to handle this situation
Mac: Terminate tor process in
SuicideOnChannelErrorFilter
Linux:
prctl(PR_SET_PDEATHSIG, SIGKILL)
throughLaunchOption.kill_on_parent_death
The text was updated successfully, but these errors were encountered: