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

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jun 9 10:14:53 CDT 2020


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

--- Comment #4 from Michel Terrisse <mterrisse at free.fr> ---
I could notice something important: the service is a console application and it
calls AllocConsole() to be able to write to the console (this is not usefull
here but for other applications that share the same code).

If I comment the call to AllocConsole() and all the lines that write to the
console, the problem disappears.

So a correct title for this ticket could be:
  Services that call AllocConsole() don't stop when the application stops
(macOS only)

Regards,

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