Summary: | Crash on first startup | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Uwe Schlifkowitz <supertuwe> |
Component: | Portability-Runtime | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Uwe Schlifkowitz
2009-07-22 18:18:41 UTC
What is that. there is no suitbale backtrace. Run digiKam in GDB to get a suitable backtrace and take a care to compile digiKam with full debug info... Gilles Caulier The backtrace can give us a hint. See the attached source code of QWidgetPrivate constructor. There are two qFatal() messages, one of these causes the abort. The text would probably be output on the console. In any case, there is some fundamental Qt problem. [...] if (!qApp) { qFatal("QWidget: Must construct a QApplication before a QPaintDevice"); return; } if (version != QObjectPrivateVersion) qFatal("Cannot mix incompatible Qt libraries"); No response here for a long time, and anyway, probably an upstream issue. |