-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.2.0, 5.2.1
-
Fix Version/s: 5.2.1
-
Component/s: Core: Plugins, D-Bus
-
Labels:None
-
Environment:Ubuntu 13.10 64bit
-
Commits:5aee85ec23f5c28fdccd9bd9d6ac90882bda348e
I am not sure that this only happens with my static Qt 5 stable branch build, but I am getting this assert even with a very small application at closing the widget.
#include <QApplication> #include <QWidget> int main(int argc, char *argv[]) { QApplication a(argc, argv); QWidget w; w.show(); return a.exec(); }
used Qt build conf:
../qt5/configure -prefix ../qt5_static_install -opensource -skip qtwebkit -skip qtwebkit-examples -nomake examples -nomake tests -rpath -nomake examples -nomake tests -confirm-license -debug -static -no-qml-debug -qt-libpng -qt-libjpeg -qt-freetype -optimized-qmake -no-icu -strip -qt-xcb
- replaces
-
QTBUG-36625 Linux: Exit crash in statically linked applications (qdbus_unloadLibDBus)
-
- Closed
-