Bug 275460 - Application crash due to KDE issue with QWidget?
Summary: Application crash due to KDE issue with QWidget?
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.6
Platform: MacPorts macOS
: NOR crash
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 12:31 UTC by Marko Käning
Modified: 2011-06-12 19:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.