Application: kdevelop (5.2.1) Qt Version: 5.10.1 Frameworks Version: 5.43.0 Operating System: Linux 4.14.21-1-MANJARO x86_64 Distribution: "Manjaro Linux" -- Information about the crash: In this example I just tape "[]]" (and at this moment crased occured) and wanted type "[[deprecated]]" on the top of the structure. My kdevelop crash quite a lot (today 2 times). But sometimes threre are a week without single crash. There is a few special settings -- I use musl cross compilatior so I pass `-DCMAKE_TOOLCHAIN_FILE="arm-musl-target.cmake"` it looks like: ``` SET(_cross_compiler_name "arm-linux-musleabihf") SET(_cross_compiler_prefix "/opt/cross2/${_cross_compiler_name}") # the name of the target operating system SET(CMAKE_SYSTEM_NAME Linux) SET(CMAKE_PREFIX_PATH ${_cross_compiler_prefix}) SET(CMAKE_INSTALL_PREFIX ${_cross_compiler_prefix}) # which C and C++ compiler to use SET(CMAKE_C_COMPILER ${_cross_compiler_name}-gcc) SET(CMAKE_CXX_COMPILER ${_cross_compiler_name}-g++) # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --with-arch=armv7-a --with-float=hard") ``` I am not sure that Kdevelop is looking for header files in `/opt/cross2/${_cross_compiler_name}` or in standard system directory. But mayby this could cause a problem. "zainstalowany" == installed More info: Nazwa : kdevelop Wersja : 5.2.1-2 Opis : C++ IDE using KDE technologies Architektura : x86_64 Adres url : http://www.kdevelop.org/ Licencje : GPL Grupy : Brak Dostarcza : Brak Zależy od : clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee libkomparediff2 qt5-webengine kcmutils threadweaver knewstuff Opcjonalne zależności : konsole: embedded terminal [zainstalowano] git: Git support [zainstalowano] subversion: SVN support [zainstalowano] cvs: CVS support gdb: GNU debugger support [zainstalowano] lldb: LLDB debugger support [zainstalowano] qt5-doc: Qt documentation integration [zainstalowano] cmake: cmake integration [zainstalowano] qt5-tools: qthelp plugin [zainstalowano] okteta: GNU debugger support [zainstalowano] plasma-framework: for the plasma addons [zainstalowano] purpose: patch review plugin [zainstalowano] cppcheck: code analyzer [zainstalowano] heaptrack: memory profiler [zainstalowano] Wymagany przez : Brak Opcjonalny dla : Brak Komfliktuje z : kdevelop-qmljs kdevplatform Zastępuje : kdevelop-qmljs kdevplatform Rozmiar po instalacji : 35,10 MiB Autor pakietu : Antonio Rojas <arojas@archlinux.org> Data zbudowania : śro, 17 sty 2018, 23:11:09 Data zainstalowania : sob, 20 sty 2018, 09:45:42 Powód zainstalowania : Ręczny Skrypt instalacyjny : Nie Potwierdzone przez : Podpis The crash can be reproduced sometimes. -- Backtrace: Application: KDevelop (kdevelop), signal: Segmentation fault Using host libthread_db library "/usr/lib/libthread_db.so.1". [Current thread is 1 (Thread 0x7f06f0a1a8c0 (LWP 16421))] Thread 15 (Thread 0x7f064d932700 (LWP 16721)): #0 0x00007f06ed04597b in poll () at /usr/lib/libc.so.6 #1 0x00007f06e3af5ff3 in () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #4 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #6 0x00007f06eb247422 in () at /usr/lib/libKDevPlatformLanguage.so.52 #7 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #8 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #9 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 14 (Thread 0x7f0670ff5700 (LWP 16548)): #0 0x00007f06ed04597b in poll () at /usr/lib/libc.so.6 #1 0x00007f06e3af5ff3 in () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #4 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #6 0x00007f068808db6a in () at /usr/lib/qt/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so #7 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #8 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #9 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 13 (Thread 0x7f0673fff700 (LWP 16530)): #0 0x00007f06e66e53bd in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x00007f06ed74902c in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x00007f06e20c742f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #3 0x00007f06e20cc479 in () at /usr/lib/libKF5ThreadWeaver.so.5 #4 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #5 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #6 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #7 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #8 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #9 0x00007f06e20c9c83 in ThreadWeaver::Thread::run() () at /usr/lib/libKF5ThreadWeaver.so.5 #10 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #11 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #12 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 12 (Thread 0x7f0680a33700 (LWP 16529)): #0 0x00007f06e66e53bd in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x00007f06ed74902c in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x00007f06e20c742f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #3 0x00007f06e20cc479 in () at /usr/lib/libKF5ThreadWeaver.so.5 #4 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #5 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #6 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #7 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #8 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #9 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #10 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #11 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #12 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #13 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #14 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #15 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #16 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #17 0x00007f06e20c9c83 in ThreadWeaver::Thread::run() () at /usr/lib/libKF5ThreadWeaver.so.5 #18 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #19 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #20 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 11 (Thread 0x7f0681a35700 (LWP 16527)): #0 0x00007f06e66e53bd in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x00007f06ed74902c in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x00007f06e20c742f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #3 0x00007f06e20cc479 in () at /usr/lib/libKF5ThreadWeaver.so.5 #4 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #5 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #6 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #7 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #8 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #9 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #10 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #11 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #12 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #13 0x00007f06e20c9c83 in ThreadWeaver::Thread::run() () at /usr/lib/libKF5ThreadWeaver.so.5 #14 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #15 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #16 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 10 (Thread 0x7f0682236700 (LWP 16526)): [KCrash Handler] #5 0x0000000000001051 in () #6 0x00007f068e80b7eb in () at /usr/lib/libclang.so.5 #7 0x00007f068e80c1f3 in () at /usr/lib/libclang.so.5 #8 0x00007f068b08f159 in llvm::CrashRecoveryContext::~CrashRecoveryContext() () at /usr/lib/../lib/libLLVM-5.0.so #9 0x00007f068e583679 in clang_parseTranslationUnit2FullArgv () at /usr/lib/libclang.so.5 #10 0x00007f068e58391f in clang_parseTranslationUnit2 () at /usr/lib/libclang.so.5 #11 0x00007f069918e1cc in ParseSessionData::ParseSessionData(QVector<UnsavedFile> const&, ClangIndex*, ClangParsingEnvironment const&, QFlags<ParseSessionData::Option>) () at /usr/lib/libKDevClangPrivate.so.30 #12 0x00007f06993d5822 in () at /usr/lib/qt/plugins/kdevplatform/30/kdevclangsupport.so #13 0x00007f06e20cb027 in ThreadWeaver::IdDecorator::run(QSharedPointer<ThreadWeaver::JobInterface>, ThreadWeaver::Thread*) () at /usr/lib/libKF5ThreadWeaver.so.5 #14 0x00007f06e20cb618 in ThreadWeaver::Executor::run(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) () at /usr/lib/libKF5ThreadWeaver.so.5 #15 0x00007f06e20ca610 in ThreadWeaver::Job::execute(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) () at /usr/lib/libKF5ThreadWeaver.so.5 #16 0x00007f06e20c9d45 in ThreadWeaver::Thread::run() () at /usr/lib/libKF5ThreadWeaver.so.5 #17 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #18 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #19 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 9 (Thread 0x7f0682a37700 (LWP 16525)): #0 0x00007f06e66e53bd in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x00007f06ed74902c in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x00007f06e20c742f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #3 0x00007f06e20cc479 in () at /usr/lib/libKF5ThreadWeaver.so.5 #4 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #5 0x00007f06e20cc4d2 in () at /usr/lib/libKF5ThreadWeaver.so.5 #6 0x00007f06e20c6924 in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at /usr/lib/libKF5ThreadWeaver.so.5 #7 0x00007f06e20c9c83 in ThreadWeaver::Thread::run() () at /usr/lib/libKF5ThreadWeaver.so.5 #8 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #9 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #10 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 8 (Thread 0x7f0698c37700 (LWP 16444)): #0 0x00007f06e3af2f2d in () at /usr/lib/libglib-2.0.so.0 #1 0x00007f06e3af5901 in g_main_context_check () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af5f96 in () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #4 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #6 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #7 0x00007f06eb247422 in () at /usr/lib/libKDevPlatformLanguage.so.52 #8 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #9 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #10 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 7 (Thread 0x7f06a27b5700 (LWP 16442)): #0 0x00007f06e3b3cb94 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0 #1 0x00007f06e3af5e9e in () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #4 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #6 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #7 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #8 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 6 (Thread 0x7f06a1fb4700 (LWP 16441)): #0 0x00007f06e66e676f in pthread_getspecific () at /usr/lib/libpthread.so.0 #1 0x00007f06e3b1e791 in g_thread_self () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af60ff in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #4 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #6 0x00007f06e6160379 in () at /usr/lib/libQt5Qml.so.5 #7 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #8 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #9 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 5 (Thread 0x7f06a3868700 (LWP 16436)): #0 0x00007f06e3af2e65 in () at /usr/lib/libglib-2.0.so.0 #1 0x00007f06e3af5901 in g_main_context_check () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af5f96 in () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #4 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #6 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #7 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #8 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #9 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 4 (Thread 0x7f06a64fb700 (LWP 16428)): #0 0x00007f06e66e53bd in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x00007f06ed3c45bd in __gthread_cond_wait (__mutex=<optimized out>, __cond=<optimized out>) at /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu/bits/gthr-default.h:864 #2 0x00007f06ed3c45bd in std::condition_variable::wait(std::unique_lock<std::mutex>&) (this=<optimized out>, __lock=...) at /build/gcc/src/gcc/libstdc++-v3/src/c++11/condition_variable.cc:53 #3 0x00007f06ab50cd09 in () at /usr/lib/libQt5WebKit.so.5 #4 0x00007f06ab50ce59 in () at /usr/lib/libQt5WebKit.so.5 #5 0x00007f06ed3cab9f in std::execute_native_thread_routine(void*) (__p=0x557634af2960) at /build/gcc/src/gcc/libstdc++-v3/src/c++11/thread.cc:83 #6 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #7 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 3 (Thread 0x7f06b45ae700 (LWP 16423)): #0 0x00007f06e3b3cb94 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0 #1 0x00007f06e3af5509 in g_main_context_prepare () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af5f1e in () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #4 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #6 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #7 0x00007f06eb130a21 in () at /usr/lib/libKDevPlatformLanguage.so.52 #8 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #9 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #10 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 2 (Thread 0x7f06bf1c4700 (LWP 16422)): #0 0x00007f06e3af2e37 in () at /usr/lib/libglib-2.0.so.0 #1 0x00007f06e3af544b in g_main_context_prepare () at /usr/lib/libglib-2.0.so.0 #2 0x00007f06e3af5f1e in () at /usr/lib/libglib-2.0.so.0 #3 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #4 0x00007f06ed991314 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #5 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #6 0x00007f06ed7427ae in QThread::exec() () at /usr/lib/libQt5Core.so.5 #7 0x00007f06ef6e0416 in () at /usr/lib/libQt5DBus.so.5 #8 0x00007f06ed747b4d in () at /usr/lib/libQt5Core.so.5 #9 0x00007f06e66df08c in start_thread () at /usr/lib/libpthread.so.0 #10 0x00007f06ed04fe7f in clone () at /usr/lib/libc.so.6 Thread 1 (Thread 0x7f06f0a1a8c0 (LWP 16421)): #0 0x00007f06ed04597b in poll () at /usr/lib/libc.so.6 #1 0x00007f06c4f374ab in () at /usr/lib/libwayland-client.so.0 #2 0x00007f06c4f38b8e in wl_display_dispatch_queue () at /usr/lib/libwayland-client.so.0 #3 0x00007f06c51996ee in QtWaylandClient::QWaylandDisplay::blockingReadEvents() () at /usr/lib/libQt5WaylandClient.so.5 #4 0x00007f06c5194e1a in QtWaylandClient::QWaylandShmBackingStore::resize(QSize const&) () at /usr/lib/libQt5WaylandClient.so.5 #5 0x00007f06c51950aa in QtWaylandClient::QWaylandShmBackingStore::beginPaint(QRegion const&) () at /usr/lib/libQt5WaylandClient.so.5 #6 0x00007f06ee05007c in QBackingStore::beginPaint(QRegion const&) () at /usr/lib/libQt5Gui.so.5 #7 0x00007f06ee6c26ab in () at /usr/lib/libQt5Widgets.so.5 #8 0x00007f06ee6c2b55 in () at /usr/lib/libQt5Widgets.so.5 #9 0x00007f06ee6da842 in QWidgetPrivate::syncBackingStore() () at /usr/lib/libQt5Widgets.so.5 #10 0x00007f06ee6f3309 in QWidget::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5 #11 0x00007f06ee80be91 in QMainWindow::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5 #12 0x00007f06e97c745b in KMainWindow::event(QEvent*) () at /usr/lib/libKF5XmlGui.so.5 #13 0x00007f06e98189d6 in KXmlGuiWindow::event(QEvent*) () at /usr/lib/libKF5XmlGui.so.5 #14 0x00007f06ee6b2fec in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #15 0x00007f06ee6ba9c6 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #16 0x00007f06ed934da0 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5 #17 0x00007f06ed937a06 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/libQt5Core.so.5 #18 0x00007f06ed991d04 in () at /usr/lib/libQt5Core.so.5 #19 0x00007f06e3af5e38 in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0 #20 0x00007f06e3af6081 in () at /usr/lib/libglib-2.0.so.0 #21 0x00007f06e3af610e in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #22 0x00007f06ed9912f1 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #23 0x00007f06c51d14a2 in () at /usr/lib/libQt5WaylandClient.so.5 #24 0x00007f06ed9333db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #25 0x00007f06ed93c7d8 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5 #26 0x0000557633d4ea3c in () #27 0x00007f06ecf7af4a in __libc_start_main () at /usr/lib/libc.so.6 #28 0x0000557633d4efea in _start () Reported using DrKonqi
I've see the same regularly with clang5 - I fear it's something that needs to be fixed upstream... or workarounded on our side :(
Thank you for the crash report. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!