Bug 275460

Summary: Application crash due to KDE issue with QWidget?
Product: [Frameworks and Libraries] kdelibs Reporter: Marko Käning <mk-lists>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED NOT A BUG    
Severity: crash CC: cfeck
Priority: NOR    
Version: 4.6   
Target Milestone: ---   
Platform: MacPorts   
OS: macOS   
Latest Commit: Version Fixed In:

Description Marko Käning 2011-06-12 12:31:05 UTC
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
Comment 1 Christoph Feck 2011-06-12 15:06:07 UTC
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.
Comment 2 Marko Käning 2011-06-12 19:20:52 UTC
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.