[Kde-windows] memory problem with qt4.1.0-rc1
Ralf Habacker
ralf.habacker at freenet.de
Sun Jan 1 21:09:51 CET 2006
Hi all,
I'm using QT 4.1.0-rc1 and recent kdelibs source from svn and got a
memory problem with kfind and kmenuedit.
While running the application the QCoreApplication::self pointer is set
to null as listed below after the palette() line:
(check=QCoreApplication::self != 0) It runs well for several calls,
until it is 0.
F:\daten\kdebase> build\kmenuedit\kmenuedit.exe
QCoreApplicationPrivate
QCoreApplication::QCoreApplication(QCoreApplicationPrivate&)
void QCoreApplication::init()
QApplication::QApplication(int&, char**, bool)
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
kmenuedit: ERROR: Error: standard icon theme "crystalsvg" not found!
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 1
static QPalette QApplication::palette() 0
QApplication::palette() failed: please instantiate the QApplication
object first.
QWidget: Must construct a QApplication before a QPaintDevice
Does anyone have an idea, if this is caused by the qt release ?
BTW: kdebase could be build with recent bksys sources using
scons configure prefix=... kdedir=... , Sconstuct and sconscript are in svn
Ralf
More information about the Kde-windows
mailing list