diff -r 3ca569b8f324 -r 00a7d3bd87dc eric7/Utilities/BackgroundService.py --- a/eric7/Utilities/BackgroundService.py Wed Jul 07 17:47:13 2021 +0200 +++ b/eric7/Utilities/BackgroundService.py Fri Jul 09 19:58:16 2021 +0200 @@ -94,7 +94,7 @@ backgroundClient = os.path.join( os.path.dirname(__file__), "BackgroundClient.py") - proc = QProcess() + proc = QProcess(self) proc.setProcessChannelMode( QProcess.ProcessChannelMode.ForwardedChannels) args = [