Version: 4.6 (using KDE 4.6.3) OS: OS X ---gdb-output--- QWidget: Must construct a QApplication before a QPaintDevice Program received signal: “SIGABRT”. --- Detailed description in KMyMoney4 issue https://bugs.kde.org/show_bug.cgi?id=275458 Reproducible: Always
The abort message is pretty self-explanatory. You cannot use images, widgets or other stuff from QtGui unless you have created a QApplication. A common error is using static widgets which could be destroyed after QApplication destruction.
OK, so you are saying that KMyMoney's GUI obviously misbehaves and not KDE. Good, so I can go back to KMM's developers then. Thanks for clarifying this.