Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-36294

assert in QLibraryStore::releaseLibrary while unloading libdbus-1.so

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.2.1
    • 5.2.0, 5.2.1
    • Core: Plugins, D-Bus
    • None
    • Ubuntu 13.10 64bit
    • 5aee85ec23f5c28fdccd9bd9d6ac90882bda348e

    Description

      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
      

      Attachments

        1. backtrace.txt
          4 kB
        2. lib.png
          lib.png
          63 kB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              thiago Thiago Macieira
              tjenssen Tim Jenssen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes