Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.4.0
-
Fix Version/s: 5.5.0 Alpha, 5.5.0
-
Component/s: Core: I/O
-
Labels:None
-
Commits: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.