[Bug 49319] Services don't stop when the application stops (macOS only)

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jun 9 03:25:28 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49319

--- Comment #2 from Michel Terrisse <mterrisse at free.fr> ---
Created attachment 67386
  --> https://bugs.winehq.org/attachment.cgi?id=67386
A minimal Windows service

I attached MyService.exe
Here are steps to reproduce the problem:
- run wine64 cmd.exe
- MyService.exe -Install
- exit
This closes the command line so the service should stop.
But look at the running processes, wineserver and wine64-preloader are still
running.
- run wine64 cmd.exe
- MyService -Stop (or net stop MyService)
- exit
This time the processes wineserver and wine64-preloader stop after a few
seconds.

I hope this helps,

Michel Terrisse

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list