https://bugs.kde.org/show_bug.cgi?id=447634
Bug ID: 447634 Summary: Crash parsing python Product: kdevelop Version: unspecified Platform: openSUSE RPMs OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kdevelop-bugs-n...@kde.org Reporter: jtam...@gmail.com Target Milestone: --- Application: kdevelop (5.7.211200 (21.12.0)) Qt Version: 5.15.2 Frameworks Version: 5.89.0 Operating System: Linux 5.15.8-1-default x86_64 Windowing System: X11 Distribution: "openSUSE Tumbleweed" DrKonqi: 5.23.4 [KCrashBackend] -- Information about the crash: - What I was doing when the application crashed: Restarting from a previous crash. Probably reloaded all the open files. The reporter is unsure if this crash is reproducible. -- Backtrace: Application: KDevelop (kdevelop), signal: Aborted Content of s_kcrashErrorMessage: std::unique_ptr<char []> = {get() = 0x0} [KCrash Handler] #6 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #7 0x00007f94201b4323 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78 #8 0x00007f9420164366 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #9 0x00007f942014d7d3 in __GI_abort () at abort.c:79 #10 0x00007f94203e6976 in __gnu_cxx::__verbose_terminate_handler() () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95 #11 0x00007f94203f20fc in __cxxabiv1::__terminate(void (*)()) (handler=<optimized out>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48 #12 0x00007f94203f2167 in std::terminate() () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:58 #13 0x00007f9420610411 in qTerminate() () at global/qglobal.cpp:3349 #14 0x00007f9420611da2 in QThreadPrivate::start(void*) (arg=<optimized out>) at thread/qthread_unix.cpp:341 #15 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #16 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 16 (Thread 0x7f93b9507640 (LWP 10434) "Queue(0x56272f0"): #1 0x00007f9420204107 in __GI___nanosleep (req=<optimized out>, rem=<optimized out>) at ../sysdeps/unix/sysv/linux/nanosleep.c:25 #2 0x00007f9420887b6d in qt_nanosleep(timespec) (amount=...) at kernel/qelapsedtimer_unix.cpp:195 #3 0x00007f942064b760 in QThread::usleep(unsigned long) (usecs=usecs@entry=500) at thread/qthread_unix.cpp:512 #4 0x00007f941f1de5f4 in KDevelop::DUChainLock::lockForWrite(unsigned int) (this=<optimized out>, timeout=0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:158 #5 0x00007f941f1de7ac in KDevelop::DUChainWriteLocker::lock() (this=0x7f93b9504fc0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:265 #6 KDevelop::DUChainWriteLocker::lock() (this=0x7f93b9504fc0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:257 #7 0x00007f941f1e0a00 in KDevelop::DUChainWriteLocker::DUChainWriteLocker(KDevelop::DUChainLock*, unsigned int) (this=this@entry=0x7f93b9504fc0, duChainLock=duChainLock@entry=0x0, timeout=timeout@entry=0, this=<optimized out>, duChainLock=<optimized out>, timeout=<optimized out>) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:249 #8 0x00007f93c9aa6a10 in Python::DeclarationBuilder::visitVariableDeclaration<KDevelop::Declaration>(Python::Identifier*, KDevelop::Declaration*, KDevelop::TypePtr<KDevelop::AbstractType>, Python::DeclarationBuilder::VisitVariableFlags) [clone .constprop.0] (this=this@entry=0x7f930806bf40, node=0x7f9345434330, type=..., flags=Python::DeclarationBuilder::NoVisitVariableFlags, previous=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:220 #9 0x00007f93c9a97979 in Python::DeclarationBuilder::visitArguments(Python::ArgumentsAst*) (this=0x7f930806bf40, node=0x7f9344256060) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1768 #10 0x00007f93c9a891cb in Python::ContextBuilder::visitFunctionArguments(Python::FunctionDefinitionAst*) (this=0x7f930806bf40, node=0x7f930831fa10) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:430 #11 0x00007f93c9a9b310 in Python::DeclarationBuilder::visitFunctionDefinition(Python::FunctionDefinitionAst*) (this=0x7f930806bf40, node=0x7f930831fa10) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1495 #12 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #13 0x00007f93c9a99a38 in Python::AstVisitor::visitNodeList<Python::Ast>(QList<Python::Ast*> const&) (l=..., this=0x7f930806c128) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astvisitor.h:35 #14 Python::DeclarationBuilder::visitClassDefinition(Python::ClassDefinitionAst*) (this=0x7f930806bf40, node=0x7f9308080c20) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1436 #15 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #16 0x00007f93ca037e9d in Python::AstVisitor::visitNodeList<Python::Ast>(QList<Python::Ast*> const&) (l=..., this=0x7f930806c128) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astvisitor.h:35 #17 Python::AstDefaultVisitor::visitCode(Python::CodeAst*) (this=0x7f930806c128, node=0x7f93080bba70) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astdefaultvisitor.cpp:77 #18 0x00007f93c9a889a7 in Python::ContextBuilder::visitCode(Python::CodeAst*) (this=0x7f930806bf40, node=0x7f93080bba70) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:308 #19 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #20 0x00007f93c9a93b29 in Python::ContextBuilder::startVisiting(Python::Ast*) (node=0x7f93080bba70, this=0x7f930806bf40) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:133 #21 KDevelop::AbstractContextBuilder<Python::Ast, Python::Identifier>::supportBuild(Python::Ast*, KDevelop::DUContext*) (context=0x7f9308052840, node=0x7f93080bba70, this=0x7f930806bf40) at /usr/include/kdevplatform/language/duchain/builders/abstractcontextbuilder.h:113 #22 KDevelop::AbstractTypeBuilder<Python::Ast, Python::Identifier, Python::ContextBuilder>::supportBuild(Python::Ast*, KDevelop::DUContext*) (this=0x7f930806bf40, node=0x7f93080bba70, context=<optimized out>) at /usr/include/kdevplatform/language/duchain/builders/abstracttypebuilder.h:72 #23 0x00007f93c9a869e4 in KDevelop::AbstractContextBuilder<Python::Ast, Python::Identifier>::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=this@entry=0x7f930806bf40, url=..., node=node@entry=0x7f93080bba70, updateContext=...) at /usr/include/kdevplatform/language/duchain/topducontext.h:62 #24 0x00007f93c9a86b74 in Python::ContextBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=0x7f930806bf40, url=..., node=0x7f93080bba70, updateContext_=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:65 #25 0x00007f93c9a8cd1b in Python::DeclarationBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=0x7f930806bf40, url=..., node=0x7f93080bba70, updateContext_=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:93 #26 0x00007f93c9a8ccb1 in Python::DeclarationBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=this@entry=0x7f93b9505f00, url=..., node=node@entry=0x7f93080bba70, updateContext_=...) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:86 #27 0x00007f93c9b4cc3f in Python::ParseJob::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) (this=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/pythonparsejob.cpp:157 #28 0x00007f941cd7d52b in ThreadWeaver::IdDecorator::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) (this=<optimized out>, self=..., thread=0x7f93ac003590) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/iddecorator.cpp:50 #29 0x00007f941cd7d337 in ThreadWeaver::Executor::run(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (this=<optimized out>, job=<optimized out>, thread=<optimized out>) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/executor.cpp:33 #30 0x00007f941cd7e103 in ThreadWeaver::Job::execute(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (this=<optimized out>, self=..., th=0x7f93ac003590) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/job.cpp:64 #31 0x00007f941cd819be in ThreadWeaver::Thread::run() (this=0x7f93ac003590) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/thread.cpp:98 #32 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x7f93ac003590) at thread/qthread_unix.cpp:329 #33 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #34 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 15 (Thread 0x7f93b9d08640 (LWP 10433) "Queue(0x56272f0"): #1 0x00007f9420204107 in __GI___nanosleep (req=<optimized out>, rem=<optimized out>) at ../sysdeps/unix/sysv/linux/nanosleep.c:25 #2 0x00007f9420887b6d in qt_nanosleep(timespec) (amount=...) at kernel/qelapsedtimer_unix.cpp:195 #3 0x00007f942064b760 in QThread::usleep(unsigned long) (usecs=usecs@entry=500) at thread/qthread_unix.cpp:512 #4 0x00007f941f1de5f4 in KDevelop::DUChainLock::lockForWrite(unsigned int) (this=<optimized out>, timeout=0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:158 #5 0x00007f941f1de7ac in KDevelop::DUChainWriteLocker::lock() (this=0x7f93b9d063c0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:265 #6 KDevelop::DUChainWriteLocker::lock() (this=0x7f93b9d063c0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:257 #7 0x00007f941f1e0a00 in KDevelop::DUChainWriteLocker::DUChainWriteLocker(KDevelop::DUChainLock*, unsigned int) (this=this@entry=0x7f93b9d063c0, duChainLock=duChainLock@entry=0x0, timeout=timeout@entry=0, this=<optimized out>, duChainLock=<optimized out>, timeout=<optimized out>) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:249 #8 0x00007f93c9a9a7ed in Python::DeclarationBuilder::visitFunctionDefinition(Python::FunctionDefinitionAst*) (this=0x7f93b9d06f00, node=0x7f931a3442b0) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1454 #9 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #10 0x00007f93c9a99a38 in Python::AstVisitor::visitNodeList<Python::Ast>(QList<Python::Ast*> const&) (l=..., this=0x7f93b9d070e8) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astvisitor.h:35 #11 Python::DeclarationBuilder::visitClassDefinition(Python::ClassDefinitionAst*) (this=0x7f93b9d06f00, node=0x7f931a3400a0) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1436 #12 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #13 0x00007f93ca037e9d in Python::AstVisitor::visitNodeList<Python::Ast>(QList<Python::Ast*> const&) (l=..., this=0x7f93b9d070e8) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astvisitor.h:35 #14 Python::AstDefaultVisitor::visitCode(Python::CodeAst*) (this=0x7f93b9d070e8, node=0x7f931a26fb60) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astdefaultvisitor.cpp:77 #15 0x00007f93c9a889a7 in Python::ContextBuilder::visitCode(Python::CodeAst*) (this=0x7f93b9d06f00, node=0x7f931a26fb60) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:308 #16 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #17 0x00007f93c9a93b29 in Python::ContextBuilder::startVisiting(Python::Ast*) (node=0x7f931a26fb60, this=0x7f93b9d06f00) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:133 #18 KDevelop::AbstractContextBuilder<Python::Ast, Python::Identifier>::supportBuild(Python::Ast*, KDevelop::DUContext*) (context=0x7f9319e466e0, node=0x7f931a26fb60, this=0x7f93b9d06f00) at /usr/include/kdevplatform/language/duchain/builders/abstractcontextbuilder.h:113 #19 KDevelop::AbstractTypeBuilder<Python::Ast, Python::Identifier, Python::ContextBuilder>::supportBuild(Python::Ast*, KDevelop::DUContext*) (this=0x7f93b9d06f00, node=0x7f931a26fb60, context=<optimized out>) at /usr/include/kdevplatform/language/duchain/builders/abstracttypebuilder.h:72 #20 0x00007f93c9a869e4 in KDevelop::AbstractContextBuilder<Python::Ast, Python::Identifier>::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=this@entry=0x7f93b9d06f00, url=..., node=node@entry=0x7f931a26fb60, updateContext=...) at /usr/include/kdevplatform/language/duchain/topducontext.h:62 #21 0x00007f93c9a86b74 in Python::ContextBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=0x7f93b9d06f00, url=..., node=0x7f931a26fb60, updateContext_=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:65 #22 0x00007f93c9a8cd1b in Python::DeclarationBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=this@entry=0x7f93b9d06f00, url=..., node=node@entry=0x7f931a26fb60, updateContext_=...) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:93 #23 0x00007f93c9b4cc3f in Python::ParseJob::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) (this=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/pythonparsejob.cpp:157 #24 0x00007f941cd7d52b in ThreadWeaver::IdDecorator::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) (this=<optimized out>, self=..., thread=0x7f93b4020f90) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/iddecorator.cpp:50 #25 0x00007f941cd7d337 in ThreadWeaver::Executor::run(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (this=<optimized out>, job=<optimized out>, thread=<optimized out>) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/executor.cpp:33 #26 0x00007f941cd7e103 in ThreadWeaver::Job::execute(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (this=<optimized out>, self=..., th=0x7f93b4020f90) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/job.cpp:64 #27 0x00007f941cd819be in ThreadWeaver::Thread::run() (this=0x7f93b4020f90) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/thread.cpp:98 #28 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x7f93b4020f90) at thread/qthread_unix.cpp:329 #29 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #30 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 14 (Thread 0x7f93c8ef1640 (LWP 10432) "Queue(0x56272f0"): #1 0x00007f9420204107 in __GI___nanosleep (req=<optimized out>, rem=<optimized out>) at ../sysdeps/unix/sysv/linux/nanosleep.c:25 #2 0x00007f9420887b6d in qt_nanosleep(timespec) (amount=...) at kernel/qelapsedtimer_unix.cpp:195 #3 0x00007f942064b760 in QThread::usleep(unsigned long) (usecs=usecs@entry=500) at thread/qthread_unix.cpp:512 #4 0x00007f941f1de5f4 in KDevelop::DUChainLock::lockForWrite(unsigned int) (this=<optimized out>, timeout=0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:158 #5 0x00007f941f1de7ac in KDevelop::DUChainWriteLocker::lock() (this=0x7f93c8eef3a0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:265 #6 KDevelop::DUChainWriteLocker::lock() (this=this@entry=0x7f93c8eef3a0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchainlock.cpp:257 #7 0x00007f93c9a8fc80 in Python::DeclarationBuilder::createModuleImportDeclaration(QString, QString, Python::Identifier*, QExplicitlySharedDataPointer<KDevelop::Problem>&, Python::Ast*) (this=this@entry=0x7f93109c1570, moduleName=..., declarationName=..., declarationIdentifier=declarationIdentifier@entry=0x7f93108c65a0, problemEncountered=..., rangeNode=rangeNode@entry=0x0) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:751 #8 0x00007f93c9a90f0a in Python::DeclarationBuilder::visitImportFrom(Python::ImportFromAst*) (this=0x7f93109c1570, node=0x7f931011eb30) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:448 #9 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #10 0x00007f93ca037e9d in Python::AstVisitor::visitNodeList<Python::Ast>(QList<Python::Ast*> const&) (l=..., this=0x7f93109c1758) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astvisitor.h:35 #11 Python::AstDefaultVisitor::visitCode(Python::CodeAst*) (this=0x7f93109c1758, node=0x7f93b5c0aa60) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/parser/astdefaultvisitor.cpp:77 #12 0x00007f93c9a889a7 in Python::ContextBuilder::visitCode(Python::CodeAst*) (this=0x7f93109c1570, node=0x7f93b5c0aa60) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:308 #13 0x00007f93c9a93611 in non-virtual thunk to Python::DeclarationBuilder::visitNode(Python::Ast*) () at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:1860 #14 0x00007f93c9a93b29 in Python::ContextBuilder::startVisiting(Python::Ast*) (node=0x7f93b5c0aa60, this=0x7f93109c1570) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:133 #15 KDevelop::AbstractContextBuilder<Python::Ast, Python::Identifier>::supportBuild(Python::Ast*, KDevelop::DUContext*) (context=0x7f93109a1690, node=0x7f93b5c0aa60, this=0x7f93109c1570) at /usr/include/kdevplatform/language/duchain/builders/abstractcontextbuilder.h:113 #16 KDevelop::AbstractTypeBuilder<Python::Ast, Python::Identifier, Python::ContextBuilder>::supportBuild(Python::Ast*, KDevelop::DUContext*) (this=0x7f93109c1570, node=0x7f93b5c0aa60, context=<optimized out>) at /usr/include/kdevplatform/language/duchain/builders/abstracttypebuilder.h:72 #17 0x00007f93c9a869e4 in KDevelop::AbstractContextBuilder<Python::Ast, Python::Identifier>::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=this@entry=0x7f93109c1570, url=..., node=node@entry=0x7f93b5c0aa60, updateContext=...) at /usr/include/kdevplatform/language/duchain/topducontext.h:62 #18 0x00007f93c9a86b74 in Python::ContextBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=0x7f93109c1570, url=..., node=0x7f93b5c0aa60, updateContext_=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/contextbuilder.cpp:65 #19 0x00007f93c9a8cd1b in Python::DeclarationBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=0x7f93109c1570, url=..., node=0x7f93b5c0aa60, updateContext_=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:93 #20 0x00007f93c9a8ccb1 in Python::DeclarationBuilder::build(KDevelop::IndexedString const&, Python::Ast*, KDevelop::ReferencedTopDUContext const&) (this=this@entry=0x7f93c8eeff00, url=..., node=node@entry=0x7f93b5c0aa60, updateContext_=...) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/duchain/declarationbuilder.cpp:86 #21 0x00007f93c9b4cc3f in Python::ParseJob::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) (this=<optimized out>) at /usr/src/debug/kdevelop5-plugin-python3-21.12.0-1.1.x86_64/pythonparsejob.cpp:157 #22 0x00007f941cd7d52b in ThreadWeaver::IdDecorator::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) (this=<optimized out>, self=..., thread=0x562732290140) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/iddecorator.cpp:50 #23 0x00007f941cd7d337 in ThreadWeaver::Executor::run(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (this=<optimized out>, job=<optimized out>, thread=<optimized out>) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/executor.cpp:33 #24 0x00007f941cd7e103 in ThreadWeaver::Job::execute(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (this=<optimized out>, self=..., th=0x562732290140) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/job.cpp:64 #25 0x00007f941cd819be in ThreadWeaver::Thread::run() (this=0x562732290140) at /usr/src/debug/threadweaver-5.89.0-1.1.x86_64/src/thread.cpp:98 #26 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x562732290140) at thread/qthread_unix.cpp:329 #27 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #28 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 13 (Thread 0x7f93ba509640 (LWP 10402) "QQuickXmlQueryE"): #1 0x00007f941cde6fc5 in g_source_iter_next (iter=iter@entry=0x7f93ba5082a0, source=source@entry=0x7f93ba508298) at ../glib/gmain.c:1065 #2 0x00007f941cde84bb in g_main_context_prepare (context=context@entry=0x7f93a80de300, priority=priority@entry=0x7f93ba508320) at ../glib/gmain.c:3675 #3 0x00007f941cde8feb in g_main_context_iterate (context=context@entry=0x7f93a80de300, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4155 #4 0x00007f941cde91df in g_main_context_iteration (context=0x7f93a80de300, may_block=1) at ../glib/gmain.c:4240 #5 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93a80dfdf0, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #6 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f93ba508460, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #7 0x00007f942064acbe in QThread::exec() (this=this@entry=0x562731f420f0) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #8 0x00007f93c848f825 in QQuickXmlQueryEngine::run() (this=0x562731f420f0) at /usr/src/debug/libqt5-qtxmlpatterns-5.15.2+kde2-1.3.x86_64/src/imports/xmllistmodel/qqmlxmllistmodel.cpp:325 #9 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x562731f420f0) at thread/qthread_unix.cpp:329 #10 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #11 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 12 (Thread 0x7f93bbfff640 (LWP 10310) "kdevelop"): #1 __pselect (nfds=nfds@entry=5, readfds=readfds@entry=0x7f93bbff63e0, writefds=writefds@entry=0x0, exceptfds=exceptfds@entry=0x0, timeout=<optimized out>, timeout@entry=0x7f93bbff63d0, sigmask=0x7f93bbff6370, sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/pselect.c:57 #2 0x00007f940e488bcd in usbmuxd_listen_inotify () at /usr/src/debug/libusbmuxd-2.0.2-1.6.x86_64/src/libusbmuxd.c:923 #3 0x00007f940e4898e8 in usbmuxd_listen () at /usr/src/debug/libusbmuxd-2.0.2-1.6.x86_64/src/libusbmuxd.c:979 #4 device_monitor (data=<optimized out>) at /usr/src/debug/libusbmuxd-2.0.2-1.6.x86_64/src/libusbmuxd.c:1107 #5 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #6 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 11 (Thread 0x7f93c9a44640 (LWP 10303) "KDevelop::Compl"): #1 0x00007f941ce3712f in read (__nbytes=16, __buf=0x7f93c9a43260, __fd=<optimized out>) at /usr/include/bits/unistd.h:47 #2 g_wakeup_acknowledge (wakeup=0x7f93bc003910) at ../glib/gwakeup.c:210 #3 0x00007f941cde8a2a in g_main_context_check (context=context@entry=0x7f93c0000c20, max_priority=2147483647, fds=fds@entry=0x7f93c0005180, n_fds=n_fds@entry=1) at ../glib/gmain.c:3927 #4 0x00007f941cde9065 in g_main_context_iterate (context=context@entry=0x7f93c0000c20, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4172 #5 0x00007f941cde91df in g_main_context_iteration (context=0x7f93c0000c20, may_block=1) at ../glib/gmain.c:4240 #6 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93c0000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #7 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f93c9a43480, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #8 0x00007f942064acbe in QThread::exec() (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #9 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x56272f964390) at thread/qthread_unix.cpp:329 #10 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #11 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 10 (Thread 0x7f93ca986640 (LWP 10273) "OutputFilterThr"): #1 __GI___libc_read (fd=37, buf=buf@entry=0x7f93ca985260, nbytes=nbytes@entry=16) at ../sysdeps/unix/sysv/linux/read.c:24 #2 0x00007f941ce3712f in read (__nbytes=16, __buf=0x7f93ca985260, __fd=<optimized out>) at /usr/include/bits/unistd.h:47 #3 g_wakeup_acknowledge (wakeup=0x7f93c4003e20) at ../glib/gwakeup.c:210 #4 0x00007f941cde8a2a in g_main_context_check (context=context@entry=0x7f93bc000c20, max_priority=2147483647, fds=fds@entry=0x7f93bc004e60, n_fds=n_fds@entry=1) at ../glib/gmain.c:3927 #5 0x00007f941cde9065 in g_main_context_iterate (context=context@entry=0x7f93bc000c20, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4172 #6 0x00007f941cde91df in g_main_context_iteration (context=0x7f93bc000c20, may_block=1) at ../glib/gmain.c:4240 #7 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93bc000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #8 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f93ca985480, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #9 0x00007f942064acbe in QThread::exec() (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #10 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x7f941ccb8ea8 <KDevelop::(anonymous namespace)::Q_QGS_s_parsingThread::innerFunction()::holder+8>) at thread/qthread_unix.cpp:329 #11 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #12 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 9 (Thread 0x7f93cbe8d640 (LWP 10271) "Qt bearer threa"): #1 0x00007f941cde6fc5 in g_source_iter_next (iter=iter@entry=0x7f93cbe8c2c0, source=source@entry=0x7f93cbe8c2b8) at ../glib/gmain.c:1065 #2 0x00007f941cde84bb in g_main_context_prepare (context=context@entry=0x7f93c4000c20, priority=priority@entry=0x7f93cbe8c340) at ../glib/gmain.c:3675 #3 0x00007f941cde8feb in g_main_context_iterate (context=context@entry=0x7f93c4000c20, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4155 #4 0x00007f941cde91df in g_main_context_iteration (context=0x7f93c4000c20, may_block=1) at ../glib/gmain.c:4240 #5 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93c4000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #6 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f93cbe8c480, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #7 0x00007f942064acbe in QThread::exec() (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #8 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x56272f2a10c0) at thread/qthread_unix.cpp:329 #9 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #10 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 8 (Thread 0x7f93ed7fa640 (LWP 10260) "QQmlThread"): #1 0x00007f942064b306 in get_thread_data () at thread/qthread_unix.cpp:160 #2 QThreadData::current(bool) (createIfNecessary=createIfNecessary@entry=true) at thread/qthread_unix.cpp:207 #3 0x00007f94208880ea in postEventSourcePrepare(GSource*, gint*) (s=s@entry=0x7f93d00047b0, timeout=timeout@entry=0x7f93ed7f9294) at kernel/qeventdispatcher_glib.cpp:253 #4 0x00007f941cde85a6 in g_main_context_prepare (context=context@entry=0x7f93d0000c20, priority=priority@entry=0x7f93ed7f9320) at ../glib/gmain.c:3701 #5 0x00007f941cde8feb in g_main_context_iterate (context=context@entry=0x7f93d0000c20, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4155 #6 0x00007f941cde91df in g_main_context_iteration (context=0x7f93d0000c20, may_block=1) at ../glib/gmain.c:4240 #7 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93d0000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #8 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f93ed7f9460, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #9 0x00007f942064acbe in QThread::exec() (this=this@entry=0x56272f1d7980) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #10 0x00007f941deeacc5 in QQmlThreadPrivate::run() (this=0x56272f1d7980) at /usr/src/debug/libqt5-qtdeclarative-5.15.2+kde36-1.3.x86_64/src/qml/qml/ftw/qqmlthread.cpp:155 #11 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x56272f1d7980) at thread/qthread_unix.cpp:329 #12 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #13 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 7 (Thread 0x7f93edffb640 (LWP 10259) "KDevelop::Compl"): #1 0x00007f941cde90be in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x7f93cc004c70, timeout=<optimized out>, context=0x7f93cc000c20) at ../glib/gmain.c:4478 #2 g_main_context_iterate (context=context@entry=0x7f93cc000c20, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170 #3 0x00007f941cde91df in g_main_context_iteration (context=0x7f93cc000c20, may_block=1) at ../glib/gmain.c:4240 #4 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93cc000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #5 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f93edffa480, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #6 0x00007f942064acbe in QThread::exec() (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #7 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x56272f1a0d90) at thread/qthread_unix.cpp:329 #8 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #9 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 6 (Thread 0x7f93ee7fc640 (LWP 10254) "QThread"): #1 0x00007f941cde87c1 in g_main_context_query (context=context@entry=0x7f93d8000c20, max_priority=2147483647, timeout=timeout@entry=0x7f93ee7fb2d4, fds=fds@entry=0x7f93d8005300, n_fds=n_fds@entry=1) at ../glib/gmain.c:3815 #2 0x00007f941cde9038 in g_main_context_iterate (context=context@entry=0x7f93d8000c20, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4158 #3 0x00007f941cde91df in g_main_context_iteration (context=0x7f93d8000c20, may_block=1) at ../glib/gmain.c:4240 #4 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93d8000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #5 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f93ee7fb410, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #6 0x00007f942064acbe in QThread::exec() (this=this@entry=0x56272f188cd0) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #7 0x00007f941f19689c in KDevelop::DUChainPrivate::CleanupThread::run() (this=0x56272f188cd0) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/kdevplatform/language/duchain/duchain.cpp:319 #8 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x56272f188cd0) at thread/qthread_unix.cpp:329 #9 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #10 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 5 (Thread 0x7f9408dfc640 (LWP 10246) "kdevelo:disk$0"): #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x56272de505a8, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007f94201aebaf in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x56272de505a8, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007f94201b1760 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x56272de50558, cond=0x56272de50580) at pthread_cond_wait.c:504 #4 ___pthread_cond_wait (cond=0x56272de50580, mutex=0x56272de50558) at pthread_cond_wait.c:619 #5 0x00007f9402676b3b in cnd_wait (mtx=0x56272de50558, cond=0x56272de50580) at ../include/c11/threads_posix.h:155 #6 util_queue_thread_func(void*) (input=input@entry=0x56272de52650) at ../src/util/u_queue.c:294 #7 0x00007f940266ffe7 in impl_thrd_routine(void*) (p=<optimized out>) at ../include/c11/threads_posix.h:87 #8 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #9 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 4 (Thread 0x7f940973e640 (LWP 10245) "kdevelop:rcs0"): #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x56272de52398, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007f94201aebaf in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x56272de52398, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007f94201b1760 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x56272de52348, cond=0x56272de52370) at pthread_cond_wait.c:504 #4 ___pthread_cond_wait (cond=0x56272de52370, mutex=0x56272de52348) at pthread_cond_wait.c:619 #5 0x00007f9402676b3b in cnd_wait (mtx=0x56272de52348, cond=0x56272de52370) at ../include/c11/threads_posix.h:155 #6 util_queue_thread_func(void*) (input=input@entry=0x56272de50cf0) at ../src/util/u_queue.c:294 #7 0x00007f940266ffe7 in impl_thrd_routine(void*) (p=<optimized out>) at ../include/c11/threads_posix.h:87 #8 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #9 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 3 (Thread 0x7f940a144640 (LWP 10243) "QDBusConnection"): #1 0x00007f941cde90be in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x7f93fc0138d0, timeout=<optimized out>, context=0x7f93fc000c20) at ../glib/gmain.c:4478 #2 g_main_context_iterate (context=context@entry=0x7f93fc000c20, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170 #3 0x00007f941cde91df in g_main_context_iteration (context=0x7f93fc000c20, may_block=1) at ../glib/gmain.c:4240 #4 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7f93fc000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #5 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7f940a143450, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #6 0x00007f942064acbe in QThread::exec() (this=this@entry=0x7f94213c0440 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #7 0x00007f9421347287 in QDBusConnectionManager::run() (this=0x7f94213c0440 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:179 #8 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x7f94213c0440 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:329 #9 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #10 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 2 (Thread 0x7f940ac79640 (LWP 10242) "QXcbEventQueue"): #1 0x00007f9414adb892 in poll (__timeout=-1, __nfds=1, __fds=0x7f940ac78388) at /usr/include/bits/poll2.h:48 #2 _xcb_conn_wait (c=0x56272dc7a340, vector=0x0, count=0x0, cond=<optimized out>) at /usr/src/debug/libxcb-1.14-1.7.x86_64/src/xcb_conn.c:480 #3 0x00007f9414add2ac in _xcb_conn_wait (count=0x0, vector=0x0, cond=0x56272dc7a380, c=0x56272dc7a340) at /usr/src/debug/libxcb-1.14-1.7.x86_64/src/xcb_conn.c:446 #4 xcb_wait_for_event (c=0x56272dc7a340) at /usr/src/debug/libxcb-1.14-1.7.x86_64/src/xcb_in.c:697 #5 0x00007f940ad98cb0 in QXcbEventQueue::run() (this=0x56272dc750a0) at qxcbeventqueue.cpp:228 #6 0x00007f942064bdf1 in QThreadPrivate::start(void*) (arg=0x56272dc750a0) at thread/qthread_unix.cpp:329 #7 0x00007f94201b2427 in start_thread (arg=<optimized out>) at pthread_create.c:435 #8 0x00007f942023b810 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 1 (Thread 0x7f940cdaa080 (LWP 10239) "kdevelop"): #1 0x00007f941cde90a4 in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x562730ac5eb0, timeout=<optimized out>, context=0x7f9404005000) at ../glib/gmain.c:4473 #2 g_main_context_iterate (context=context@entry=0x7f9404005000, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170 #3 0x00007f941cde91df in g_main_context_iteration (context=0x7f9404005000, may_block=1) at ../glib/gmain.c:4240 #4 0x00007f9420888276 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x56272dd58dc0, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #5 0x00007f942082f72b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7ffcb3239920, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #6 0x00007f9420837a10 in QCoreApplication::exec() () at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #7 0x00007f9420d7419c in QGuiApplication::exec() () at kernel/qguiapplication.cpp:1867 #8 0x00007f94215c59f5 in QApplication::exec() () at kernel/qapplication.cpp:2824 #9 0x000056272cf7f766 in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kdevelop5-21.12.0-1.1.x86_64/app/main.cpp:846 [Inferior 1 (process 10239) detached] Possible duplicates by query: bug 447349, bug 444567, bug 441058, bug 438433, bug 423123. Reported using DrKonqi -- You are receiving this mail because: You are watching all bug changes.