https://bugs.kde.org/show_bug.cgi?id=379004
--- Comment #10 from KiloAlphaIndia <k...@stierand.com> --- I started the test in an endless loop. It is behaving quite strange. There are two test steps that mostly succeed but sometimes fail. I also got a crash, but the Backtrace is different: #0 0x00007f9186b26120 in raise () from /lib64/libc.so.6 #1 0x00007f9186b27701 in abort () from /lib64/libc.so.6 #2 0x00007f9187825881 in qt_message_fatal (context=..., message=<synthetic pointer>...) at global/qlogging.cpp:1690 #3 QMessageLogger::fatal (this=this@entry=0x7f918fc8ba80 <QTest::FatalSignalHandler::FatalSignalHandler()::alternate_stack+14976>, msg=msg@entry=0x7f918fa7b4f0 "Received signal %d\n Function time: %dms Total time: %dms") at global/qlogging.cpp:796 #4 0x00007f918fa60353 in QTest::FatalSignalHandler::signal (signum=2) at qtestcase.cpp:1416 #5 <signal handler called> #6 0x00007f9186c4aa87 in __memset_avx2_unaligned_erms () from /lib64/libc.so.6 #7 0x00007f918db43e40 in KDevelop::ItemRepository<KDevelop::UsesItem, KDevelop::UsesRequestItem, true, true, 0u, 1048576u>::ItemRepository (this=0x7f910982f010, repositoryName=..., registry=0x23c9c80, repositoryVersion=1, manager=0x0) at ../kdevplatform/serialization/itemrepository.h:1127 #8 0x00007f918db43579 in KDevelop::UsesPrivate::UsesPrivate (this=0x7f910982f010) at ../kdevplatform/language/duchain/uses.cpp:119 #9 0x00007f918db42890 in KDevelop::Uses::Uses (this=0x7f918e34f328 <KDevelop::(anonymous namespace)::Q_QGS_sdDUChainPrivate::innerFunction()::holder+72>) at ../kdevplatform/language/duchain/uses.cpp:126 #10 0x00007f918da7759b in KDevelop::DUChainPrivate::DUChainPrivate (this=0x7f918e34f2e0 <KDevelop::(anonymous namespace)::Q_QGS_sdDUChainPrivate::innerFunction()::holder>) at ../kdevplatform/language/duchain/duchain.cpp:336 #11 0x00007f918da72170 in KDevelop::(anonymous namespace)::Q_QGS_sdDUChainPrivate::Holder::Holder (this=0x7f918e34f2e0 <KDevelop::(anonymous namespace)::Q_QGS_sdDUChainPrivate::innerFunction()::holder>) at ../kdevplatform/language/duchain/duchain.cpp:1186 #12 0x00007f918da721e0 in KDevelop::(anonymous namespace)::Q_QGS_sdDUChainPrivate::innerFunction () at ../kdevplatform/language/duchain/duchain.cpp:1186 #13 0x00007f918da7616b in QGlobalStatic<KDevelop::DUChainPrivate, KDevelop::(anonymous namespace)::Q_QGS_sdDUChainPrivate::innerFunction, KDevelop::(anonymous namespace)::Q_QGS_sdDUChainPrivate::guard>::operator-> ( this=0x7f918e74eb68 <KDevelop::sdDUChainPrivate>) at /usr/include/qt5/QtCore/qglobalstatic.h:139 #14 0x00007f918da724e4 in KDevelop::DUChain::self () at ../kdevplatform/language/duchain/duchain.cpp:1211 #15 0x00007f918da27910 in KDevelop::StaticAssistantsManager::StaticAssistantsManager (this=0x245ddf0, parent=0x259bd60) at ../kdevplatform/language/assistant/staticassistantsmanager.cpp:72 #16 0x00007f918f36ffb1 in KDevelop::LanguageController::initialize (this=0x259bd60) at ../kdevplatform/shell/languagecontroller.cpp:146 #17 0x00007f918f32740b in KDevelop::CorePrivate::initialize (this=0x21d1e80, mode=KDevelop::Core::Default, session=...) at ../kdevplatform/shell/core.cpp:242 #18 0x00007f918fca6880 in KDevelop::TestCore::initializeNonStatic (this=0x21daf60, mode=KDevelop::Core::Default, _session=...) at ../kdevplatform/tests/testcore.cpp:81 #19 0x00007f918fca6713 in KDevelop::TestCore::initialize (mode=KDevelop::Core::Default, session=...) at ../kdevplatform/tests/testcore.cpp:55 #20 0x000000000040de42 in TestDUChain::initTestCase (this=0x7ffd5b8aa840) at ../plugins/clang/tests/test_duchain.cpp:75 #21 0x00000000004400f4 in TestDUChain::qt_static_metacall (_o=0x7ffd5b8aa840, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7ffd5b8aa520) at plugins/clang/tests/test_duchain-clang_autogen/EWIEGA46WW/moc_test_duchain.cpp:292 #22 0x00007f9187a17aa6 in QMetaMethod::invoke (this=this@entry=0x7ffd5b8aa780, object=object@entry=0x7ffd5b8aa840, connectionType=connectionType@entry=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2222 #23 0x00007f918fa67f84 in QMetaMethod::invoke (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., connectionType=Qt::DirectConnection, object=0x7ffd5b8aa840, this=0x7ffd5b8aa780) at ../../include/QtCore/../../src/corelib/kernel/qmetaobject.h:123 #24 QTest::TestMethods::invokeTests (this=this@entry=0x7ffd5b8aa780, testObject=testObject@entry=0x7ffd5b8aa840) at qtestcase.cpp:1363 #25 0x00007f918fa685c3 in QTest::qExec (testObject=0x7ffd5b8aa840, argc=<optimized out>, argv=0x7ffd5b8aa968) at qtestcase.cpp:1797 #26 0x000000000040dc12 in main (argc=1, argv=0x7ffd5b8aa968) at ../plugins/clang/tests/test_duchain.cpp:64 -- You are receiving this mail because: You are watching all bug changes.