Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
5.7.0
-
None
-
qt source code from git, and the version is lastest. master header is qt5.7, compiler environment and rootfs base on B2qt 5.7
Description
1. use qtwayland and qtcomsitor to test
2. qtcomsitor use purl-demo from qtwayland example
3. if start a QtQuick application as qtwayland client with repeat model, the client will kill itself after it started 1000ms , and then send a command to QProcess to start another client. the client will crash after run some times , meanwhile, the dead client will be sleeped in the system, you will see many client processes with ps command.
4. if the client is a widget application, which will be ok.
5. The test case in the attach file.