Sometimes after I exit Transmission, the GUI closes, but the transmission-qt.exe process still remains in the windows processes and torrents even keep being downloaded/seeded if there are any active. This only happens sometimes and most of the time the program closes properly. I am closing it by clicking the X at the top right corner. I am not aware if the same bug happens also when clicking on File/Quit from the menu bar. I'll try to start closing it from the menu bar to see if the bug occurs this way as well. (Btw. I don't have the tray icon enabled because Transmission will only get minimized and not closed if you click the X at the top right window.)
I'm wondering, is there any way to debug this issue and find out why it's happening? Thanks a lot for any feedback, much appreciated.
Transmission process sometimes keeps running after exit
Re: Transmission process sometimes keeps running after exit
It's a UI issue. GTK+ client handles this more user-friendly, so that when you select the menu item or close the window the messages "Closing connections" & "Sending upload/download totals to tracker..." appear with Quit button to force the termination w/o the wait. Qt client does exactly the same (i.e. tries to notify all trackers of its shutdown) but doesn't tell the user what's happening. It's expected that the process will terminate eventually on its own. Feel free to create an issue on GitHub, or (even better) a pull request.
Re: Transmission process sometimes keeps running after exit
I was waiting up to 20 minutes after I closed it, so yeah, definitely not the expected behavior.mike.dld wrote:Qt client does exactly the same (i.e. tries to notify all trackers of its shutdown) but doesn't tell the user what's happening. It's expected that the process will terminate eventually on its own.
Unfortunately, I'm not a programmer, so can't do a pull request, but created an issue here: https://github.com/transmission/transmission/issues/287mike.dld wrote:Feel free to create an issue on GitHub, or (even better) a pull request.
Re: Transmission process sometimes keeps running after exit
This is still happening, Win10, version 3...
Has this been reported as a bug yet?
Has this been reported as a bug yet?
Re: Transmission process sometimes keeps running after exit
I have noticed the same thing happening too. I also thought that it was happening randomly, but it isn't random.
Conditions where the program does shut down properly
Conditions where the program does shut down properly
- If there are no torrents at all in the list
- Torrents in the list are paused and the program hasn't been idle for a long time in the background
- There are inactive torrents in the list, but the program has been active and or idle for a long period of time
- There are active torrents either downloading or seeding
- There are other reasons that cause improper shutdown, but I don't know what the triggers are, however, I have experienced them
-
- Posts: 2
- Joined: Fri Jan 12, 2024 8:22 am
Re: Transmission process sometimes keeps running after exit
I have a similar problem on Windows 11 and I'm worried about the possible risks I run if I turn off my VPN after closing Transmission but the program keeps running in the background. Is my IP vulnerable?
Re: Transmission process sometimes keeps running after exit
I never though of that, but yes it most likely is. You could pause all of your torrents before exiting. Or instead of closing you could use task manager to exit the task. This would only work if you haven't tried to exit normally from the program. This should work but it may notDawn_Flee_23 wrote: Fri Jan 12, 2024 8:23 am I have a similar problem on Windows 11 and I'm worried about the possible risks I run if I turn off my VPN after closing Transmission but the program keeps running in the background. Is my IP vulnerable?
Re: Transmission process sometimes keeps running after exit
Your VPN should also have a traffic kill switch when the VPN is shut down or crashes. It may not be a default setting so you may have to manually set it.Dawn_Flee_23 wrote: Fri Jan 12, 2024 8:23 am I have a similar problem on Windows 11 and I'm worried about the possible risks I run if I turn off my VPN after closing Transmission but the program keeps running in the background. Is my IP vulnerable?