Bug 267474 - Edit of CMakeLists causes crash
Summary: Edit of CMakeLists causes crash
Status: RESOLVED DUPLICATE of bug 202151
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.2.0
Platform: Ubuntu Linux
: NOR crash
Target Milestone: 4.2.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 16:49 UTC by unapiedra
Modified: 2011-03-02 20:53 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 unapiedra 2011-03-02 16:49:26 UTC
Application: kdevelop (4.2.0)
KDE Platform Version: 4.6.00 (4.6.0)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-25-generic i686
Distribution: Ubuntu 10.10

-- Information about the crash:
- What I was doing when the application crashed:
I edited the CMakeLists file (specifically adding a "add_executable(" at which point it crashed. )

I don't know whether I used autocomplete but I don't think I did. I remember seeing auto-complete suggestions, though.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7824710 (LWP 31109))]

Thread 15 (Thread 0xb2b41b70 (LWP 31110)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b8884 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:236
#2  0x0084cdf4 in __pthread_cond_timedwait (cond=0x9200aa8, mutex=0x9200a90, abstime=0xb2b412b0) at forward.c:152
#3  0x00a0794f in wait (this=0x91e7b0c, mutex=0x91e7b10, time=1000) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0x91e7b0c, mutex=0x91e7b10, time=1000) at thread/qwaitcondition_unix.cpp:160
#5  0x01277812 in ?? () from /usr/lib/libkdevplatformlanguage.so.3
#6  0x00a06df9 in QThreadPrivate::start (arg=0x2b) at thread/qthread_unix.cpp:266
#7  0x001b3cc9 in start_thread (arg=0xb2b41b70) at pthread_create.c:304
#8  0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 14 (Thread 0xb19feb70 (LWP 31114)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x928ae98, mutex=0x928ae80) at forward.c:139
#3  0x00a079c7 in wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x08a9e520 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x928c348, th=0x8edb558) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x08aa1ccc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8e45470, th=0x8edb558) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x08a9da4b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x928c348, th=0x8edb558) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x08aa1dc2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0x8edb558) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0x8edb558, previous=0xdcaa0c8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x08a9fe4e in ThreadWeaver::ThreadRunHelper::run (this=0xb19fe2f4, parent=0x928c348, th=0x8edb558) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x08aa056b in ThreadWeaver::Thread::run (this=0x8edb558) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x00a06df9 in QThreadPrivate::start (arg=0x8edb558) at thread/qthread_unix.cpp:266
#13 0x001b3cc9 in start_thread (arg=0xb19feb70) at pthread_create.c:304
#14 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 13 (Thread 0xaf9fab70 (LWP 31145)):
#0  0x001b63eb in __pthread_mutex_lock (mutex=0x93c1df4) at pthread_mutex_lock.c:61
#1  0x0084cf66 in pthread_mutex_lock (mutex=0x93c1df4) at forward.c:182
#2  0x014a7b68 in g_main_context_check () from /lib/libglib-2.0.so.0
#3  0x014a845e in ?? () from /lib/libglib-2.0.so.0
#4  0x014a8848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#5  0x00b3759f in QEventDispatcherGlib::processEvents (this=0x9463918, flags=...) at kernel/qeventdispatcher_glib.cpp:417
#6  0x00b07609 in QEventLoop::processEvents (this=0xaf9fa290, flags=) at kernel/qeventloop.cpp:149
#7  0x00b07a8a in QEventLoop::exec (this=0xaf9fa290, flags=...) at kernel/qeventloop.cpp:201
#8  0x00a03b7e in QThread::exec (this=0x943a600) at thread/qthread.cpp:490
#9  0x00ae635b in QInotifyFileSystemWatcherEngine::run (this=0x943a600) at io/qfilesystemwatcher_inotify.cpp:248
#10 0x00a06df9 in QThreadPrivate::start (arg=0x943a600) at thread/qthread_unix.cpp:266
#11 0x001b3cc9 in start_thread (arg=0xaf9fab70) at pthread_create.c:304
#12 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 12 (Thread 0xb01fbb70 (LWP 31148)):
#0  0x001b63eb in __pthread_mutex_lock (mutex=0x95a0fa4) at pthread_mutex_lock.c:61
#1  0x0084cf66 in pthread_mutex_lock (mutex=0x95a0fa4) at forward.c:182
#2  0x014a65f8 in g_main_context_acquire () from /lib/libglib-2.0.so.0
#3  0x014a81ee in ?? () from /lib/libglib-2.0.so.0
#4  0x014a8848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#5  0x00b3759f in QEventDispatcherGlib::processEvents (this=0x943b268, flags=...) at kernel/qeventdispatcher_glib.cpp:417
#6  0x00b07609 in QEventLoop::processEvents (this=0xb01fb2c0, flags=) at kernel/qeventloop.cpp:149
#7  0x00b07a8a in QEventLoop::exec (this=0xb01fb2c0, flags=...) at kernel/qeventloop.cpp:201
#8  0x00a03b7e in QThread::exec (this=0x954c360) at thread/qthread.cpp:490
#9  0x01373c98 in ?? () from /usr/lib/libkdevplatformlanguage.so.3
#10 0x00a06df9 in QThreadPrivate::start (arg=0x954c360) at thread/qthread_unix.cpp:266
#11 0x001b3cc9 in start_thread (arg=0xb01fbb70) at pthread_create.c:304
#12 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 11 (Thread 0xae0b9b70 (LWP 31149)):
#0  pthread_mutex_lock (mutex=0x95a11bc) at forward.c:182
#1  0x014a7ea3 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#2  0x014a8279 in ?? () from /lib/libglib-2.0.so.0
#3  0x014a8848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#4  0x00b3759f in QEventDispatcherGlib::processEvents (this=0x943ba60, flags=...) at kernel/qeventdispatcher_glib.cpp:417
#5  0x00b07609 in QEventLoop::processEvents (this=0xae0b92c0, flags=) at kernel/qeventloop.cpp:149
#6  0x00b07a8a in QEventLoop::exec (this=0xae0b92c0, flags=...) at kernel/qeventloop.cpp:201
#7  0x00a03b7e in QThread::exec (this=0xb2230c38) at thread/qthread.cpp:490
#8  0x01373c98 in ?? () from /usr/lib/libkdevplatformlanguage.so.3
#9  0x00a06df9 in QThreadPrivate::start (arg=0xb2230c38) at thread/qthread_unix.cpp:266
#10 0x001b3cc9 in start_thread (arg=0xae0b9b70) at pthread_create.c:304
#11 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 10 (Thread 0xac7b0b70 (LWP 31178)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x362e290, mutex=0x362e278) at forward.c:139
#3  0x0352a877 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x36291a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#4  0x0352a8c1 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x36291a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#5  0x001b3cc9 in start_thread (arg=0xac7b0b70) at pthread_create.c:304
#6  0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 9 (Thread 0xa8affb70 (LWP 31290)):
#0  0x014a7b2f in g_main_context_check () from /lib/libglib-2.0.so.0
#1  0x014a845e in ?? () from /lib/libglib-2.0.so.0
#2  0x014a8848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#3  0x00b3759f in QEventDispatcherGlib::processEvents (this=0xa2f8630, flags=...) at kernel/qeventdispatcher_glib.cpp:417
#4  0x00b07609 in QEventLoop::processEvents (this=0xa8aff290, flags=) at kernel/qeventloop.cpp:149
#5  0x00b07a8a in QEventLoop::exec (this=0xa8aff290, flags=...) at kernel/qeventloop.cpp:201
#6  0x00a03b7e in QThread::exec (this=0xa2f7ac0) at thread/qthread.cpp:490
#7  0x00ae635b in QInotifyFileSystemWatcherEngine::run (this=0xa2f7ac0) at io/qfilesystemwatcher_inotify.cpp:248
#8  0x00a06df9 in QThreadPrivate::start (arg=0xa2f7ac0) at thread/qthread_unix.cpp:266
#9  0x001b3cc9 in start_thread (arg=0xa8affb70) at pthread_create.c:304
#10 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 8 (Thread 0xa78ffb70 (LWP 31335)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x9144388, mutex=0x9144370) at forward.c:139
#3  0x00a079c7 in wait (this=0x9143b18, mutex=0x90a5c10, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9143b18, mutex=0x90a5c10, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x08a9e520 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9143b00, th=0x8f27d90) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x08aa1ccc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x909fc30, th=0x8f27d90) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x08a9da4b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9143b00, th=0x8f27d90) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x08aa1dc2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x909fc30, th=0x8f27d90) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9143b00, th=0x8f27d90, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x909fc30, th=0x8f27d90) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9143b00, th=0x8f27d90, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x909fc30, th=0x8f27d90) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9143b00, th=0x8f27d90, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x909fc30, th=0x8f27d90) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#15 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9143b00, th=0x8f27d90, previous=0xa4b4de8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#16 0x08a9fe4e in ThreadWeaver::ThreadRunHelper::run (this=0xa78ff2f4, parent=0x9143b00, th=0x8f27d90) at ../../../threadweaver/Weaver/Thread.cpp:87
#17 0x08aa056b in ThreadWeaver::Thread::run (this=0x8f27d90) at ../../../threadweaver/Weaver/Thread.cpp:142
#18 0x00a06df9 in QThreadPrivate::start (arg=0x8f27d90) at thread/qthread_unix.cpp:266
#19 0x001b3cc9 in start_thread (arg=0xa78ffb70) at pthread_create.c:304
#20 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 7 (Thread 0xa70feb70 (LWP 31336)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x9144388, mutex=0x9144370) at forward.c:139
#3  0x00a079c7 in wait (this=0x9143b18, mutex=0x90a5c10, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9143b18, mutex=0x90a5c10, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x08a9e520 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9143b00, th=0xa7f77570) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x08aa1ccc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x909fc30, th=0xa7f77570) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x08a9da4b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9143b00, th=0xa7f77570) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x08aa1dc2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x909fc30, th=0xa7f77570) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9143b00, th=0xa7f77570, previous=0xa19aff8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x08a9fe4e in ThreadWeaver::ThreadRunHelper::run (this=0xa70fe2f4, parent=0x9143b00, th=0xa7f77570) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x08aa056b in ThreadWeaver::Thread::run (this=0xa7f77570) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x00a06df9 in QThreadPrivate::start (arg=0xa7f77570) at thread/qthread_unix.cpp:266
#13 0x001b3cc9 in start_thread (arg=0xa70feb70) at pthread_create.c:304
#14 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 6 (Thread 0xa68fdb70 (LWP 31337)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x53dc770, mutex=0x53dc758) at forward.c:139
#3  0x04ed43a5 in ?? () from /usr/lib/libQtWebKit.so.4
#4  0x04ed4481 in ?? () from /usr/lib/libQtWebKit.so.4
#5  0x001b3cc9 in start_thread (arg=0xa68fdb70) at pthread_create.c:304
#6  0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 5 (Thread 0xb09fcb70 (LWP 31426)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x928ae98, mutex=0x928ae80) at forward.c:139
#3  0x00a079c7 in wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x08a9e520 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x928c348, th=0xa29c1680) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x08aa1ccc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x08a9da4b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x928c348, th=0xa29c1680) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x08aa1dc2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa29c1680, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa29c1680, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa29c1680, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#15 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa29c1680, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#16 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#17 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa29c1680, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#18 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#19 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa29c1680, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#20 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa29c1680) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#21 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa29c1680, previous=0xa23a77e8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#22 0x08a9fe4e in ThreadWeaver::ThreadRunHelper::run (this=0xb09fc2f4, parent=0x928c348, th=0xa29c1680) at ../../../threadweaver/Weaver/Thread.cpp:87
#23 0x08aa056b in ThreadWeaver::Thread::run (this=0xa29c1680) at ../../../threadweaver/Weaver/Thread.cpp:142
#24 0x00a06df9 in QThreadPrivate::start (arg=0xa29c1680) at thread/qthread_unix.cpp:266
#25 0x001b3cc9 in start_thread (arg=0xb09fcb70) at pthread_create.c:304
#26 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 4 (Thread 0xb11fdb70 (LWP 32376)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x928ae98, mutex=0x928ae80) at forward.c:139
#3  0x00a079c7 in wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x08a9e520 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x928c348, th=0xdc2b9a0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x08aa1ccc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8e45470, th=0xdc2b9a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x08a9da4b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x928c348, th=0xdc2b9a0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x08aa1dc2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xdc2b9a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xdc2b9a0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xdc2b9a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xdc2b9a0, previous=0xbcbdbc8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x08a9fe4e in ThreadWeaver::ThreadRunHelper::run (this=0xb11fd2f4, parent=0x928c348, th=0xdc2b9a0) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x08aa056b in ThreadWeaver::Thread::run (this=0xdc2b9a0) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x00a06df9 in QThreadPrivate::start (arg=0xdc2b9a0) at thread/qthread_unix.cpp:266
#15 0x001b3cc9 in start_thread (arg=0xb11fdb70) at pthread_create.c:304
#16 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 3 (Thread 0x9fe1db70 (LWP 32377)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x001b84dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x0084cd9d in __pthread_cond_wait (cond=0x928ae98, mutex=0x928ae80) at forward.c:139
#3  0x00a079c7 in wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x928c360, mutex=0x9265310, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x08a9e520 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x928c348, th=0xa7f766d0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x08aa1ccc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8e45470, th=0xa7f766d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x08a9da4b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x928c348, th=0xa7f766d0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x08aa1dc2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa7f766d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa7f766d0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa7f766d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa7f766d0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa7f766d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa7f766d0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x08aa1de1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e45470, th=0xa7f766d0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#15 0x08a9ea23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x928c348, th=0xa7f766d0, previous=0xd50a020) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#16 0x08a9fe4e in ThreadWeaver::ThreadRunHelper::run (this=0x9fe1d2f4, parent=0x928c348, th=0xa7f766d0) at ../../../threadweaver/Weaver/Thread.cpp:87
#17 0x08aa056b in ThreadWeaver::Thread::run (this=0xa7f766d0) at ../../../threadweaver/Weaver/Thread.cpp:142
#18 0x00a06df9 in QThreadPrivate::start (arg=0xa7f766d0) at thread/qthread_unix.cpp:266
#19 0x001b3cc9 in start_thread (arg=0x9fe1db70) at pthread_create.c:304
#20 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0x9f61cb70 (LWP 454)):
#0  0x009a4416 in __kernel_vsyscall ()
#1  0x008081a6 in nanosleep () at ../sysdeps/unix/syscall-template.S:82
#2  0x00838e9c in usleep (useconds=500) at ../sysdeps/unix/sysv/linux/usleep.c:33
#3  0x012be442 in KDevelop::DUChainLock::lockForWrite(unsigned int) () from /usr/lib/libkdevplatformlanguage.so.3
#4  0x012be4fe in KDevelop::DUChainWriteLocker::lock() () from /usr/lib/libkdevplatformlanguage.so.3
#5  0x012be55e in KDevelop::DUChainWriteLocker::DUChainWriteLocker(KDevelop::DUChainLock*, unsigned int) () from /usr/lib/libkdevplatformlanguage.so.3
#6  0x01d46bf7 in CMakeProjectVisitor::createUses(CMakeFunctionDesc const&) () from /usr/lib/libkdev4cmakecommon.so
#7  0x01d4c971 in CMakeProjectVisitor::walk(QList<CMakeFunctionDesc> const&, int, bool) () from /usr/lib/libkdev4cmakecommon.so
#8  0x01d7644a in CMakeParserUtils::includeScript(QString const&, KDevelop::ReferencedTopDUContext, CMakeProjectData*, QString const&) () from /usr/lib/libkdev4cmakecommon.so
#9  0x01d9e4f7 in ?? () from /usr/lib/kde4/kdevcmakemanager.so
#10 0x01da2bc0 in ?? () from /usr/lib/kde4/kdevcmakemanager.so
#11 0x01da73b4 in ?? () from /usr/lib/kde4/kdevcmakemanager.so
#12 0x008e5c90 in ?? () from /usr/lib/libkdevplatformproject.so.3
#13 0x008e5784 in ?? () from /usr/lib/libkdevplatformproject.so.3
#14 0x008e5aae in ?? () from /usr/lib/libkdevplatformproject.so.3
#15 0x009fb523 in QThreadPoolThread::run (this=0x929da20) at concurrent/qthreadpool.cpp:106
#16 0x00a06df9 in QThreadPrivate::start (arg=0x929da20) at thread/qthread_unix.cpp:266
#17 0x001b3cc9 in start_thread (arg=0x9f61cb70) at pthread_create.c:304
#18 0x0083f69e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb7824710 (LWP 31109)):
[KCrash Handler]
#7  0x01328898 in KDevelop::FunctionType::arguments() const () from /usr/lib/libkdevplatformlanguage.so.3
#8  0x01db0242 in ?? () from /usr/lib/kde4/kdevcmakemanager.so
#9  0x02e8875b in data (this=0xa0917e8, index=..., role=0) at /usr/include/qt4/QtCore/qabstractitemmodel.h:398
#10 KateCompletionModel::data (this=0xa0917e8, index=..., role=0) at ../../kate/completion/katecompletionmodel.cpp:228
#11 0x0277ef2f in data (this=0xca97eb8, option=..., index=..., role=0) at ../../include/QtCore/../../src/corelib/kernel/qabstractitemmodel.h:398
#12 QItemDelegate::rect (this=0xca97eb8, option=..., index=..., role=0) at itemviews/qitemdelegate.cpp:1080
#13 0x0277f8b9 in QItemDelegate::sizeHint (this=0xca97eb8, option=..., index=...) at itemviews/qitemdelegate.cpp:507
#14 0x02eab39a in ExpandingDelegate::sizeHint (this=0xca97eb8, option=..., index=...) at ../../kate/completion/expandingtree/expandingdelegate.cpp:127
#15 0x0272fd41 in QAbstractItemView::sizeHintForIndex (this=0xa0e42b0, index=...) at itemviews/qabstractitemview.cpp:2923
#16 0x02e7712c in KateCompletionWidget::updateHeight (this=0xc430110) at ../../kate/completion/katecompletionwidget.cpp:572
#17 0x02e7addb in KateCompletionWidget::modelContentChanged (this=0xc430110) at ../../kate/completion/katecompletionwidget.cpp:226
#18 0x02e80c12 in KateCompletionWidget::qt_metacall (this=0xc430110, _c=QMetaObject::InvokeMetaMethod, _id=16, _a=0xbff5670c) at ./katecompletionwidget.moc:135
#19 0x00b0e8ca in QMetaObject::metacall (object=0xc430110, cl=QMetaObject::InvokeMetaMethod, idx=43, argv=0xbff5670c) at kernel/qmetaobject.cpp:237
#20 0x00b216ad in QMetaObject::activate (sender=0xa0917e8, m=0x305eea8, local_signal_index=2, argv=0x80573ac) at kernel/qobject.cpp:3280
#21 0x02e83d97 in KateCompletionModel::contentGeometryChanged (this=0xa0917e8) at ./katecompletionmodel.moc:133
#22 0x02e8d9ef in KateCompletionModel::setCurrentCompletion (this=0xa0917e8, model=0x9130be8, completion=...) at ../../kate/completion/katecompletionmodel.cpp:961
#23 0x02e7d6c4 in KateCompletionWidget::cursorPositionChanged (this=0xc430110) at ../../kate/completion/katecompletionwidget.cpp:713
#24 0x02e80c22 in KateCompletionWidget::qt_metacall (this=0xc430110, _c=QMetaObject::InvokeMetaMethod, _id=17, _a=0xbff56c34) at ./katecompletionwidget.moc:136
#25 0x00b0e8ca in QMetaObject::metacall (object=0xc430110, cl=QMetaObject::InvokeMetaMethod, idx=44, argv=0xbff56c34) at kernel/qmetaobject.cpp:237
#26 0x00b216ad in QMetaObject::activate (sender=0xd78db30, m=0xc825f0, local_signal_index=7, argv=0x80573ac) at kernel/qobject.cpp:3280
#27 0x00c67589 in KTextEditor::View::cursorPositionChanged (this=0xd78db30, _t1=0xd78db30, _t2=...) at ./view.moc:174
#28 0x02f8de59 in KateViewInternal::updateCursor (this=0x990ffa0, newCursor=..., force=true, center=false, calledExternally=false) at ../../kate/view/kateviewinternal.cpp:1857
#29 0x02f8f66f in KateViewInternal::editEnd (this=0x990ffa0, editTagLineStart=7, editTagLineEnd=7, tagFrom=false) at ../../kate/view/kateviewinternal.cpp:3284
#30 0x02f6d999 in KateView::editEnd (this=0xd78db30, editTagLineStart=7, editTagLineEnd=7, tagFrom=<value optimized out>) at ../../kate/view/kateview.cpp:1596
#31 0x02edd8a4 in KateDocument::editEnd (this=0x9862db0) at ../../kate/document/katedocument.cpp:856
#32 0x02edfecc in KateDocument::typeChars (this=0x9862db0, view=0xd78db30, chars=...) at ../../kate/document/katedocument.cpp:2653
#33 0x02f8a1b8 in KateViewInternal::keyPressEvent (this=0x990ffa0, e=0xbff57574) at ../../kate/view/kateviewinternal.cpp:2347
#34 0x02f8918d in KateViewInternal::eventFilter (this=0x990ffa0, obj=0x990ffa0, e=0xbff57574) at ../../kate/view/kateviewinternal.cpp:2145
#35 0x00b0829a in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=0x8e07a60, receiver=0x990ffa0, event=0xbff57574) at kernel/qcoreapplication.cpp:847
#36 0x02157fb9 in QApplicationPrivate::notify_helper (this=0x8e07a60, receiver=0x990ffa0, e=0xbff57574) at kernel/qapplication.cpp:4392
#37 0x0215fac9 in QApplication::notify (this=0xbff5815c, receiver=0x990ffa0, e=0xbff57574) at kernel/qapplication.cpp:3857
#38 0x00ff0f7a in KApplication::notify (this=0xbff5815c, receiver=0x990ffa0, event=0xbff57574) at ../../kdeui/kernel/kapplication.cpp:311
#39 0x0804bafc in _start ()

This bug may be a duplicate of or related to bug 202151.

Possible duplicates by query: bug 202151.

Reported using DrKonqi
Comment 1 Milian Wolff 2011-03-02 20:53:45 UTC

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