QWinEventNotifier: ... from another thread 來自另一綫程錯誤 解決辦法


當調用 QProcess::kill() 或 QProcess::terminate() 方法終止 QThread 內 python.exe 進程時,可能輸齣以下提示信息:

QProcess: Destroyed while process ("D:\\Python38-32\\python.exe") is still running.
QWinEventNotifier: Event notifiers cannot be enabled or disabled from another thread
					

改為調用 QThread::terminate() 方法。

另請參閱:

版權聲明: 本文為獨傢原創稿件,版權歸 樂數軟件 ,未經許可不得轉載。

上一話題

Python 異常

下一話題

Bug vs. 硬件

快速搜索