Attached child QProcess outliving parent

依然范特西╮ 提交于 2019-12-11 00:46:59

问题


I have a Qt application (Qt 5.5) that is launching from a usb drive on windows. In main I am using QProcess::start (NOT QProcess::startDetached) to start a new process. When killing the parent the child lives on and is functioning normally. The parent process is no longer listed in my taskManager, so it seems to be truly dead. Does anyone know why this might happen?

来源:https://stackoverflow.com/questions/36166866/attached-child-qprocess-outliving-parent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!