[Qt-creator] Help debugging a heap error

André Pönitz apoenitz at t-online.de
Thu Jun 5 00:13:17 CEST 2014


On Wed, Jun 04, 2014 at 03:14:43PM +0000, Murphy, Sean wrote:
> I've recently introduced a bug in my program that is causing my
> application to crash when quitting, but I'm having trouble figuring out
> what is causing it.  The error reported in the Application Output window
> is: [...]

Double deletion of a QAction(-derived) object.

How are your QActions created (Stack/Heap)? Do you use any other life-time
management (Smart pointers?) besides assigning a QObject parent?

Andre'



More information about the Qt-creator mailing list