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

tst_QDBusAbstractAdaptor::readPropertiesInvalidInterfacePeer() crashes randomly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • 5.8
    • D-Bus
    • OpenSUSE 42.1

    Description

      ========= Received signal, dumping stack ==============
      GNU gdb (GDB; %maintenance_distribution) 7.9.1
      Copyright (C) 2015 Free Software Foundation, Inc.
      License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
      This is free software: you are free to change and redistribute it.
      There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
      and "show warranty" for details.
      This GDB was configured as "x86_64-suse-linux".
      Type "show configuration" for configuration details.
      For bug reporting instructions, please see:
      <http://bugs.opensuse.org/>.
      Find the GDB manual and other documentation resources online at:
      <http://www.gnu.org/software/gdb/documentation/>.
      For help, type "help".
      Type "apropos word" to search for commands related to "word".
      Attaching to process 19215
      Reading symbols from /home/qt/work/qt/qtbase/tests/auto/dbus/qdbusabstractadaptor/tst_qdbusabstractadaptor...done.
      Reading symbols from /home/qt/work/install/lib/libQt5DBus.so.5...done.
      Reading symbols from /home/qt/work/install/lib/libQt5Test.so.5...done.
      Reading symbols from /home/qt/work/install/lib/libQt5Core.so.5...done.
      Reading symbols from /lib64/libpthread.so.0...(no debugging symbols found)...done.
      [New LWP 19219]
      [New LWP 19216]
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib64/libthread_db.so.1".
      Reading symbols from /usr/lib64/libstdc++.so.6...(no debugging symbols found)...done.
      Reading symbols from /lib64/libm.so.6...(no debugging symbols found)...done.
      Reading symbols from /lib64/libgcc_s.so.1...(no debugging symbols found)...done.
      Reading symbols from /lib64/libc.so.6...(no debugging symbols found)...done.
      Reading symbols from /lib64/libdbus-1.so.3...(no debugging symbols found)...done.
      Reading symbols from /lib64/libz.so.1...(no debugging symbols found)...done.
      Reading symbols from /usr/lib64/libicui18n.so.52.1...(no debugging symbols found)...done.
      Reading symbols from /usr/lib64/libicuuc.so.52.1...(no debugging symbols found)...done.
      Reading symbols from /usr/lib64/libicudata.so.52.1...(no debugging symbols found)...done.
      Reading symbols from /usr/lib64/libpcre16.so.0...(no debugging symbols found)...done.
      Reading symbols from /lib64/libdl.so.2...(no debugging symbols found)...done.
      Reading symbols from /usr/lib64/libgthread-2.0.so.0...(no debugging symbols found)...done.
      Reading symbols from /usr/lib64/libglib-2.0.so.0...(no debugging symbols found)...done.
      Reading symbols from /lib64/librt.so.1...(no debugging symbols found)...done.
      Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
      Reading symbols from /usr/lib64/libpcre.so.1...(no debugging symbols found)...done.
      0x00007fb2be4eec1d in poll () from /lib64/libc.so.6
      Missing separate debuginfos, use: zypper install glibc-debuginfo-2.19-17.4.x86_64 libdbus-1-3-debuginfo-1.8.16-5.2.x86_64 libgcc_s1-debuginfo-5.2.1+r226025-4.2.x86_64 libglib-2_0-0-debuginfo-2.44.1-2.3.x86_64 libgthread-2_0-0-debuginfo-2.44.1-2.3.x86_64 libicu52_1-debuginfo-52.1-10.3.x86_64 libpcre1-debuginfo-8.33-3.5.x86_64 libpcre16-0-debuginfo-8.33-3.5.x86_64 libstdc++6-debuginfo-5.2.1+r226025-4.2.x86_64 libz1-debuginfo-1.2.8-6.4.x86_64
      (gdb) 
      Thread 3 (Thread 0x7fb2bb1d5700 (LWP 19216)):
      #0  0x00007fb2be4c8a49 in waitpid () from /lib64/libc.so.6
      No symbol table info available.
      #1  0x00007fb2be4531bb in do_system () from /lib64/libc.so.6
      No symbol table info available.
      #2  0x00007fb2bfaa7f9e in stackTrace () at qtestcase.cpp:164
              ok = false
              disableStackDump = 0
              cmd = "gdb --pid 19215 2>/dev/null <<EOF\nset prompt\nset height 0\nthread apply all where full\ndetach\nquit\nEOF\n\000\000\377\377\000\000\000\000\000\000\220L\035\273\262\177\000\000\377\377\000\000\002\000\000\000\260L\035\273\262\177\000\000*G3\277\262\177\000\000\002\000\000\000\002\000\000\000\001\000\000\000\000\000\000\000\000M\035\273\262\177\000\000Ø»\250\000\000\000\000\000\003\000\000\000\002\000\000\000\002\000\000\000\002\000\000\000\340L\035\273\262\177\000\000\035"...
      #3  0x00007fb2bfab1d90 in QTest::WatchDog::run (this=0xa8bbc0)
          at qtestcase.cpp:933
              t = 300000
              locker = {val = 11058137}
              __PRETTY_FUNCTION__ = "virtual void QTest::WatchDog::run()"
      #4  0x00007fb2bf340820 in QThreadPrivate::start (arg=0xa8bbc0)
          at thread/qthread_unix.cpp:344
              __clframe = {
                __cancel_routine = 0x7fb2bf34088a <QThreadPrivate::finish(void*)>, 
                __cancel_arg = 0xa8bbc0, __do_it = 1, __cancel_type = 0}
              thr = 0xa8bbc0
              data = 0xa8b960
      #5  0x00007fb2bf05b0a4 in start_thread () from /lib64/libpthread.so.0
      No symbol table info available.
      #6  0x00007fb2be4f704d in clone () from /lib64/libc.so.6
      No symbol table info available.
      
      Thread 2 (Thread 0x7fb2ba9d4700 (LWP 19219)):
      #0  0x00007fb2be4eec1d in poll () from /lib64/libc.so.6
      No symbol table info available.
      #1  0x00007fb2bccfae64 in ?? () from /usr/lib64/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007fb2bccfaf7c in g_main_context_iteration ()
         from /usr/lib64/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007fb2bf5f1c39 in QEventDispatcherGlib::processEvents (this=
          0x7fb2ac0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
              d = 0x7fb2ac0008e0
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007fb2bf573bba in QEventLoop::processEvents (this=0x7fb2ba9d3de0, 
          flags=...) at kernel/qeventloop.cpp:134
              d = 0x7fb2ac002f90
      #5  0x00007fb2bf573e9b in QEventLoop::exec (this=0x7fb2ba9d3de0, flags=...)
          at kernel/qeventloop.cpp:210
              locker = {val = 11113920}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x7fb2ac002f90, locker = @0x7fb2ba9d3d60, 
                exceptionCaught = true}
              app = 0x7ffe4088bfc0
              d = 0x7fb2ac002f90
      #6  0x00007fb2bf338ce0 in QThread::exec (
          this=0x7fb2bff9dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread.cpp:507
              d = 0xa99550
              locker = {val = 11113920}
              eventLoop = {<QObject> = {
                  _vptr.QObject = 0x7fb2bfa8d570 <vtable for QEventLoop+16>, 
                  static staticMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf7254a0 <qt_meta_stringdata_QObject>, 
                      data = 0x7fb2bf7255c0 <qt_meta_data_QObject>, 
                      static_metacall = 0x7fb2bf5ba216 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}, d_ptr = {d = 0x7fb2ac002f90}, 
                  static staticQtMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf773b00 <qt_meta_stringdata_Qt>, 
                      data = 0x7fb2bf77e940 <qt_meta_data_Qt>, 
                      static_metacall = 0x0, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}}, static staticMetaObject = {d = {
                    superdata = 0x7fb2bfa89c40 <QObject::staticMetaObject>, 
                    stringdata = 0x7fb2bf78e2e0 <qt_meta_stringdata_QEventLoop>, 
                    data = 0x7fb2bf78e340 <qt_meta_data_QEventLoop>, 
                    static_metacall = 0x7fb2bf654418 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                    extradata = 0x0}}}
              returnCode = 32690
      #7  0x00007fb2bfd02478 in QDBusConnectionManager::run (this=
          0x7fb2bff9dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:188
              locker = {val = 140405611773552}
      #8  0x00007fb2bf340820 in QThreadPrivate::start (
          arg=0x7fb2bff9dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:344
              __clframe = {
                __cancel_routine = 0x7fb2bf34088a <QThreadPrivate::finish(void*)>, 
                __cancel_arg = 0x7fb2bff9dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>, __do_it = 1, __cancel_type = 0}
              thr = 0x7fb2bff9dd60 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>
              data = 0xa99670
      #9  0x00007fb2bf05b0a4 in start_thread () from /lib64/libpthread.so.0
      No symbol table info available.
      #10 0x00007fb2be4f704d in clone () from /lib64/libc.so.6
      No symbol table info available.
      
      Thread 1 (Thread 0x7fb2c018d740 (LWP 19215)):
      #0  0x00007fb2be4eec1d in poll () from /lib64/libc.so.6
      No symbol table info available.
      #1  0x00007fb2bccfae64 in ?? () from /usr/lib64/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007fb2bccfaf7c in g_main_context_iteration ()
         from /usr/lib64/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007fb2bf5f1c19 in QEventDispatcherGlib::processEvents (this=0xa88390, 
          flags=...) at kernel/qeventdispatcher_glib.cpp:423
              d = 0xa88420
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007fb2bf573bba in QEventLoop::processEvents (this=0x7ffe4088abd0, 
          flags=...) at kernel/qeventloop.cpp:134
              d = 0xaa3230
      #5  0x00007fb2bf573e9b in QEventLoop::exec (this=0x7ffe4088abd0, flags=...)
          at kernel/qeventloop.cpp:210
              locker = {val = 11017856}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0xaa3230, locker = @0x7ffe4088aaf0, exceptionCaught = true}
              app = 0x7ffe4088bfc0
              d = 0xaa3230
      #6  0x00007fb2bfd1712f in QDBusConnectionPrivate::sendWithReply (this=
          0x7fb2ac008620, message=..., sendMode=2, timeout=-1)
          at qdbusintegrator.cpp:2042
              loop = {<QObject> = {
                  _vptr.QObject = 0x7fb2bfa8d570 <vtable for QEventLoop+16>, 
                  static staticMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf7254a0 <qt_meta_stringdata_QObject>, 
                      data = 0x7fb2bf7255c0 <qt_meta_data_QObject>, 
                      static_metacall = 0x7fb2bf5ba216 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}, d_ptr = {d = 0xaa3230}, 
                  static staticQtMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf773b00 <qt_meta_stringdata_Qt>, 
                      data = 0x7fb2bf77e940 <qt_meta_data_Qt>, 
                      static_metacall = 0x0, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}}, static staticMetaObject = {d = {
                    superdata = 0x7fb2bfa89c40 <QObject::staticMetaObject>, 
                    stringdata = 0x7fb2bf78e2e0 <qt_meta_stringdata_QEventLoop>, 
                    data = 0x7fb2bf78e340 <qt_meta_data_QEventLoop>, 
                    static_metacall = 0x7fb2bf654418 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                    extradata = 0x0}}}
              watcher = {m_message = {d_ptr = 0xaa39f0}, m_maxCallTimeoutMs = 200, 
                m_callTimer = {t1 = 1753, t2 = 994496900}}
              pcall = 0xaa17d0
              reply = {d_ptr = 0x7ffe4088ad80}
      #7  0x00007fb2bfd031a4 in QDBusConnection::call (this=0xaa3150, message=..., 
          mode=QDBus::BlockWithGui, timeout=-1) at qdbusconnection.cpp:689
              retval = {d_ptr = 0x7fb2bf662b30 <QListData::shared_null>}
      #8  0x00007fb2bfd2e533 in QDBusAbstractInterface::callWithArgumentList (
          this=0x7ffe4088af40, mode=QDBus::BlockWithGui, method=..., args=...)
          at qdbusabstractinterface.cpp:494
              m = {static null = {<No data fields>}, d = 0xa97200}
              msg = {d_ptr = 0xaa39f0}
              d = 0xaa30e0
              pos = -1
              reply = {d_ptr = 0x7ffe4088ad80}
      #9  0x00007fb2bfd2ef49 in QDBusAbstractInterface::call (this=0x7ffe4088af40, 
          mode=QDBus::BlockWithGui, method=..., arg1=..., arg2=..., arg3=..., 
          arg4=..., arg5=..., arg6=..., arg7=..., arg8=...)
          at qdbusabstractinterface.cpp:780
              argList = {<QListSpecialMethods<QVariant>> = {<No data fields>}, {p = {
                    static shared_null = {ref = {atomic = {
                          _q_value = {<std::__atomic_base<int>> = {
                              _M_i = -1}, <No data fields>}}}, alloc = 0, begin = 0, 
                      end = 0, array = {0x0}}, d = 0xaa2f50}, d = 0xaa2f50}}
              count = 2
      #10 0x0000000000427076 in tst_QDBusAbstractAdaptor::readPropertiesInvalidInterfacePeer (this=0x7ffe4088bfa0) at ../tst_qdbusabstractadaptor.cpp:1438
              con = {static staticMetaObject = {d = {superdata = 0x0, 
                    stringdata = 0x7fb2bfd72b00 <qt_meta_stringdata_QDBusConnection>, data = 0x7fb2bfd72fa0 <qt_meta_data_QDBusConnection>, static_metacall = 0x0, 
                    relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x7fb2ac008620}
              properties = 
          {<QDBusAbstractInterface> = {<QDBusAbstractInterfaceBase> = {<QObject> = {
                      _vptr.QObject = 0x7fb2bff9c1f0 <vtable for QDBusInterface+16>, 
                      static staticMetaObject = {d = {superdata = 0x0, 
                          stringdata = 0x7fb2bf7254a0 <qt_meta_stringdata_QObject>, 
                          data = 0x7fb2bf7255c0 <qt_meta_data_QObject>, 
                          static_metacall = 0x7fb2bf5ba216 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                          extradata = 0x0}}, d_ptr = {d = 0xaa30e0}, 
                      static staticQtMetaObject = {d = {superdata = 0x0, 
                          stringdata = 0x7fb2bf773b00 <qt_meta_stringdata_Qt>, 
                          data = 0x7fb2bf77e940 <qt_meta_data_Qt>, 
                          static_metacall = 0x0, relatedMetaObjects = 0x0, 
                          extradata = 0x0}}}, <No data fields>}, 
                  static staticMetaObject = {d = {
                      superdata = 0x7fb2bfa89c40 <QObject::staticMetaObject>, 
                      stringdata = 0x7fb2bfd6c1a0 <qt_meta_stringdata_QDBusAbstractInterface>, data = 0x7fb2bfd6c220 <qt_meta_data_QDBusAbstractInterface>, 
                      static_metacall = 0x7fb2bfd2f146 <QDBusAbstractInterface::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, 
                      relatedMetaObjects = 0x0, extradata = 0x0}}}, <No data fields>}
              reply = {m_error = {code = 11120608, msg = {
                    static null = {<No data fields>}, 
                    d = 0x7fb2be4878ce <__GI__IO_default_xsputn+174>}, nm = {
                    static null = {<No data fields>}, d = 0x7ffe4088b510}, 
                  unused = 0x7ffe4088b500}, m_data = {d = {data = {c = 98 'b', 
                      uc = 98 'b', s = -15262, sc = 98 'b', us = 50274, 
                      i = -1102723998, u = 3192243298, l = 140405673149538, 
                      ul = 140405673149538, b = 98, d = 6.9369619584401461e-310, 
                      f = -0.193131953, real = 6.9369619584401461e-310, 
                      ll = 140405673149538, ull = 140405673149538, 
                      o = 0x7fb2be45c462 <vfprintf+16914>, 
                      ptr = 0x7fb2be45c462 <vfprintf+16914>, 
                      shared = 0x7fb2be45c462 <vfprintf+16914>}, type = 1068293094, 
                    is_shared = 0, is_null = 1}}}
      #11 0x000000000042e940 in tst_QDBusAbstractAdaptor::qt_static_metacall (
          _o=0x7ffe4088bfa0, _c=QMetaObject::InvokeMetaMethod, _id=32, 
          _a=0x7ffe4088b170) at .moc/tst_qdbusabstractadaptor.moc:623
              _t = 0x7ffe4088bfa0
      #12 0x00007fb2bf58395f in QMetaMethod::invoke (this=0xa8c090, 
          object=0x7ffe4088bfa0, connectionType=Qt::DirectConnection, 
          returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., 
          val5=..., val6=..., val7=..., val8=..., val9=...)
          at kernel/qmetaobject.cpp:2222
              paramCount = 1
              currentThread = 0xa81df0
              param = {0x0 <repeats 11 times>}
              idx_relative = 32
              callFunction = 0x42e686 <tst_QDBusAbstractAdaptor::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
              __PRETTY_FUNCTION__ = "bool QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgum"...
              typeNames = {0x0 <repeats 11 times>}
              objectThread = 0xa81df0
              idx_offset = 5
      #13 0x00007fb2bfab1148 in QMetaMethod::invoke (this=0xa8c090, 
          object=0x7ffe4088bfa0, connectionType=Qt::DirectConnection, val0=..., 
          val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., 
          val8=..., val9=...)
          at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:123
      No locals.
      #14 0x00007fb2bfaaa964 in QTest::TestMethods::invokeTestOnData (
          this=0x7ffe4088be10, index=22) at qtestcase.cpp:832
              invokeOk = false
              isBenchmark = false
              i = -1
              results = {d = 0x7fb2bf65ed80 <QArrayData::shared_null>}
              minimumTotalReached = false
      #15 0x00007fb2bfaab497 in QTest::TestMethods::invokeTest (this=0x7ffe4088be10, 
          index=22, data=0x0, watchDog=0xa8bbc0) at qtestcase.cpp:1013
              s = {<No data fields>}
              curDataIndex = 0
              dataCount = 0
              foundFunction = true
              benchmarkData = {static current = 0x7ffe4088b7c0, result = {context = {
                    slotName = {static null = {<No data fields>}, 
                      d = 0x7fb2bf65ed80 <QArrayData::shared_null>}, tag = {
                      static null = {<No data fields>}, 
                      d = 0x7fb2bf65ed80 <QArrayData::shared_null>}, 
                    checkpointIndex = -1}, value = -1, iterations = -1, 
                  metric = QTest::FramesPerSecond, setByMacro = true, 
                  valid = false}, resultAccepted = false, runOnce = false, 
                iterationCount = 1}
              member = "readPropertiesInvalidInterfacePeer_data()\000\210@\376\177\000\000p\272\210@\376\177\000\000g\371\253\277\262\177\000\000\302Kp\352\003\231,@ \267\250\000\000\000\000\000\000\002\000\000\000\000\000\000`\270\210@\376\177\000\000    <Duration msecs=\"14.298858\"/>\n</TestFunction>\n", '\000' <repeats 38 times>, "X\330\033\300\262\177\000\000\350K\005\277\262\177\000\000"...
              name = @0x7ffe4088ba20: {
                d = 0x474290 <qt_meta_stringdata_tst_QDBusAbstractAdaptor+816>}
              table = {d = 0xa9a730}
              gTable = 0xa89a50
              globalDataCount = 0
              curGlobalDataIndex = 0
      #16 0x00007fb2bfaac5d1 in QTest::TestMethods::invokeTests (
          this=0x7ffe4088be10, testObject=0x7ffe4088bfa0) at qtestcase.cpp:1315
              data = 0x0
              ok = true
              i = 22
              count = 31
              previousFailed = false
              metaObject = 0x6a15c0 <tst_QDBusAbstractAdaptor::staticMetaObject>
              watchDog = {d = 0xa8bbc0}
      #17 0x00007fb2bfaad168 in QTest::qExec (testObject=0x7ffe4088bfa0, argc=5, 
          argv=0x7ffe4088c0c8) at qtestcase.cpp:1727
              handler = {d = 0xa8b820}
              commandLineMethods = {<std::_Vector_base<QMetaMethod, std::allocator<QMetaMethod> >> = {
                  _M_impl = {<std::allocator<QMetaMethod>> = {<__gnu_cxx::new_allocator<QMetaMethod>> = {<No data fields>}, <No data fields>}, _M_start = 0x0, 
                    _M_finish = 0x0, _M_end_of_storage = 0x0}}, <No data fields>}
              test = {m_initTestCaseMethod = {
                  mobj = 0x6a15c0 <tst_QDBusAbstractAdaptor::staticMetaObject>, 
                  handle = 14}, m_initTestCaseDataMethod = {mobj = 0x0, handle = 0}, 
                m_cleanupTestCaseMethod = {
                  mobj = 0x6a15c0 <tst_QDBusAbstractAdaptor::staticMetaObject>, 
                  handle = 19}, m_initMethod = {mobj = 0x0, handle = 0}, 
                m_cleanupMethod = {mobj = 0x0, handle = 0}, 
                m_methods = {<std::_Vector_base<QMetaMethod, std::allocator<QMetaMethod> >> = {
                    _M_impl = {<std::allocator<QMetaMethod>> = {<__gnu_cxx::new_allocator<QMetaMethod>> = {<No data fields>}, <No data fields>}, _M_start = 0xa8bf30, 
                      _M_finish = 0xa8c120, 
                      _M_end_of_storage = 0xa8c240}}, <No data fields>}}
              metaObject = 0x6a15c0 <tst_QDBusAbstractAdaptor::staticMetaObject>
              benchmarkData = {static current = 0x7ffe4088bdd0, measurer = 0xa87fa0, 
                context = {slotName = {static null = {<No data fields>}, 
                    d = 0xa9c760}, tag = {static null = {<No data fields>}, 
                    d = 0xa99e10}, checkpointIndex = -1}, walltimeMinimum = -1, 
                iterationCount = -1, medianIterationCount = -1, createChart = false, 
                verboseOutput = false, callgrindOutFileBase = {
                  static null = {<No data fields>}, 
                  d = 0x7fb2bf65ed80 <QArrayData::shared_null>}, minimumTotal = -1, 
                mode_ = QBenchmarkGlobalData::WallTime}
              callgrindChildExitCode = 0
              __PRETTY_FUNCTION__ = "int QTest::qExec(QObject*, int, char**)"
      #18 0x000000000042d9bc in main (argc=5, argv=0x7ffe4088c0c8)
          at ../tst_qdbusabstractadaptor.cpp:1901
              app = {<QObject> = {
                  _vptr.QObject = 0x7fb2bfa8d650 <vtable for QCoreApplication+16>, 
                  static staticMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf7254a0 <qt_meta_stringdata_QObject>, 
                      data = 0x7fb2bf7255c0 <qt_meta_data_QObject>, 
                      static_metacall = 0x7fb2bf5ba216 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}, d_ptr = {d = 0xa81cb0}, 
                  static staticQtMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf773b00 <qt_meta_stringdata_Qt>, 
                      data = 0x7fb2bf77e940 <qt_meta_data_Qt>, 
                      static_metacall = 0x0, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}}, static staticMetaObject = {d = {
                    superdata = 0x7fb2bfa89c40 <QObject::staticMetaObject>, 
                    stringdata = 0x7fb2bf78e440 <qt_meta_stringdata_QCoreApplication>, data = 0x7fb2bf78e660 <qt_meta_data_QCoreApplication>, 
                    static_metacall = 0x7fb2bf6545a8 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                    extradata = 0x0}}, static self = 0x7ffe4088bfc0}
              tc = {<QObject> = {
                  _vptr.QObject = 0x6a16d0 <vtable for tst_QDBusAbstractAdaptor+16>, 
                  static staticMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf7254a0 <qt_meta_stringdata_QObject>, 
                      data = 0x7fb2bf7255c0 <qt_meta_data_QObject>, 
                      static_metacall = 0x7fb2bf5ba216 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}, d_ptr = {d = 0xa882a0}, 
                  static staticQtMetaObject = {d = {superdata = 0x0, 
                      stringdata = 0x7fb2bf773b00 <qt_meta_stringdata_Qt>, 
                      data = 0x7fb2bf77e940 <qt_meta_data_Qt>, 
                      static_metacall = 0x0, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}}, static staticMetaObject = {d = {
                    superdata = 0x7fb2bfa89c40 <QObject::staticMetaObject>, 
                    stringdata = 0x473f60 <qt_meta_stringdata_tst_QDBusAbstractAdaptor>, data = 0x474840 <qt_meta_data_tst_QDBusAbstractAdaptor>, 
                    static_metacall = 0x42e686 <tst_QDBusAbstractAdaptor::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                    extradata = 0x0}}, proc = {<QIODevice> = {<QObject> = {
                      _vptr.QObject = 0x7fb2bfa88190 <vtable for QProcess+16>, 
                      static staticMetaObject = {d = {superdata = 0x0, 
                          stringdata = 0x7fb2bf7254a0 <qt_meta_stringdata_QObject>, 
                          data = 0x7fb2bf7255c0 <qt_meta_data_QObject>, 
                          static_metacall = 0x7fb2bf5ba216 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                          extradata = 0x0}}, d_ptr = {d = 0xa88e00}, 
                      static staticQtMetaObject = {d = {superdata = 0x0, 
                          stringdata = 0x7fb2bf773b00 <qt_meta_stringdata_Qt>, 
                          data = 0x7fb2bf77e940 <qt_meta_data_Qt>, 
                          static_metacall = 0x0, relatedMetaObjects = 0x0, 
                          extradata = 0x0}}}, static staticMetaObject = {d = {
                        superdata = 0x7fb2bfa89c40 <QObject::staticMetaObject>, 
                        stringdata = 0x7fb2bf78b600 <qt_meta_stringdata_QIODevice>, 
                        data = 0x7fb2bf78b780 <qt_meta_data_QIODevice>, 
                        static_metacall = 0x7fb2bf6500ca <QIODevice::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                        extradata = 0x0}}}, static staticMetaObject = {d = {
                      superdata = 0x7fb2bfa8be00 <QIODevice::staticMetaObject>, 
                      stringdata = 0x7fb2bf706ca0 <qt_meta_stringdata_QProcess>, 
                      data = 0x7fb2bf7073e0 <qt_meta_data_QProcess>, 
                      static_metacall = 0x7fb2bf4b1356 <QProcess::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, 
                      extradata = 0x0}}}}
      Detaching from program: /home/qt/work/qt/qtbase/tests/auto/dbus/qdbusabstractadaptor/tst_qdbusabstractadaptor, process 19215
      ========= End of stack trace ==============
      QFATAL : tst_QDBusAbstractAdaptor::readPropertiesInvalidInterfacePeer() Test function timed out
      FAIL!  : tst_QDBusAbstractAdaptor::readPropertiesInvalidInterfacePeer() Received a fatal error.
         Loc: [Unknown file(0)]
      Totals: 46 passed, 1 failed, 0 skipped, 3 blacklisted, 308363ms
      ********* Finished testing of tst_QDBusAbstractAdaptor *********
      /bin/sh: line 1: 19215 Aborted                 (core dumped) /home/qt/work/qt/qtbase/tests/auto/dbus/qdbusabstractadaptor/qdbusabstractadaptor/target_wrapper.sh ./tst_qdbusabstractadaptor -o /home/qt/work/testresults/tests/auto/dbus/qdbusabstractadaptor/qdbusabstractadaptor037751081,xml -o -,txt
      Makefile:282: recipe for target 'check' failed
      make: *** [check] Error 134
      

      Build log here: http://10.212.3.36:20379/coin/api/results/qt/qtbase/ebee64645a672e82ffca3b48dbc007cd2f2a52f4/LinuxopenSUSE_42_1x86_64LinuxopenSUSE_42_1x86_64GCCDeveloperBuild_NoPch/85d6b000f945a84bc84a4f01f53ac65bc05cbe86/buildlog.txt.gz

      Test log here: http://10.212.3.36:20379/coin/api/results/qt/qtbase/ebee64645a672e82ffca3b48dbc007cd2f2a52f4/LinuxopenSUSE_42_1x86_64LinuxopenSUSE_42_1x86_64GCCDeveloperBuild_NoPch/85d6b000f945a84bc84a4f01f53ac65bc05cbe86/testrun_web_qt_qt5_1465819520465/testlog.txt.gz

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            mipohjan Milla Pohjanheimo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes