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

QT Declarative 5.4 seems to cause crashes in multiple applications, including KDE Plasma 5

XMLWordPrintable

      It seems various applications have problems with the same Qt Declarative function.

      I build every QT 5 component from the 5.4 branch in this order (as I used to use the qt5 super repo, but it seems declarative wasn't getting build once I switched to 5.4)
      qtbase
      qtmultimedia
      qtsvg
      qtsensors
      qtimageformats
      qtsystems
      qt3d
      qtxmlpatterns
      qtwebkit
      qtscript
      qtdeclarative
      qtquick1
      qtquickcontrols
      qttools
      qtx11extras
      qtwayland

      with the options for qtbase:
      -confirm-license -opensource -qpa -xcb -egl -prefix $INSTALLDIR -release -no-reduce-relocations -reduce-exports -dbus -no-gtkstyle -system-sqlite -openssl-linked -no-warnings-are-errors -no-separate-debug-info -nomake tests -nomake examples

      In order to correct the stack trace in many of these, I have to run
      (gdb) set $eip = *(void **)$esp
      (gdb) set $esp = $esp + 4

      The stacktrace of plasmashell is attached

        1. qmldebug
          46 kB
        2. qml_strace.txt
          13 kB
        3. plasmashell.txt
          18 kB
        4. plasmashell
          18 kB
        5. ltraceqml.txt
          596 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            shausman Simon Hausmann
            nerdopolis nerdopolis turfwalker
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes