I have a view called QWindow1, in its constructor, it generate a dialog object called QDialog1; In Dialog, I will send a signal to QWindow1 to run a function. At this time, there is a segv error. It comes occasionally, once every 30 times.
The function itself should be fine since it is tested thousands of times.
Is there any design error for the such kind of message passing?
Thanks for any advice