Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0
-
None
-
Linux Ubuntu 16.04, MacOS El Capitan.
-
345be581007c05164052e27f90fcfaf27a41c743
Description
A simple scenario.
State machine s1->final_State
With transition from an object that lives in a different thread.
If the objects emits a signal multiple times, the first one is consumed correctly. The second one causes core dump since sender is NULL in QStateMachinePrivate::handleTransitionSignal.
MWE project is in attachment. Just click on the button.