Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-2821

Segfault when changing files on the command line that are open in QtCreator

XMLWordPrintable

      I reverted some changes in a file that was also open in QtCreator via git checkout.

      Stacktrace:

      (gdb) thread apply all bt
      
      Thread 20 (Thread 3364):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb7030e6f4f in WTF::TCMalloc_PageHeap::scavengerThread() () from /home/kkoehne/dev/qt/qt-4.7/lib/libQtWebKit.so.4
      #2  0x00007fb7030e6524 in WTF::TCMalloc_PageHeap::runScavengerThread(void*) () from /home/kkoehne/dev/qt/qt-4.7/lib/libQtWebKit.so.4
      #3  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #4  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #5  0x0000000000000000 in ?? ()
      
      Thread 19 (Thread 3346):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0x261cc20, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x24deda8, mutex=0x24deda0, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x24ded90) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x24ded90) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 18 (Thread 3335):
      #0  0x00007fb711a806b3 in poll () from /lib64/libc.so.6
      #1  0x00007fb711103fd4 in ?? () from /usr/lib64/libglib-2.0.so.0
      #2  0x00007fb711104510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      #3  0x00007fb71289f1ad in QEventDispatcherGlib::processEvents (this=0x7fb6f00175c0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:415
      #4  0x00007fb712863c6e in QEventLoop::processEvents (this=0x7fb6f724fd90, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:149
      #5  0x00007fb712863dc2 in QEventLoop::exec (this=0x7fb6f724fd90, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:201
      #6  0x00007fb7127467f2 in QThread::exec (this=0x6ea010) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread.cpp:490
      #7  0x00007fb712842a74 in QInotifyFileSystemWatcherEngine::run (this=0x6ea010) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/io/qfilesystemwatcher_inotify.cpp:248
      #8  0x00007fb712748fdc in QThreadPrivate::start (arg=0x6ea010) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #9  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #10 0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #11 0x0000000000000000 in ?? ()
      
      Thread 17 (Thread 3331):
      #0  0x00007fb711a806b3 in poll () from /lib64/libc.so.6
      #1  0x00007fb711103fd4 in ?? () from /usr/lib64/libglib-2.0.so.0
      #2  0x00007fb711104510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      #3  0x00007fb71289f1ad in QEventDispatcherGlib::processEvents (this=0xf1ee00, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:415
      #4  0x00007fb712863c6e in QEventLoop::processEvents (this=0x7fb6fd0c5d90, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:149
      #5  0x00007fb712863dc2 in QEventLoop::exec (this=0x7fb6fd0c5d90, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:201
      #6  0x00007fb7127467f2 in QThread::exec (this=0xf88060) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread.cpp:490
      #7  0x00007fb712842a74 in QInotifyFileSystemWatcherEngine::run (this=0xf88060) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/io/qfilesystemwatcher_inotify.cpp:248
      #8  0x00007fb712748fdc in QThreadPrivate::start (arg=0xf88060) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #9  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #10 0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #11 0x0000000000000000 in ?? ()
      
      Thread 16 (Thread 3327):
      #0  0x00007fb711a806b3 in poll () from /lib64/libc.so.6
      #1  0x00007fb711103fd4 in ?? () from /usr/lib64/libglib-2.0.so.0
      #2  0x00007fb711104510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      #3  0x00007fb71289f1ad in QEventDispatcherGlib::processEvents (this=0xe32b20, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:415
      #4  0x00007fb712863c6e in QEventLoop::processEvents (this=0x7fb6fe2fadc0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:149
      #5  0x00007fb712863dc2 in QEventLoop::exec (this=0x7fb6fe2fadc0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:201
      #6  0x00007fb7127467f2 in QThread::exec (this=0xe27aa0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread.cpp:490
      #7  0x00007fb70df84f98 in Core::Internal::RssFetcher::run (this=0xe27aa0) at /home/kkoehne/dev/creator/src/plugins/coreplugin/rssfetcher.cpp:132
      #8  0x00007fb712748fdc in QThreadPrivate::start (arg=0xe27aa0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #9  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #10 0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #11 0x0000000000000000 in ?? ()
      
      Thread 15 (Thread 3321):
      #0  0x00007fb711a806b3 in poll () from /lib64/libc.so.6
      #1  0x00007fb711103fd4 in ?? () from /usr/lib64/libglib-2.0.so.0
      #2  0x00007fb711104510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      #3  0x00007fb71289f1ad in QEventDispatcherGlib::processEvents (this=0x8d77e0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:415
      #4  0x00007fb712863c6e in QEventLoop::processEvents (this=0x7fb6ff535dc0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:149
      #5  0x00007fb712863dc2 in QEventLoop::exec (this=0x7fb6ff535dc0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:201
      #6  0x00007fb7127467f2 in QThread::exec (this=0x89e4a0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread.cpp:490
      #7  0x00007fb712746992 in QThread::run (this=0x89e4a0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread.cpp:555
      #8  0x00007fb712748fdc in QThreadPrivate::start (arg=0x89e4a0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #9  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #10 0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #11 0x0000000000000000 in ?? ()
      
      Thread 14 (Thread 3319):
      #0  0x00007fb711a82e13 in select () from /lib64/libc.so.6
      #1  0x00007fb71283d538 in QProcessManager::run (this=0x7fb712bf5aa0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/io/qprocess_unix.cpp:245
      #2  0x00007fb712748fdc in QThreadPrivate::start (arg=0x7fb712bf5aa0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #3  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #4  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #5  0x0000000000000000 in ?? ()
      
      ---Type <return> to continue, or q <return> to quit---
      Thread 13 (Thread 3562):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0x54a0d70, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x54b15b8, mutex=0x54b15b0, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x54b15a0) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x54b15a0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 12 (Thread 3563):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0x6313430, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x6312f78, mutex=0x6312f70, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x6312f60) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x6312f60) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 11 (Thread 3336):
      #0  0x00007fb711a806b3 in poll () from /lib64/libc.so.6
      #1  0x00007fb711103fd4 in ?? () from /usr/lib64/libglib-2.0.so.0
      #2  0x00007fb711104510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      #3  0x00007fb71289f1ad in QEventDispatcherGlib::processEvents (this=0xa5b480, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:415
      #4  0x00007fb712863c6e in QEventLoop::processEvents (this=0x7fb6f6a4ed90, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:149
      #5  0x00007fb712863dc2 in QEventLoop::exec (this=0x7fb6f6a4ed90, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:201
      #6  0x00007fb7127467f2 in QThread::exec (this=0xdfaa30) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread.cpp:490
      #7  0x00007fb712842a74 in QInotifyFileSystemWatcherEngine::run (this=0xdfaa30) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/io/qfilesystemwatcher_inotify.cpp:248
      #8  0x00007fb712748fdc in QThreadPrivate::start (arg=0xdfaa30) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #9  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #10 0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #11 0x0000000000000000 in ?? ()
      
      Thread 10 (Thread 3577):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0x547e890, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x5dac418, mutex=0x5dac410, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x5dac400) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x5dac400) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 9 (Thread 3613):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0x60727c0, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x6072308, mutex=0x6072300, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x60722f0) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x60722f0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 8 (Thread 3773):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0x780710, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x5aae2f8, mutex=0x5aae2f0, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x5aae2e0) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x5aae2e0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 7 (Thread 5191):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0x6a5cad0, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x6a27668, mutex=0x6a27660, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x6a27650) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x6a27650) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 6 (Thread 3326):
      #0  0x00007fb711a806b3 in poll () from /lib64/libc.so.6
      #1  0x00007fb711103fd4 in ?? () from /usr/lib64/libglib-2.0.so.0
      #2  0x00007fb711104510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      #3  0x00007fb71289f1ad in QEventDispatcherGlib::processEvents (this=0xdbc100, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:415
      #4  0x00007fb712863c6e in QEventLoop::processEvents (this=0x7fb6feafbdc0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:149
      #5  0x00007fb712863dc2 in QEventLoop::exec (this=0x7fb6feafbdc0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:201
      #6  0x00007fb7127467f2 in QThread::exec (this=0xdc8b30) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread.cpp:490
      #7  0x00007fb70df84f98 in Core::Internal::RssFetcher::run (this=0xdc8b30) at /home/kkoehne/dev/creator/src/plugins/coreplugin/rssfetcher.cpp:132
      ---Type <return> to continue, or q <return> to quit---
      #8  0x00007fb712748fdc in QThreadPrivate::start (arg=0xdc8b30) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #9  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #10 0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #11 0x0000000000000000 in ?? ()
      
      Thread 5 (Thread 5355):
      #0  0x00007fb71249b709 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4b1 in QWaitConditionPrivate::wait (this=0x6a1bb0, time=30000) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:86
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x682e68, mutex=0x682e60, time=30000) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb71273a69d in QThreadPoolThread::run (this=0x7fb6f8026510) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/concurrent/qthreadpool.cpp:140
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x7fb6f8026510) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 4 (Thread 5510):
      #0  0x00007fb71249b709 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4b1 in QWaitConditionPrivate::wait (this=0x6a1bb0, time=30000) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:86
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x682e68, mutex=0x682e60, time=30000) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb71273a69d in QThreadPoolThread::run (this=0x7fb6f82b4b80) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/concurrent/qthreadpool.cpp:140
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x7fb6f82b4b80) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 3 (Thread 3363):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb70cfe9bbd in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x7fb70d374580) at /home/kkoehne/dev/qt/qt-4.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
      #2  0x00007fb70cfe91fc in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x7fb70d374580) at /home/kkoehne/dev/qt/qt-4.7/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
      #3  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #4  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #5  0x0000000000000000 in ?? ()
      
      Thread 2 (Thread 3560):
      #0  0x00007fb71249b39c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
      #1  0x00007fb71274a4cd in QWaitConditionPrivate::wait (this=0xf7d0f0, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:88
      #2  0x00007fb71274a275 in QWaitCondition::wait (this=0x5b46a18, mutex=0x5b46a10, time=18446744073709551615) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qwaitcondition_unix.cpp:160
      #3  0x00007fb707f86c05 in CppEditor::Internal::SemanticHighlighter::run (this=0x5b46a00) at /home/kkoehne/dev/creator/src/plugins/cppeditor/cppeditor.cpp:2081
      #4  0x00007fb712748fdc in QThreadPrivate::start (arg=0x5b46a00) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/thread/qthread_unix.cpp:285
      #5  0x00007fb712496a4f in start_thread () from /lib64/libpthread.so.0
      #6  0x00007fb711a8982d in clone () from /lib64/libc.so.6
      #7  0x0000000000000000 in ?? ()
      
      Thread 1 (Thread 3317):
      #0  0x00007fb708c7144d in ProjectExplorer::Internal::FlatModel::removed (this=0xef9150, parentNode=0x177e1e0, newNodeList=...) at /home/kkoehne/dev/creator/src/plugins/projectexplorer/projectmodels.cpp:639
      #1  0x00007fb708c71c15 in ProjectExplorer::Internal::FlatModel::filesAboutToBeRemoved (this=0xef9150, folder=0x18ac2c0, staleFiles=...) at /home/kkoehne/dev/creator/src/plugins/projectexplorer/projectmodels.cpp:728
      #2  0x00007fb708cd16a6 in ProjectExplorer::Internal::FlatModel::qt_metacall (this=0xef9150, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0x7fff67000510)
          at /home/kkoehne/dev/creator/src/plugins/projectexplorer/.moc/debug-shared/moc_projectmodels.cpp:100
      #3  0x00007fb71286e27f in QMetaObject::metacall (object=0xef9150, cl=QMetaObject::InvokeMetaMethod, idx=32, argv=0x7fff67000510) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qmetaobject.cpp:237
      #4  0x00007fb7128830b5 in QMetaObject::activate (sender=0xef9060, m=0x7fb708fb6a40, local_signal_index=6, argv=0x7fff67000510) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qobject.cpp:3272
      #5  0x00007fb708cd0cd1 in ProjectExplorer::NodesWatcher::filesAboutToBeRemoved (this=0xef9060, _t1=0x18ac2c0, _t2=...) at /home/kkoehne/dev/creator/src/plugins/projectexplorer/.moc/debug-shared/moc_projectnodes.cpp:413
      #6  0x00007fb708c5e9ab in ProjectExplorer::ProjectNode::removeFileNodes (this=0x177e1e0, files=..., folder=0x18ac2c0) at /home/kkoehne/dev/creator/src/plugins/projectexplorer/projectnodes.cpp:534
      #7  0x00007fb7006dfdf6 in Qt4ProjectManager::Internal::InternalNode::updateFiles (this=0x5b44ac0, projectNode=0x177e1e0, folder=0x18ac2c0, type=ProjectExplorer::UnknownFileType)
          at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4nodes.cpp:478
      #8  0x00007fb7006def83 in Qt4ProjectManager::Internal::InternalNode::updateSubFolders (this=0x5b44ac0, projectNode=0x177e1e0, folder=0x18ac2c0) at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4nodes.cpp:376
      #9  0x00007fb7006df6dc in Qt4ProjectManager::Internal::InternalNode::updateSubFolders (this=0x45a30a0, projectNode=0x177e1e0, folder=0x18a6810) at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4nodes.cpp:435
      #10 0x00007fb7006df6dc in Qt4ProjectManager::Internal::InternalNode::updateSubFolders (this=0x5b6e760, projectNode=0x177e1e0, folder=0x18a0c80) at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4nodes.cpp:435
      #11 0x00007fb7006df6dc in Qt4ProjectManager::Internal::InternalNode::updateSubFolders (this=0x7410b20, projectNode=0x177e1e0, folder=0x18a5d30) at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4nodes.cpp:435
      #12 0x00007fb7006df6dc in Qt4ProjectManager::Internal::InternalNode::updateSubFolders (this=0x7fff670011a0, projectNode=0x177e1e0, folder=0x177e1e0) at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4nodes.cpp:435
      #13 0x00007fb7006d1cd0 in Qt4ProjectManager::Internal::Qt4PriFileNode::folderChanged (this=0x177e1e0) at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4nodes.cpp:704
      #14 0x00007fb7006c5d35 in Qt4ProjectManager::Internal::CentralizedFolderWatcher::folderChanged (this=0x17303a8, folder=...) at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/qt4project.cpp:1241
      #15 0x00007fb7008554eb in Qt4ProjectManager::Internal::CentralizedFolderWatcher::qt_metacall (this=0x17303a8, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fff67001600)
          at /home/kkoehne/dev/creator/src/plugins/qt4projectmanager/.moc/debug-shared/moc_qt4project.cpp:124
      #16 0x00007fb71286e27f in QMetaObject::metacall (object=0x17303a8, cl=QMetaObject::InvokeMetaMethod, idx=4, argv=0x7fff67001600) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qmetaobject.cpp:237
      #17 0x00007fb7128830b5 in QMetaObject::activate (sender=0x17303b8, m=0x7fb712becaa0, local_signal_index=1, argv=0x7fff67001600) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qobject.cpp:3272
      #18 0x00007fb712835f31 in QFileSystemWatcher::directoryChanged (this=0x17303b8, _t1=...) at .moc/debug-shared/moc_qfilesystemwatcher.cpp:102
      #19 0x00007fb712835010 in QFileSystemWatcherPrivate::_q_directoryChanged (this=0x1733510, path=..., removed=false) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/io/qfilesystemwatcher.cpp:352
      #20 0x00007fb712835e82 in QFileSystemWatcher::qt_metacall (this=0x17303b8, _c=QMetaObject::InvokeMetaMethod, _id=3, _a=0x6fc11c0) at .moc/debug-shared/moc_qfilesystemwatcher.cpp:83
      #21 0x00007fb71286e27f in QMetaObject::metacall (object=0x17303b8, cl=QMetaObject::InvokeMetaMethod, idx=7, argv=0x6fc11c0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qmetaobject.cpp:237
      #22 0x00007fb71287d752 in QMetaCallEvent::placeMetaCall (this=0x5577d90, object=0x17303b8) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qobject.cpp:534
      #23 0x00007fb71287e9d3 in QObject::event (this=0x17303b8, e=0x5577d90) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qobject.cpp:1211
      #24 0x00007fb71319a016 in QApplicationPrivate::notify_helper (this=0x613060, receiver=0x17303b8, e=0x5577d90) at /home/kkoehne/dev/qt/qt-4.7/src/gui/kernel/qapplication.cpp:4445
      #25 0x00007fb71319763a in QApplication::notify (this=0x7fff67002450, receiver=0x17303b8, e=0x5577d90) at /home/kkoehne/dev/qt/qt-4.7/src/gui/kernel/qapplication.cpp:3845
      #26 0x00007fb71286610b in QCoreApplication::notifyInternal (this=0x7fff67002450, receiver=0x17303b8, event=0x5577d90) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qcoreapplication.cpp:732
      #27 0x00007fb71318acb7 in QCoreApplication::sendEvent (receiver=0x17303b8, event=0x5577d90) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
      #28 0x00007fb712867344 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x613220) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qcoreapplication.cpp:1373
      #29 0x00007fb712866f65 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qcoreapplication.cpp:1266
      #30 0x00007fb713265cc9 in QCoreApplication::sendPostedEvents () at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
      #31 0x00007fb71289e8e4 in postEventSourceDispatch (s=0x61c000) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:277
      #32 0x00007fb711103a93 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
      #33 0x00007fb711104270 in ?? () from /usr/lib64/libglib-2.0.so.0
      #34 0x00007fb711104510 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
      #35 0x00007fb71289f1ad in QEventDispatcherGlib::processEvents (this=0x6185b0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventdispatcher_glib.cpp:415
      ---Type <return> to continue, or q <return> to quit---
      #36 0x00007fb713271f0e in QGuiEventDispatcherGlib::processEvents (this=0x6185b0, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/gui/kernel/qguieventdispatcher_glib.cpp:204
      #37 0x00007fb712863c6e in QEventLoop::processEvents (this=0x7fff67002370, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:149
      #38 0x00007fb712863dc2 in QEventLoop::exec (this=0x7fff67002370, flags=...) at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qeventloop.cpp:201
      #39 0x00007fb7128667fe in QCoreApplication::exec () at /home/kkoehne/dev/qt/qt-4.7/src/corelib/kernel/qcoreapplication.cpp:1009
      #40 0x00007fb7131971b2 in QApplication::exec () at /home/kkoehne/dev/qt/qt-4.7/src/gui/kernel/qapplication.cpp:3719
      #41 0x000000000040a6c7 in main (argc=1, argv=0x7fff67002c88) at /home/kkoehne/dev/creator/src/app/main.cpp:326
      

        1. debugoutput
          3 kB
          Daniel Teske
        2. debugoutput
          3 kB
          Daniel Teske
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dt Daniel Teske
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes