Hi,

I'm using Qt 4.8 on TI Sitara embedded linux.

Firstly, a segmentation fault occurs in the destructors, which are called
after the event loop is exited. Trying to find the root cause for this.

However, if we comment out the mainwidget destructor call, the QApplication
instance created on stack throws a segmentation fault.

But if QApplication is created on heap and qApp->quit() loop and destructor
is not called, the seg fault does not occur.

Why does the QApplication instance throw seg fault when created on stack?
Is this related to destructor clean up issue?

Should the cleanup of resources be done before
qApp->quit() is called using aboutToQuit() signal?

Best Regards,
Ramakanth
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to