[Qt-interest] Crash caused by WebKit

Pascal Patry iscy at invalidip.com
Thu Jun 4 17:28:28 CEST 2009


I'm currently using WebKit on unix and I'm encountering a crash when the 
application exits. It looks like WebKit creates a QObject attached to 
QCoreApplication but never destroys it. Linking the main executable to WebKit 
does solve the issue.

As you could expect, the stack is coming from:
#0  0xb6c3eea5 in QObjectPrivate::deleteChildren (this=0x98843c0) at 
kernel/qobject.cpp:1845
	1845            delete currentChildBeingDeleted;
#1  0xb6c462f2 in ~QObject (this=0xbfb44708) at kernel/qobject.cpp:844
#2  0xb6c310b8 in ~QCoreApplication (this=0xbfb44708) at 
kernel/qcoreapplication.cpp:537
#3  0xb7070895 in ~QApplication (this=0xbfb44708) at 
kernel/qapplication.cpp:1074






More information about the Qt-interest-old mailing list