You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I connect-disconnect Outline service spawn nested processes, however upon disconnecting it not properly terminate them, in the end console processes that runned in background keep running. For a short time usage where I use connection often during the day it keeps dozens of leftover processes hanging indefinitely. For more instructions look at the attached video.
Steps to reproduce
Open the application
Click connect
Click disconnect
Check processes
What did you expect to happen?
All opened processes will be closed on disconnect.
What actually happened?
Processes keep hanging indefinitely.
Outline Version
1.13.1 (476278)
What operation system are you using?
Windows
Operating System Version
Windows 10 x64 10.0.19043
Screenshots and Videos
Some of the processes not related to outline here, but I filtered them as I can, you can see that when I disconnect console processes moved to bottom and stack upon every disconnect.
2024-10-17_19-53-33_Outline.mp4
The text was updated successfully, but these errors were encountered:
Hi @XCanG , this is expected. The four Outline.exe process are all chromium processes (we will spawn the tun2socks.exe process during connection), and the OutlineService.exe will spawn a bunch of child processes as well (like the netsh command and the smartdnsblock).
OutlineService.exe is a Windows service that is expected to run 24/7, otherwise Outline Client will fail to connect.
jyyi1
changed the title
[Bug]: Outline service keep hanging console processes indefinitely until service restarted (Windows)
Dangling child process created by smartdnsblock are not terminated after disconnect
Oct 29, 2024
Application
Outline Client
Describe the bug
Every time I connect-disconnect Outline service spawn nested processes, however upon disconnecting it not properly terminate them, in the end console processes that runned in background keep running. For a short time usage where I use connection often during the day it keeps dozens of leftover processes hanging indefinitely. For more instructions look at the attached video.
Steps to reproduce
What did you expect to happen?
All opened processes will be closed on disconnect.
What actually happened?
Processes keep hanging indefinitely.
Outline Version
1.13.1 (476278)
What operation system are you using?
Windows
Operating System Version
Windows 10 x64 10.0.19043
Screenshots and Videos
Some of the processes not related to outline here, but I filtered them as I can, you can see that when I disconnect console processes moved to bottom and stack upon every disconnect.
2024-10-17_19-53-33_Outline.mp4
The text was updated successfully, but these errors were encountered: