Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.4.0
-
None
-
1814142b7a11befab315bf3f9d91c4ffbf56ef3e
Description
after unloading a library that uses Qt, the application will crash on receiving SIGCHLD signals.
the reason for this is that QProcessManager is installed when creating the QCoreApplication, but not destroyed on shutdown.