[Interest] Segmentation fault on exiting Qt event loop

Nikos Chantziaras realnc at gmail.com
Tue Dec 18 14:24:30 CET 2018


On 18/12/2018 08:14, Ramakanth Kesireddy wrote:
> as I understand that it is mandatory to 
> construct qApp instance on stack by design.

No, that's not true. You can create it on the heap. Usually there's no 
need to and most people have it on the stack, but since you can't find 
where the bug is, there's nothing wrong with creating it on the heap 
instead.




More information about the Interest mailing list