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

Spurious assertion failure in tst_QSoundEffect::testSetSourceWhilePlaying

    XMLWordPrintable

Details

    • Linux/X11
    • 54e934c72 (dev), 25aa70abb (6.8), 3f47e956a (6.7), 00a323f9a (tqtc/lts-6.5), 0681e720a (dev), c5a27f4cf (6.8)
    • Multimedia wk 31-32

    Description

      agent:2024/08/02 02:23:43 build.go:404: QFATAL : tst_QSoundEffect::testSetSourceWhilePlaying() ASSERT: "state() == Ready" in file /home/qt/work/qt/qtmultimedia/src/multimedia/audio/qsamplecache_p.h, line 53
      agent:2024/08/02 02:23:43 build.go:404: FAIL!  : tst_QSoundEffect::testSetSourceWhilePlaying() Received a fatal error.
      agent:2024/08/02 02:23:43 build.go:404:    Loc: [/home/qt/work/qt/qtmultimedia/src/multimedia/audio/qsamplecache_p.h(53)]
      agent:2024/08/02 02:23:43 build.go:404: Totals: 10 passed, 1 failed, 0 skipped, 0 blacklisted, 20192ms
      agent:2024/08/02 02:23:43 build.go:404: ********* Finished testing of tst_QSoundEffect *********
      agent:2024/08/02 02:23:43 build.go:404: Received signal 6 (SIGABRT)
      agent:2024/08/02 02:23:43 build.go:404:          testSetSourceWhilePlaying function time: 4ms, total time: 20192ms
      agent:2024/08/02 02:23:43 build.go:404: === Stack trace ===
      agent:2024/08/02 02:23:43 build.go:404: [New LWP 22739]
      agent:2024/08/02 02:23:43 build.go:404: [New LWP 22740]
      agent:2024/08/02 02:23:43 build.go:404: [New LWP 22741]
      agent:2024/08/02 02:23:43 build.go:404: [New LWP 22742]
      agent:2024/08/02 02:23:43 build.go:404: [New LWP 22744]
      agent:2024/08/02 02:23:43 build.go:404: [Thread debugging using libthread_db enabled]
      agent:2024/08/02 02:23:43 build.go:404: Using host libthread_db library "/lib64/libthread_db.so.1".
      agent:2024/08/02 02:23:43 build.go:404: 0x00007f3636261bbf in wait4 () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: Thread 6 (Thread 0x7f3610f6e700 (LWP 22744) "QPulseAudioEngi"):
      agent:2024/08/02 02:23:43 build.go:404: #0  0x00007f363628ba09 in poll () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: #1  0x00007f363b83dde2 in poll () from /usr/lib64/libasan.so.5
      agent:2024/08/02 02:23:43 build.go:404: #2  0x00007f363c484611 in ?? () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #3  0x00007f363c4761b0 in pa_mainloop_poll () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #4  0x00007f363c476840 in pa_mainloop_iterate () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #5  0x00007f363c4768d0 in pa_mainloop_run () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #6  0x00007f363c484559 in ?? () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #7  0x00007f363551fef8 in ?? () from /usr/lib64/pulseaudio/libpulsecommon-15.0.so
      agent:2024/08/02 02:23:43 build.go:404: #8  0x00007f363c4be6ea in start_thread () from /lib64/libpthread.so.0
      agent:2024/08/02 02:23:43 build.go:404: #9  0x00007f363629850f in clone () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: Thread 5 (Thread 0x7f362176f700 (LWP 22742) "QPulseAudioEngi"):
      agent:2024/08/02 02:23:43 build.go:404: #0  0x00007f363628ba09 in poll () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: #1  0x00007f363b83dde2 in poll () from /usr/lib64/libasan.so.5
      agent:2024/08/02 02:23:43 build.go:404: #2  0x00007f363c484611 in ?? () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #3  0x00007f363c4761b0 in pa_mainloop_poll () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #4  0x00007f363c476840 in pa_mainloop_iterate () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #5  0x00007f363c4768d0 in pa_mainloop_run () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #6  0x00007f363c484559 in ?? () from /usr/lib64/libpulse.so.0
      agent:2024/08/02 02:23:43 build.go:404: #7  0x00007f363551fef8 in ?? () from /usr/lib64/pulseaudio/libpulsecommon-15.0.so
      agent:2024/08/02 02:23:43 build.go:404: #8  0x00007f363c4be6ea in start_thread () from /lib64/libpthread.so.0
      agent:2024/08/02 02:23:43 build.go:404: #9  0x00007f363629850f in clone () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: Thread 4 (Thread 0x7f3629dfd700 (LWP 22741) "QtTest Watchdog"):
      agent:2024/08/02 02:23:43 build.go:404: #0  0x00007f363c4c5a5e in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      agent:2024/08/02 02:23:43 build.go:404: #1  0x00007f363b6aefa0 in __gthread_cond_timedwait (__cond=0x7ffe98bcd0a8, __mutex=0x7ffe98bcd080, __abs_timeout=0x7f3629dfc4c0) at /usr/include/c++/9/x86_64-suse-linux/bits/gthr-default.h:872
      agent:2024/08/02 02:23:43 build.go:404: #2  0x00007f363b6c5fb9 in std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (this=0x7ffe98bcd0a8, __lock=..., __atime=std::chrono::sys_time = { 1722565676650914848ns [2024-08-02 02:27:56] }) at /usr/include/c++/9/condition_variable:188
      agent:2024/08/02 02:23:43 build.go:404: #3  0x00007f363b6c26eb in std::condition_variable::wait_until<std::chrono::_V2::steady_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (this=0x7ffe98bcd0a8, __lock=..., __atime=std::chrono::_V2::steady_clock time_point = { 899742702574ns }) at /usr/include/c++/9/condition_variable:121
      agent:2024/08/02 02:23:43 build.go:404: #4  0x00007f363b6bdeec in std::condition_variable::wait_until<std::chrono::_V2::steady_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> >, QTest::WatchDog::waitFor(std::unique_lock<std::mutex>&, QTest::WatchDog::Expectation)::{lambda()#1}>(std::unique_lock<std::mutex>&, std::chrono::time_point<std::chrono::_V2::steady_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l> > > const&, QTest::WatchDog::waitFor(std::unique_lock<std::mutex>&, QTest::WatchDog::Expectation)::{lambda()#1}) (this=0x7ffe98bcd0a8, __lock=..., __atime=std::chrono::_V2::steady_clock time_point = { 899742702574ns }, __p=...) at /usr/include/c++/9/condition_variable:138
      agent:2024/08/02 02:23:43 build.go:404: #5  0x00007f363b6b8880 in std::condition_variable::wait_for<long, std::ratio<1l, 1000l>, QTest::WatchDog::waitFor(std::unique_lock<std::mutex>&, QTest::WatchDog::Expectation)::{lambda()#1}>(std::unique_lock<std::mutex>&, std::chrono::duration<long, std::ratio<1l, 1000l> > const&, QTest::WatchDog::waitFor(std::unique_lock<std::mutex>&, QTest::WatchDog::Expectation)::{lambda()#1}) (this=0x7ffe98bcd0a8, __lock=..., __rtime=std::chrono::duration = { 300000ms }, __p=...) at /usr/include/c++/9/condition_variable:166
      agent:2024/08/02 02:23:43 build.go:404: #6  0x00007f363b6b441e in QTest::WatchDog::waitFor (this=0x7ffe98bcd070, m=..., e=38) at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:1190
      agent:2024/08/02 02:23:43 build.go:404: #7  0x00007f363b6b4eb3 in QTest::WatchDog::run (this=0x7ffe98bcd070) at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:1254
      agent:2024/08/02 02:23:43 build.go:404: #8  0x00007f36372a84e0 in <lambda()>::operator()(void) const (__closure=0x7f3629dfcc30) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:335
      agent:2024/08/02 02:23:43 build.go:404: #9  0x00007f36372abe8d in (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> >(<lambda()> &&) (t=...) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:263
      agent:2024/08/02 02:23:43 build.go:404: #10 0x00007f36372a8838 in QThreadPrivate::start (arg=0x7ffe98bcd070) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:294
      agent:2024/08/02 02:23:43 build.go:404: #11 0x00007f363c4be6ea in start_thread () from /lib64/libpthread.so.0
      agent:2024/08/02 02:23:43 build.go:404: #12 0x00007f363629850f in clone () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: Thread 3 (Thread 0x7f362a5fe700 (LWP 22740) "QXcbEventQueue"):
      agent:2024/08/02 02:23:43 build.go:404: #0  0x00007f363628ba09 in poll () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: #1  0x00007f363b83dde2 in poll () from /usr/lib64/libasan.so.5
      agent:2024/08/02 02:23:43 build.go:404: #2  0x00007f363420d387 in ?? () from /usr/lib64/libxcb.so.1
      agent:2024/08/02 02:23:43 build.go:404: #3  0x00007f363420efba in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
      agent:2024/08/02 02:23:43 build.go:404: #4  0x00007f362e23bd4f in QXcbEventQueue::run (this=0x60d000001630) at /home/qt/work/qt/qtbase/src/plugins/platforms/xcb/qxcbeventqueue.cpp:192
      agent:2024/08/02 02:23:43 build.go:404: #5  0x00007f36372a84e0 in <lambda()>::operator()(void) const (__closure=0x7f362a5fdc30) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:335
      agent:2024/08/02 02:23:43 build.go:404: #6  0x00007f36372abe8d in (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> >(<lambda()> &&) (t=...) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:263
      agent:2024/08/02 02:23:43 build.go:404: #7  0x00007f36372a8838 in QThreadPrivate::start (arg=0x60d000001630) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:294
      agent:2024/08/02 02:23:43 build.go:404: #8  0x00007f363c4be6ea in start_thread () from /lib64/libpthread.so.0
      agent:2024/08/02 02:23:43 build.go:404: #9  0x00007f363629850f in clone () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: Thread 2 (Thread 0x7f362adff700 (LWP 22739) "QDBusConnection"):
      agent:2024/08/02 02:23:43 build.go:404: #0  0x00007f363628ba09 in poll () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: #1  0x00007f363b83dde2 in poll () from /usr/lib64/libasan.so.5
      agent:2024/08/02 02:23:43 build.go:404: #2  0x00007f36360a0b49 in ?? () from /usr/lib64/libglib-2.0.so.0
      agent:2024/08/02 02:23:43 build.go:404: #3  0x00007f36360a0c5c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      agent:2024/08/02 02:23:43 build.go:404: #4  0x00007f36376f3b7f in QEventDispatcherGlib::processEvents (this=0x602000001010, flags=...) at /home/qt/work/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:395
      agent:2024/08/02 02:23:43 build.go:404: #5  0x00007f3636c74433 in QEventLoop::processEvents (this=0x7f362adfe8b0, flags=...) at /home/qt/work/qt/qtbase/src/corelib/kernel/qeventloop.cpp:100
      agent:2024/08/02 02:23:43 build.go:404: #6  0x00007f3636c757f8 in QEventLoop::exec (this=0x7f362adfe8b0, flags=...) at /home/qt/work/qt/qtbase/src/corelib/kernel/qeventloop.cpp:191
      agent:2024/08/02 02:23:43 build.go:404: #7  0x00007f3637060d71 in QThread::exec (this=0x7f3635cbe460 <QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS__q_manager> >::instance()::holder>) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread.cpp:621
      agent:2024/08/02 02:23:43 build.go:404: #8  0x00007f363599a4e3 in QDBusConnectionManager::run (this=0x7f3635cbe460 <QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS__q_manager> >::instance()::holder>) at /home/qt/work/qt/qtbase/src/dbus/qdbusconnectionmanager.cpp:144
      agent:2024/08/02 02:23:43 build.go:404: #9  0x00007f36372a84e0 in <lambda()>::operator()(void) const (__closure=0x7f362adfec30) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:335
      agent:2024/08/02 02:23:43 build.go:404: #10 0x00007f36372abe8d in (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> >(<lambda()> &&) (t=...) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:263
      agent:2024/08/02 02:23:43 build.go:404: #11 0x00007f36372a8838 in QThreadPrivate::start (arg=0x7f3635cbe460 <QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS__q_manager> >::instance()::holder>) at /home/qt/work/qt/qtbase/src/corelib/thread/qthread_unix.cpp:294
      agent:2024/08/02 02:23:43 build.go:404: #12 0x00007f363c4be6ea in start_thread () from /lib64/libpthread.so.0
      agent:2024/08/02 02:23:43 build.go:404: #13 0x00007f363629850f in clone () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: Thread 1 (Thread 0x7f3635872980 (LWP 22738) "tst_qsoundeffec"):
      agent:2024/08/02 02:23:43 build.go:404: #0  0x00007f3636261bbf in wait4 () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: #1  0x00007f363b849231 in ?? () from /usr/lib64/libasan.so.5
      agent:2024/08/02 02:23:43 build.go:404: #2  0x00007f363b6cdc11 in QTest::CrashHandler::generateStackTrace () at /home/qt/work/qt/qtbase/src/testlib/qtestcrashhandler.cpp:363
      agent:2024/08/02 02:23:43 build.go:404: #3  0x00007f363b6cef71 in QTest::CrashHandler::FatalSignalHandler::actionHandler (signum=6, info=0x7f3633cd3bf0) at /home/qt/work/qt/qtbase/src/testlib/qtestcrashhandler.cpp:630
      agent:2024/08/02 02:23:43 build.go:404: #4  <signal handler called>
      agent:2024/08/02 02:23:43 build.go:404: #5  0x00007f36361cad2b in raise () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: #6  0x00007f36361cc3e5 in abort () from /lib64/libc.so.6
      agent:2024/08/02 02:23:43 build.go:404: #7  0x00007f3636a13be5 in qAbort () at /home/qt/work/qt/qtbase/src/corelib/global/qassert.cpp:49
      agent:2024/08/02 02:23:43 build.go:404: #8  0x00007f3636a43bdf in qt_message_fatal<QString&> (context=..., message=...) at /home/qt/work/qt/qtbase/src/corelib/global/qlogging.cpp:2116
      agent:2024/08/02 02:23:43 build.go:404: #9  0x00007f3636a35a4c in qt_message(QtMsgType, const QMessageLogContext &, const char *, typedef __va_list_tag __va_list_tag *) (msgType=QtFatalMsg, context=..., msg=0x7f36377a2f00 "ASSERT: \"%s\" in file %s, line %d", ap=0x7ffe98bc9b40) at /home/qt/work/qt/qtbase/src/corelib/global/qlogging.cpp:382
      agent:2024/08/02 02:23:43 build.go:404: #10 0x00007f3636a38960 in QMessageLogger::fatal (this=0x7ffe98bc9e30, msg=0x7f36377a2f00 "ASSERT: \"%s\" in file %s, line %d") at /home/qt/work/qt/qtbase/src/corelib/global/qlogging.cpp:884
      agent:2024/08/02 02:23:43 build.go:404: #11 0x00007f3636a13cd8 in qt_assert (assertion=0x7f363b459340 "state() == Ready", file=0x7f363b4592c0 "/home/qt/work/qt/qtmultimedia/src/multimedia/audio/qsamplecache_p.h", line=53) at /home/qt/work/qt/qtbase/src/corelib/global/qassert.cpp:105
      agent:2024/08/02 02:23:43 build.go:404: #12 0x00007f363b2362a6 in QSample::format (this=0x60c00003b800) at /home/qt/work/qt/qtmultimedia/src/multimedia/audio/qsamplecache_p.h:53
      agent:2024/08/02 02:23:43 build.go:404: #13 0x00007f363b22cb15 in QSoundEffectPrivate::sampleReady (this=0x60b00001dcb0) at /home/qt/work/qt/qtmultimedia/src/multimedia/audio/qsoundeffect.cpp:125
      agent:2024/08/02 02:23:43 build.go:404: #14 0x00007f363b23ce22 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QSoundEffectPrivate::*)()>::call(void (QSoundEffectPrivate::*)(), QSoundEffectPrivate*, void**)::{lambda()#1}::operator()() const (this=0x7ffe98bca4f0) at /home/qt/work/install/include/QtCore/qobjectdefs_impl.h:153
      agent:2024/08/02 02:23:43 build.go:404: #15 0x00007f363b23e218 in QtPrivate::FunctorCallBase::call_internal<void, QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QSoundEffectPrivate::*)()>::call(void (QSoundEffectPrivate::*)(), QSoundEffectPrivate*, void**)::{lambda()#1}>(void**, QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QSoundEffectPrivate::*)()>::call(void (QSoundEffectPrivate::*)(), QSoundEffectPrivate*, void**)::{lambda()#1}&&) (args=0x60c0000a4cc8, fn=...) at /home/qt/work/install/include/QtCore/qobjectdefs_impl.h:72
      agent:2024/08/02 02:23:43 build.go:404: #16 0x00007f363b23cff4 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QSoundEffectPrivate::*)()>::call(void (QSoundEffectPrivate::*)(), QSoundEffectPrivate*, void**) (f=(void (QSoundEffectPrivate::*)(QSoundEffectPrivate * const)) 0x7f363b22c292 <QSoundEffectPrivate::sampleReady()>, o=0x60b00001dcb0, arg=0x60c0000a4cc8) at /home/qt/work/install/include/QtCore/qobjectdefs_impl.h:152
      agent:2024/08/02 02:23:43 build.go:404: #17 0x00007f363b23b96a in QtPrivate::FunctionPointer<void (QSoundEffectPrivate::*)()>::call<QtPrivate::List<>, void>(void (QSoundEffectPrivate::*)(), QSoundEffectPrivate*, void**) (f=(void (QSoundEffectPrivate::*)(QSoundEffectPrivate * const)) 0x7f363b22c292 <QSoundEffectPrivate::sampleReady()>, o=0x60b00001dcb0, arg=0x60c0000a4cc8) at /home/qt/work/install/include/QtCore/qobjectdefs_impl.h:200
      agent:2024/08/02 02:23:43 build.go:404: #18 0x00007f363b23ad24 in QtPrivate::QCallableObject<void (QSoundEffectPrivate::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x603000532ea0, r=0x60b00001dcb0, a=0x60c0000a4cc8, ret=0x0) at /home/qt/work/install/include/QtCore/qobjectdefs_impl.h:571
      agent:2024/08/02 02:23:43 build.go:404: #19 0x00007f3636c4fc9e in QtPrivate::QSlotObjectBase::call (this=0x603000532ea0, r=0x60b00001dcb0, a=0x60c0000a4cc8) at /home/qt/work/qt/qtbase/src/corelib/kernel/qobjectdefs_impl.h:487
      agent:2024/08/02 02:23:43 build.go:404: #20 0x00007f3636d84942 in QMetaCallEvent::placeMetaCall (this=0x60c0000a4c80, object=0x60b00001dcb0) at /home/qt/work/qt/qtbase/src/corelib/kernel/qobject.cpp:620
      agent:2024/08/02 02:23:43 build.go:404: #21 0x00007f3636d87600 in QObject::event (this=0x60b00001dcb0, e=0x60c0000a4c80) at /home/qt/work/qt/qtbase/src/corelib/kernel/qobject.cpp:1419
      agent:2024/08/02 02:23:43 build.go:404: #22 0x00007f3636c3ec36 in QCoreApplicationPrivate::notify_helper (receiver=0x60b00001dcb0, event=0x60c0000a4c80) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1328
      agent:2024/08/02 02:23:43 build.go:404: #23 0x00007f3636c3e379 in doNotify (receiver=0x60b00001dcb0, event=0x60c0000a4c80) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1255
      agent:2024/08/02 02:23:43 build.go:404: #24 0x00007f3636c3e224 in QCoreApplication::notify (this=0x7ffe98bcd700, receiver=0x60b00001dcb0, event=0x60c0000a4c80) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1238
      agent:2024/08/02 02:23:43 build.go:404: #25 0x00007f3638f0a615 in QGuiApplication::notify (this=0x7ffe98bcd700, object=0x60b00001dcb0, event=0x60c0000a4c80) at /home/qt/work/qt/qtbase/src/gui/kernel/qguiapplication.cpp:2042
      agent:2024/08/02 02:23:43 build.go:404: #26 0x00007f3636c3e016 in QCoreApplication::notifyInternal2 (receiver=0x60b00001dcb0, event=0x60c0000a4c80) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1154
      agent:2024/08/02 02:23:43 build.go:404: #27 0x00007f3636c3fc0d in QCoreApplication::sendEvent (receiver=0x60b00001dcb0, event=0x60c0000a4c80) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1598
      agent:2024/08/02 02:23:43 build.go:404: #28 0x00007f3636c43436 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x60e000000040) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1954
      agent:2024/08/02 02:23:43 build.go:404: #29 0x00007f3636c40e8e in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1786
      agent:2024/08/02 02:23:43 build.go:404: #30 0x00007f36376f2597 in postEventSourceDispatch (s=0x60b000018f00) at /home/qt/work/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:245
      agent:2024/08/02 02:23:43 build.go:404: #31 0x00007f36360a082b in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
      agent:2024/08/02 02:23:43 build.go:404: #32 0x00007f36360a0bd0 in ?? () from /usr/lib64/libglib-2.0.so.0
      agent:2024/08/02 02:23:43 build.go:404: #33 0x00007f36360a0c5c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      agent:2024/08/02 02:23:43 build.go:404: #34 0x00007f36376f3b7f in QEventDispatcherGlib::processEvents (this=0x607000010f60, flags=...) at /home/qt/work/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:395
      agent:2024/08/02 02:23:43 build.go:404: #35 0x00007f362e239665 in QXcbGlibEventDispatcher::processEvents (this=0x607000010f60, flags=<error reading variable: Cannot access memory at address 0xffffffffffffffc0>) at /home/qt/work/qt/qtbase/src/plugins/platforms/xcb/qxcbeventdispatcher.cpp:96
      agent:2024/08/02 02:23:43 build.go:404: #36 0x00007f3636c3f0f0 in QCoreApplication::processEvents (flags=..., deadline=...) at /home/qt/work/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1444
      agent:2024/08/02 02:23:43 build.go:404: #37 0x00007f3636e02798 in QTest::qWait (msecs=std::chrono::duration = { 0ms }) at /home/qt/work/qt/qtbase/src/corelib/kernel/qtestsupport_core.cpp:127
      agent:2024/08/02 02:23:43 build.go:404: #38 0x00007f3636e0257a in QTest::qWait (msecs=0) at /home/qt/work/qt/qtbase/src/corelib/kernel/qtestsupport_core.cpp:94
      agent:2024/08/02 02:23:43 build.go:404: #39 0x000055fe38dddb93 in tst_QSoundEffect::testSetSourceWhilePlaying (this=0x7ffe98bcd720) at /home/qt/work/qt/qtmultimedia/tests/auto/integration/qsoundeffect/tst_qsoundeffect.cpp:329
      agent:2024/08/02 02:23:43 build.go:404: #40 0x000055fe38de1ebb in tst_QSoundEffect::qt_static_metacall (_o=0x7ffe98bcd720, _c=QMetaObject::InvokeMetaMethod, _id=12, _a=0x7ffe98bcc510) at /home/qt/work/qt/qtmultimedia_standalone_tests/tests/auto/integration/qsoundeffect/tst_qsoundeffect_autogen/include/tst_qsoundeffect.moc:177
      agent:2024/08/02 02:23:43 build.go:404: #41 0x00007f3636c92eb0 in QMetaMethodInvoker::invokeImpl (self=..., target=0x7ffe98bcd720, connectionType=Qt::DirectConnection, paramCount=1, parameters=0x7ffe98bcc510, typeNames=0x7ffe98bcc518, metaTypes=0x7ffe98bcc520) at /home/qt/work/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2755
      agent:2024/08/02 02:23:43 build.go:404: #42 0x00007f3636c90cce in QMetaMethod::invokeImpl (self=..., target=0x7ffe98bcd720, connectionType=Qt::DirectConnection, paramCount=1, parameters=0x7ffe98bcc510, typeNames=0x7ffe98bcc518, metaTypes=0x7ffe98bcc520) at /home/qt/work/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2594
      agent:2024/08/02 02:23:43 build.go:404: #43 0x00007f363b6bc7c1 in QMetaMethod::invoke<void> (this=0x7ffe98bcc680, obj=0x7ffe98bcd720, c=Qt::DirectConnection, r=...) at /home/qt/work/qt/qtbase/src/corelib/kernel/qmetaobject.h:149
      agent:2024/08/02 02:23:43 build.go:404: #44 0x00007f363b6b70f4 in QMetaMethod::invoke<>(QObject*, Qt::ConnectionType) const (this=0x7ffe98bcc680, obj=0x7ffe98bcd720, c=Qt::DirectConnection) at /home/qt/work/qt/qtbase/src/corelib/kernel/qmetaobject.h:161
      agent:2024/08/02 02:23:43 build.go:404: #45 0x00007f363b6913ad in QTest::invokeTestMethodIfValid (m=..., obj=0x7ffe98bcd720) at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:448
      agent:2024/08/02 02:23:43 build.go:404: #46 0x00007f363b696bb1 in QTest::TestMethods::invokeTestOnData (this=0x7ffe98bcd570, index=9) at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:1086
      agent:2024/08/02 02:23:43 build.go:404: #47 0x00007f363b698af2 in QTest::TestMethods::invokeTest (this=0x7ffe98bcd570, index=9, tag=..., watchDog=std::optional<QTest::WatchDog> = {...}) at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:1388
      agent:2024/08/02 02:23:43 build.go:404: #48 0x00007f363b69bd66 in QTest::TestMethods::invokeTests (this=0x7ffe98bcd570, testObject=0x7ffe98bcd720) at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:1725
      agent:2024/08/02 02:23:43 build.go:404: #49 0x00007f363b69d5d8 in QTest::qRun () at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:1949
      agent:2024/08/02 02:23:43 build.go:404: #50 0x00007f363b69c343 in QTest::qExec (testObject=0x7ffe98bcd720, argc=1, argv=0x7ffe98bcd8b8) at /home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp:1827
      agent:2024/08/02 02:23:43 build.go:404: #51 0x000055fe38de1c85 in main (argc=1, argv=0x7ffe98bcd8b8) at /home/qt/work/qt/qtmultimedia/tests/auto/integration/qsoundeffect/tst_qsoundeffect.cpp:402
      agent:2024/08/02 02:23:43 build.go:404: [Inferior 1 (process 22738) detached]
      agent:2024/08/02 02:23:43 build.go:404: === End of stack trace ===
      

      https://testresults.qt.io/logs/qt/qtmultimedia/665d3f3c1a346b1322c1a9d77c67ea11c58f25de/LinuxopenSUSE_15_5x86_64LinuxopenSUSE_15_5x86_64GCCqtci-linux-openSUSE-15.5-x86_64-52-318618Sccache_UseAddressSanitizer_UseConfigure_WarningsAreErrors/82a0536273e4b9203c639ab79b3f3b358d814e98/test_1722564260/log.txt.gz

      Attachments

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

        Activity

          People

            timblechmann tim blechmann
            timblechmann tim blechmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews