Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.8
-
None
Description
Create a Dialog window object `myDialog` and repeat the following operations:
1. Call `myDialog.show()` in the main thread
2. Do some other operations
3. Call `myDialog.hide()`
After repeating the above three operations for a while, the program may crash