Bug 348246 - KDevelop crashes when reloading an already open PHP project
Summary: KDevelop crashes when reloading an already open PHP project
Status: RESOLVED DUPLICATE of bug 331227
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.7.0
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-05-26 12:48 UTC by Markus
Modified: 2016-09-05 13:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus 2015-05-26 12:48:00 UTC
Application: kdevelop (4.7.0)
KDE Platform Version: 4.14.2
Qt Version: 4.8.7
Operating System: Linux 3.16.0-4-amd64 x86_64
Distribution: Debian GNU/Linux testing (stretch)

-- Information about the crash:
I can reproduce this crash every time following those steps:

1. Open KDevelop (this automatically preloads my project)
2. Re-open the project using the button on the welcome screen
3. Confirm, that I want to re-open the project (now the project is shown without any files)
4. If I right-click on the project folder and say "Reload", KDevelop crashes

The crash can be reproduced every time.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f33a03b5800 (LWP 1612))]

Thread 16 (Thread 0x7f33822bb700 (LWP 1613)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f3398f54a3a in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x00007f3398f54a69 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x00007f339bdda0a4 in start_thread (arg=0x7f33822bb700) at pthread_create.c:309
#4  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 15 (Thread 0x7f3300ac9700 (LWP 1630)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00007f339d0bfd44 in wait (time=1000, this=0x2c2abd0) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=this@entry=0x2c207e8, mutex=mutex@entry=0x2c207f0, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f33999ce996 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x2c207d0) at /tmp/buildd/kdevplatform-1.7.0/language/duchain/duchain.cpp:283
#4  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x2c207d0) at thread/qthread_unix.cpp:352
#5  0x00007f339bdda0a4 in start_thread (arg=0x7f3300ac9700) at pthread_create.c:309
#6  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7f32f3792700 (LWP 1647)):
#0  0x00007f339ca6b50d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f33968dcebc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f33968dcfcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f339d1f8e77 in QEventDispatcherGlib::processEvents (this=0x7f32ec0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f339d1c83b1 in QEventLoop::processEvents (this=this@entry=0x7f32f3791dd0, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f339d1c8715 in QEventLoop::exec (this=this@entry=0x7f32f3791dd0, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007f339d0bce99 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:538
#7  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x3473cb8) at thread/qthread_unix.cpp:352
#8  0x00007f339bdda0a4 in start_thread (arg=0x7f32f3792700) at pthread_create.c:309
#9  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7f32e9fc6700 (LWP 1745)):
#0  0x00007f339ca6b50d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f33968dcebc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f33968dcfcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f339d1f8e77 in QEventDispatcherGlib::processEvents (this=0x7f32e00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f339d1c83b1 in QEventLoop::processEvents (this=this@entry=0x7f32e9fc5dd0, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f339d1c8715 in QEventLoop::exec (this=this@entry=0x7f32e9fc5dd0, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007f339d0bce99 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:538
#7  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x36a7a10) at thread/qthread_unix.cpp:352
#8  0x00007f339bdda0a4 in start_thread (arg=0x7f32e9fc6700) at pthread_create.c:309
#9  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7f32d1df2700 (LWP 1804)):
#0  0x00007f339ca6b50d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f33968dcebc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f33968dcfcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f339d1f8e77 in QEventDispatcherGlib::processEvents (this=0x7f32c430dc70, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f339d1c83b1 in QEventLoop::processEvents (this=this@entry=0x7f32d1df1d80, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f339d1c8715 in QEventLoop::exec (this=this@entry=0x7f32d1df1d80, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007f339d0bce99 in QThread::exec (this=this@entry=0x3f91f80) at thread/qthread.cpp:538
#7  0x00007f339d1a8c03 in QInotifyFileSystemWatcherEngine::run (this=0x3f91f80) at io/qfilesystemwatcher_inotify.cpp:265
#8  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x3f91f80) at thread/qthread_unix.cpp:352
#9  0x00007f339bdda0a4 in start_thread (arg=0x7f32d1df2700) at pthread_create.c:309
#10 0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7f32d25f3700 (LWP 1839)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1764420) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x17642f8, mutex=0x17645a0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x17642d0, th=0x3a0f640) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1764630, th=0x3a0f640, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1764630, th=0x3a0f640, previous=0x6108c20) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480322f in ThreadWeaver::Thread::run (this=0x3a0f640) at ../../../threadweaver/Weaver/Thread.cpp:98
#7  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x3a0f640) at thread/qthread_unix.cpp:352
#8  0x00007f339bdda0a4 in start_thread (arg=0x7f32d25f3700) at pthread_create.c:309
#9  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7f32dbef1700 (LWP 1840)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1764420) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x17642f8, mutex=0x17645a0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x17642d0, th=0x35e7c10) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1764630, th=0x35e7c10, previous=0x6500200) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480322f in ThreadWeaver::Thread::run (this=0x35e7c10) at ../../../threadweaver/Weaver/Thread.cpp:98
#6  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x35e7c10) at thread/qthread_unix.cpp:352
#7  0x00007f339bdda0a4 in start_thread (arg=0x7f32dbef1700) at pthread_create.c:309
#8  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7f32db6f0700 (LWP 1881)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x156be30) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x156be30, previous=0x3a0e260) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480322f in ThreadWeaver::Thread::run (this=0x156be30) at ../../../threadweaver/Weaver/Thread.cpp:98
#6  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x156be30) at thread/qthread_unix.cpp:352
#7  0x00007f339bdda0a4 in start_thread (arg=0x7f32db6f0700) at pthread_create.c:309
#8  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 8 (Thread 0x7f32daeef700 (LWP 2012)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x127d770) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x127d770, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x127d770, previous=0x42dda90) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480322f in ThreadWeaver::Thread::run (this=0x127d770) at ../../../threadweaver/Weaver/Thread.cpp:98
#7  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x127d770) at thread/qthread_unix.cpp:352
#8  0x00007f339bdda0a4 in start_thread (arg=0x7f32daeef700) at pthread_create.c:309
#9  0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 7 (Thread 0x7f32da6ee700 (LWP 2013)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x1599f30) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#7  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#10 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#11 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1599f30, previous=0x4283290) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#12 0x00007f339480322f in ThreadWeaver::Thread::run (this=0x1599f30) at ../../../threadweaver/Weaver/Thread.cpp:98
#13 0x00007f339d0bf80f in QThreadPrivate::start (arg=0x1599f30) at thread/qthread_unix.cpp:352
#14 0x00007f339bdda0a4 in start_thread (arg=0x7f32da6ee700) at pthread_create.c:309
#15 0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7f32d9eed700 (LWP 2101)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x4155960) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#7  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#10 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#11 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#12 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#13 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#14 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x4155960, previous=0x1628170) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#15 0x00007f339480322f in ThreadWeaver::Thread::run (this=0x4155960) at ../../../threadweaver/Weaver/Thread.cpp:98
#16 0x00007f339d0bf80f in QThreadPrivate::start (arg=0x4155960) at thread/qthread_unix.cpp:352
#17 0x00007f339bdda0a4 in start_thread (arg=0x7f32d9eed700) at pthread_create.c:309
#18 0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7f32d96ec700 (LWP 2102)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x1506c40) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1506c40, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1506c40, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1506c40, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#7  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1506c40, previous=0x5e8d590) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x00007f339480322f in ThreadWeaver::Thread::run (this=0x1506c40) at ../../../threadweaver/Weaver/Thread.cpp:98
#9  0x00007f339d0bf80f in QThreadPrivate::start (arg=0x1506c40) at thread/qthread_unix.cpp:352
#10 0x00007f339bdda0a4 in start_thread (arg=0x7f32d96ec700) at pthread_create.c:309
#11 0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7f32d15f1700 (LWP 2135)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x415cb90) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#7  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#10 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#11 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#12 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#13 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#14 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#15 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#16 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#17 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x415cb90, previous=0x415caf0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#18 0x00007f339480322f in ThreadWeaver::Thread::run (this=0x415cb90) at ../../../threadweaver/Weaver/Thread.cpp:98
#19 0x00007f339d0bf80f in QThreadPrivate::start (arg=0x415cb90) at thread/qthread_unix.cpp:352
#20 0x00007f339bdda0a4 in start_thread (arg=0x7f32d15f1700) at pthread_create.c:309
#21 0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f32d0df0700 (LWP 2136)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x16e56a0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x16e56a0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x16e56a0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x16e56a0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#7  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x16e56a0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x16e56a0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x16e56a0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#10 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x16e56a0, previous=0x1620d60) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#11 0x00007f339480322f in ThreadWeaver::Thread::run (this=0x16e56a0) at ../../../threadweaver/Weaver/Thread.cpp:98
#12 0x00007f339d0bf80f in QThreadPrivate::start (arg=0x16e56a0) at thread/qthread_unix.cpp:352
#13 0x00007f339bdda0a4 in start_thread (arg=0x7f32d0df0700) at pthread_create.c:309
#14 0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7f32abfff700 (LWP 2173)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f339d0bfd66 in wait (time=18446744073709551615, this=0x1629250) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x1630208, mutex=0x14fd9d0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f339480186c in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x16301e0, th=0x1638bf0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x00007f3394804743 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#7  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#10 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#11 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#12 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#13 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#14 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#15 0x00007f339480475c in ThreadWeaver::WorkingHardState::applyForWork (this=0x1480eb0, th=0x1638bf0, previous=0x412a360) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#16 0x00007f339480322f in ThreadWeaver::Thread::run (this=0x1638bf0) at ../../../threadweaver/Weaver/Thread.cpp:98
#17 0x00007f339d0bf80f in QThreadPrivate::start (arg=0x1638bf0) at thread/qthread_unix.cpp:352
#18 0x00007f339bdda0a4 in start_thread (arg=0x7f32abfff700) at pthread_create.c:309
#19 0x00007f339ca7404d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f33a03b5800 (LWP 1612)):
[KCrash Handler]
#6  QList (l=..., this=this@entry=0x7ffef21c2e80) at /usr/include/qt4/QtCore/qlist.h:122
#7  QStringList (l=..., this=this@entry=0x7ffef21c2e80) at /usr/include/qt4/QtCore/qstringlist.h:71
#8  KDevelop::IPlugin::extensions (this=this@entry=0x6500170) at /tmp/buildd/kdevplatform-1.7.0/interfaces/iplugin.cpp:154
#9  0x00007f339f82ea7b in extension<KDevelop::IProjectFileManager> (this=0x6500170) at /tmp/buildd/kdevplatform-1.7.0/interfaces/iplugin.h:177
#10 KDevelop::Project::projectFileManager (this=<optimized out>) at /tmp/buildd/kdevplatform-1.7.0/shell/project.cpp:653
#11 0x00007f32e80178c4 in ProjectManagerViewPlugin::reloadFromContextMenu (this=<optimized out>) at /tmp/buildd/kdevplatform-1.7.0/plugins/projectmanagerview/projectmanagerviewplugin.cpp:478
#12 0x00007f339d1de85c in QMetaObject::activate (sender=sender@entry=0x11e6540, m=m@entry=0x7f339e1ea940 <QAction::staticMetaObject>, local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7ffef21c30b0) at kernel/qobject.cpp:3567
#13 0x00007f339d6f3012 in QAction::triggered (this=this@entry=0x11e6540, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
#14 0x00007f339d6f4b97 in QAction::activate (this=this@entry=0x11e6540, event=event@entry=QAction::Trigger) at kernel/qaction.cpp:1257
#15 0x00007f339db4cc1d in QMenuPrivate::activateCausedStack (this=this@entry=0x61e28c0, causedStack=..., action=action@entry=0x11e6540, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1037
#16 0x00007f339db515e9 in QMenuPrivate::activateAction (this=0x61e28c0, action=0x11e6540, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1129
#17 0x00007f339db550e9 in QMenu::mouseReleaseEvent (this=this@entry=0x7ffef21c4050, e=e@entry=0x7ffef21c37c0) at widgets/qmenu.cpp:2371
#18 0x00007f339e7bb013 in KMenu::mouseReleaseEvent (this=0x7ffef21c4050, e=0x7ffef21c37c0) at ../../kdeui/widgets/kmenu.cpp:464
#19 0x00007f339d74fac8 in QWidget::event (this=0x7ffef21c4050, event=0x7ffef21c37c0) at kernel/qwidget.cpp:8775
#20 0x00007f339db555cb in QMenu::event (this=0x7ffef21c4050, e=0x7ffef21c37c0) at widgets/qmenu.cpp:2480
#21 0x00007f339d6f97bc in QApplicationPrivate::notify_helper (this=this@entry=0x109a2c0, receiver=receiver@entry=0x7ffef21c4050, e=e@entry=0x7ffef21c37c0) at kernel/qapplication.cpp:4570
#22 0x00007f339d70043f in QApplication::notify (this=this@entry=0x7ffef21c5130, receiver=receiver@entry=0x7ffef21c4050, e=e@entry=0x7ffef21c37c0) at kernel/qapplication.cpp:4113
#23 0x00007f339e6f31aa in KApplication::notify (this=0x7ffef21c5130, receiver=0x7ffef21c4050, event=0x7ffef21c37c0) at ../../kdeui/kernel/kapplication.cpp:311
#24 0x00007f339d1c985d in QCoreApplication::notifyInternal (this=0x7ffef21c5130, receiver=receiver@entry=0x7ffef21c4050, event=event@entry=0x7ffef21c37c0) at kernel/qcoreapplication.cpp:955
#25 0x00007f339d6ffa9f in sendEvent (event=<optimized out>, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#26 QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x7ffef21c4050, event=event@entry=0x7ffef21c37c0, alienWidget=alienWidget@entry=0x0, nativeWidget=nativeWidget@entry=0x7ffef21c4050, buttonDown=buttonDown@entry=0x7f339e2235a8 <qt_button_down>, lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:3178
#27 0x00007f339d779b8a in QETWidget::translateMouseEvent (this=this@entry=0x7ffef21c4050, event=event@entry=0x7ffef21c3af0) at kernel/qapplication_x11.cpp:4480
#28 0x00007f339d7781ec in QApplication::x11ProcessEvent (this=0x7ffef21c5130, event=event@entry=0x7ffef21c3af0) at kernel/qapplication_x11.cpp:3663
#29 0x00007f339d7a1292 in x11EventSourceDispatch (s=0x109ae00, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#30 0x00007f33968dcc3d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007f33968dcf20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007f33968dcfcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#33 0x00007f339d1f8e5d in QEventDispatcherGlib::processEvents (this=0x108ae80, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#34 0x00007f339d7a1356 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#35 0x00007f339d1c83b1 in QEventLoop::processEvents (this=this@entry=0x7ffef21c3ee0, flags=...) at kernel/qeventloop.cpp:149
#36 0x00007f339d1c8715 in QEventLoop::exec (this=this@entry=0x7ffef21c3ee0, flags=...) at kernel/qeventloop.cpp:204
#37 0x00007f339db541c7 in QMenu::exec (this=this@entry=0x7ffef21c4050, p=..., action=action@entry=0x0) at widgets/qmenu.cpp:2124
#38 0x00007f32e802261f in ProjectTreeView::popupContextMenu (this=0x38a71f0, pos=...) at /tmp/buildd/kdevplatform-1.7.0/plugins/projectmanagerview/projecttreeview.cpp:356
#39 0x00007f32e8022fd9 in ProjectTreeView::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at /tmp/buildd/kdevplatform-1.7.0/obj-x86_64-linux-gnu/plugins/projectmanagerview/projecttreeview.moc:64
#40 0x00007f339d1de85c in QMetaObject::activate (sender=0x38a71f0, m=m@entry=0x7f339e1ec780 <QWidget::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7ffef21c4200) at kernel/qobject.cpp:3567
#41 0x00007f339d741872 in QWidget::customContextMenuRequested (this=<optimized out>, _t1=...) at .moc/release-shared/moc_qwidget.cpp:373
#42 0x00007f339d75084f in QWidget::event (this=0x38a71f0, event=0x7ffef21c4860) at kernel/qwidget.cpp:8570
#43 0x00007f339db11dae in QFrame::event (this=0x38a71f0, e=0x7ffef21c4860) at widgets/qframe.cpp:557
#44 0x00007f339dc2ee83 in QAbstractItemView::viewportEvent (this=this@entry=0x38a71f0, event=event@entry=0x7ffef21c4860) at itemviews/qabstractitemview.cpp:1644
#45 0x00007f339dc718f0 in QTreeView::viewportEvent (this=0x38a71f0, event=0x7ffef21c4860) at itemviews/qtreeview.cpp:1252
#46 0x00007f339d1c99c6 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=this@entry=0x109a2c0, receiver=receiver@entry=0x38a78e0, event=event@entry=0x7ffef21c4860) at kernel/qcoreapplication.cpp:1065
#47 0x00007f339d6f979c in QApplicationPrivate::notify_helper (this=this@entry=0x109a2c0, receiver=receiver@entry=0x38a78e0, e=e@entry=0x7ffef21c4860) at kernel/qapplication.cpp:4566
#48 0x00007f339d701b87 in QApplication::notify (this=this@entry=0x7ffef21c5130, receiver=receiver@entry=0x38a78e0, e=e@entry=0x7ffef21c4860) at kernel/qapplication.cpp:4192
#49 0x00007f339e6f31aa in KApplication::notify (this=0x7ffef21c5130, receiver=0x38a78e0, event=0x7ffef21c4860) at ../../kdeui/kernel/kapplication.cpp:311
#50 0x00007f339d1c985d in QCoreApplication::notifyInternal (this=0x7ffef21c5130, receiver=receiver@entry=0x38a78e0, event=event@entry=0x7ffef21c4860) at kernel/qcoreapplication.cpp:955
#51 0x00007f339d77985d in sendSpontaneousEvent (event=0x7ffef21c4860, receiver=0x38a78e0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234
#52 QETWidget::translateMouseEvent (this=this@entry=0x37c0fb0, event=event@entry=0x7ffef21c4b90) at kernel/qapplication_x11.cpp:4551
#53 0x00007f339d7781ec in QApplication::x11ProcessEvent (this=0x7ffef21c5130, event=event@entry=0x7ffef21c4b90) at kernel/qapplication_x11.cpp:3663
#54 0x00007f339d7a1292 in x11EventSourceDispatch (s=0x109ae00, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#55 0x00007f33968dcc3d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#56 0x00007f33968dcf20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#57 0x00007f33968dcfcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#58 0x00007f339d1f8e5d in QEventDispatcherGlib::processEvents (this=0x108ae80, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#59 0x00007f339d7a1356 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#60 0x00007f339d1c83b1 in QEventLoop::processEvents (this=this@entry=0x7ffef21c4f70, flags=...) at kernel/qeventloop.cpp:149
#61 0x00007f339d1c8715 in QEventLoop::exec (this=this@entry=0x7ffef21c4f70, flags=...) at kernel/qeventloop.cpp:204
#62 0x00007f339d1ce199 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1227
#63 0x00007f339d6f7c5c in QApplication::exec () at kernel/qapplication.cpp:3828
#64 0x000000000041035c in main (argc=<optimized out>, argv=<optimized out>) at /tmp/buildd/kdevelop-4.7.0/app/main.cpp:564

The reporter indicates this bug may be a duplicate of or related to bug 331227.

Possible duplicates by query: bug 341422.

Reported using DrKonqi
Comment 1 Markus 2015-05-26 12:53:14 UTC
As suggested by one comment I also add the output to stderr and stdout:

WARNING: deleting stale lockfile /home/markus/.kde/share/apps/kdevelop/sessions/{e3d30534-13c2-4070-ba8f-bf5b19075ed5}/lock
kdevelop(17404)/kdeui (kdelibs): Attempt to use QAction "commit_or_finish_review" with KXMLGUIFactory! 
kdevelop(17404)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
kdevelop(17404)/kdevdefinesandincludes CompilerProvider::checkCompilerExists: Selected compiler:  "GCC"
qrc:/qml/main.qml:23:1: QML Loader: Binding loop detected for property "source"
qrc:/qml/main.qml:23:1: QML Loader: Binding loop detected for property "source"
kdevelop(17404) KDevNinjaBuilderPlugin::KDevNinjaBuilderPlugin: Ninja plugin installed but ninja is not installed. 
kdevelop(17404)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: "Das Modul „Ninja Project Builder“ kann nicht korrekt geladen werden und wird deaktiviert.
Ursache: ." 
kdevelop(17404) KDevNinjaBuilderPlugin::KDevNinjaBuilderPlugin: Ninja plugin installed but ninja is not installed. 
kdevelop(17404)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: "Das Modul „Ninja Project Builder“ kann nicht korrekt geladen werden und wird deaktiviert.
Ursache: ." 
Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString)
Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QString)
kdevelop(17404)/kdevplatform (shell) KDevelop::SessionControllerPrivate::performRecovery: Starting recovery from  "/home/markus/.kde/share/apps/kdevelop/sessions/{e3d30534-13c2-4070-ba8f-bf5b19075ed5}/recovery/current" 
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x1400015
kdevelop(17404) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf! 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-excel.sheet.binary.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-excel.addin.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-powerpoint.slideshow.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-excel.sheet.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-powerpoint.presentation.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-word.template.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-excel.template.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-powerpoint.template.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-word.document.macroEnabled.12" 
kdevelop(17404) KMimeTypeRepository::parents: "/usr/share/mime/subclasses"  refers to unknown mimetype  "application/vnd.ms-powerpoint.slide.macroEnabled.12" 
kdevelop(17404)/kdevdefinesandincludes CompilerProvider::projectOpened: Adding project:  "ORSEE"
kdevelop(17404)/kdevdefinesandincludes CompilerProvider::projectOpened:  compiler is:  "GCC"
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x14000ef
kdevelop(17404)/kdevdefinesandincludes CompilerProvider::projectClosed: Removed project:  "ORSEE"
kdevelop(17404) KDevNinjaBuilderPlugin::KDevNinjaBuilderPlugin: Ninja plugin installed but ninja is not installed. 
kdevelop(17404)/kdevplatform (shell) KDevelop::PluginController::loadPluginInternal: "Das Modul „Ninja Project Builder“ kann nicht korrekt geladen werden und wird deaktiviert.
Ursache: ." 
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x1400120
kdevelop(17404)/kdevdefinesandincludes CompilerProvider::projectOpened: Adding project:  "ORSEE"
kdevelop(17404)/kdevdefinesandincludes CompilerProvider::projectOpened:  compiler is:  "GCC"
KCrash: Application 'kdevelop' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
KCrash: Connect sock_file=/home/markus/.kde/socket-E751/kdeinit4__0
Comment 2 Milian Wolff 2016-09-05 13:40:16 UTC

*** This bug has been marked as a duplicate of bug 331227 ***