Bug 303943 - Deleting files in a project
Summary: Deleting files in a project
Status: RESOLVED DUPLICATE of bug 267034
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.3.1
Platform: Ubuntu Linux
: NOR crash
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 04:47 UTC by Leozito
Modified: 2012-12-01 20:23 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 Leozito 2012-07-23 04:47:07 UTC
Application: kdevelop (4.3.1)
KDE Platform Version: 4.8.4 (4.8.4)
Qt Version: 4.8.1
Operating System: Linux 3.4.0-030400-generic x86_64
Distribution: Ubuntu 12.04 LTS

-- Information about the crash:
- What I was doing when the application crashed: I was trying to delete more the one file in a project, it brock on the step where it was removing the list of binaries from cmakelists

-- 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 0x7fcfa84bd780 (LWP 3913))]

Thread 16 (Thread 0x7fcf8d4e8700 (LWP 3914)):
#0  0x00007fcfa5637b03 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007fcfa06df036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fcfa06df49a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fcf8d4ed98b in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
#4  0x00007fcfa07009e5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf8d4e8700) at pthread_create.c:308
#6  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 15 (Thread 0x7fcf8cce7700 (LWP 3915)):
#0  0x00007fcfa06b0930 in pthread_mutex_lock@plt () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fcfa071a5a1 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fcfa06de675 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fcfa06def5b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fcfa06df49a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fcf93e02406 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#6  0x00007fcfa07009e5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf8cce7700) at pthread_create.c:308
#8  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#9  0x0000000000000000 in ?? ()

Thread 14 (Thread 0x7fcf78506700 (LWP 3919)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:215
#1  0x00007fcfa695843f in wait (time=1000, this=0x1e9fcc0) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x1e94fd0, time=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fcfa2a7063b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x1e94fb0) at ../../language/duchain/duchain.cpp:282
#4  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x1e94fb0) at thread/qthread_unix.cpp:298
#5  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf78506700) at pthread_create.c:308
#6  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 13 (Thread 0x7fcf5fdb0700 (LWP 3922)):
#0  __pthread_mutex_unlock_usercnt (mutex=<optimized out>, decr=<optimized out>) at pthread_mutex_unlock.c:49
#1  __pthread_mutex_unlock (mutex=0x7fcf58000a60) at pthread_mutex_unlock.c:290
#2  0x00007fcfa071a5d1 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fcfa06deb3d in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fcfa06defd6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fcfa06df164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007fcfa6a86426 in QEventDispatcherGlib::processEvents (this=0x7fcf580008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#7  0x00007fcfa6a55c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#8  0x00007fcfa6a55ed7 in QEventLoop::exec (this=0x7fcf5fdafe00, flags=...) at kernel/qeventloop.cpp:204
#9  0x00007fcfa6954fa7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#10 0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x2a59b40) at thread/qthread_unix.cpp:298
#11 0x00007fcfa49a6e9a in start_thread (arg=0x7fcf5fdb0700) at pthread_create.c:308
#12 0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x0000000000000000 in ?? ()

Thread 12 (Thread 0x7fcf5f5af700 (LWP 3923)):
#0  0x00007fcfa5637b03 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007fcfa06df036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fcfa06df164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fcfa6a86426 in QEventDispatcherGlib::processEvents (this=0x7fcf500008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fcfa6a55c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007fcfa6a55ed7 in QEventLoop::exec (this=0x7fcf5f5aee00, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007fcfa6954fa7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#7  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x2a72960) at thread/qthread_unix.cpp:298
#8  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf5f5af700) at pthread_create.c:308
#9  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7fcf5e745700 (LWP 3928)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcf7916e222 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x00007fcf7916e259 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf5e745700) at pthread_create.c:308
#4  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7fcf5d3aa700 (LWP 3929)):
#0  0x00007fcfa5637b03 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007fcfa06df036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fcfa06df164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fcfa6a86426 in QEventDispatcherGlib::processEvents (this=0x7fcf540008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fcfa6a55c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007fcfa6a55ed7 in QEventLoop::exec (this=0x7fcf5d3a9dd0, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007fcfa6954fa7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#7  0x00007fcfa6a359ff in QInotifyFileSystemWatcherEngine::run (this=0x48e6640) at io/qfilesystemwatcher_inotify.cpp:248
#8  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x48e6640) at thread/qthread_unix.cpp:298
#9  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf5d3aa700) at pthread_create.c:308
#10 0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7fcf4f7fe700 (LWP 3946)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcf9d803dec in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x00007fcf9d803f19 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf4f7fe700) at pthread_create.c:308
#4  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7fcf4ffff700 (LWP 3947)):
#0  0x00007fcfa5637b03 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007fcfa06df036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fcfa06df164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fcfa6a86426 in QEventDispatcherGlib::processEvents (this=0x7fcf401d71c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fcfa6a55c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007fcfa6a55ed7 in QEventLoop::exec (this=0x7fcf4fffee00, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007fcfa6954fa7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#7  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x3ca1da0) at thread/qthread_unix.cpp:298
#8  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf4ffff700) at pthread_create.c:308
#9  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7fcf47fff700 (LWP 4044)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcfa69584db in wait (time=18446744073709551615, this=0xff3bc0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0xf97830, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fcf9e1fa0eb in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xff3cc0, th=0x4c4ba20) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fcf9e1fc9db in ThreadWeaver::WorkingHardState::applyForWork (this=0xf9ebb0, th=0x4c4ba20) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fcf9e1fb84f in ThreadWeaver::ThreadRunHelper::run (this=0x7fcf47ffee20, parent=0xff3cc0, th=0x4c4ba20) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007fcf9e1fb8db in ThreadWeaver::Thread::run (this=0x4c4ba20) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x4c4ba20) at thread/qthread_unix.cpp:298
#8  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf47fff700) at pthread_create.c:308
#9  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7fcefaa61700 (LWP 4045)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcfa69584db in wait (time=18446744073709551615, this=0xff3bc0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0xf97830, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fcf9e1fa0eb in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xff3cc0, th=0x7fcef4001a40) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fcf9e1fc9db in ThreadWeaver::WorkingHardState::applyForWork (this=0xf9ebb0, th=0x7fcef4001a40) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fcf9e1fc9f4 in ThreadWeaver::WorkingHardState::applyForWork (this=0xf9ebb0, th=0x7fcef4001a40) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fcf9e1fb84f in ThreadWeaver::ThreadRunHelper::run (this=0x7fcefaa60e20, parent=0xff3cc0, th=0x7fcef4001a40) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007fcf9e1fb8db in ThreadWeaver::Thread::run (this=0x7fcef4001a40) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x7fcef4001a40) at thread/qthread_unix.cpp:298
#9  0x00007fcfa49a6e9a in start_thread (arg=0x7fcefaa61700) at pthread_create.c:308
#10 0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7fcf4cbed700 (LWP 5725)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcfa69584db in wait (time=18446744073709551615, this=0x3752e20) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x285a640, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fcf9e1fa0eb in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4f1d190, th=0x33bcaa0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fcf9e1fc9db in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x33bcaa0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fcf9e1fc9f4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x33bcaa0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fcf9e1fc9f4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x33bcaa0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007fcf9e1fb84f in ThreadWeaver::ThreadRunHelper::run (this=0x7fcf4cbece20, parent=0x4f1d190, th=0x33bcaa0) at ../../../threadweaver/Weaver/Thread.cpp:87
#8  0x00007fcf9e1fb8db in ThreadWeaver::Thread::run (this=0x33bcaa0) at ../../../threadweaver/Weaver/Thread.cpp:142
#9  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x33bcaa0) at thread/qthread_unix.cpp:298
#10 0x00007fcfa49a6e9a in start_thread (arg=0x7fcf4cbed700) at pthread_create.c:308
#11 0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fcf877c6700 (LWP 5726)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcfa69584db in wait (time=18446744073709551615, this=0x3752e20) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x285a640, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fcf9e1fa0eb in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4f1d190, th=0x34de320) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fcf9e1fc9db in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x34de320) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fcf9e1fc9f4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x34de320) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fcf9e1fc9f4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x34de320) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007fcf9e1fc9f4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x34de320) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#8  0x00007fcf9e1fb84f in ThreadWeaver::ThreadRunHelper::run (this=0x7fcf877c5e20, parent=0x4f1d190, th=0x34de320) at ../../../threadweaver/Weaver/Thread.cpp:87
#9  0x00007fcf9e1fb8db in ThreadWeaver::Thread::run (this=0x34de320) at ../../../threadweaver/Weaver/Thread.cpp:142
#10 0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x34de320) at thread/qthread_unix.cpp:298
#11 0x00007fcfa49a6e9a in start_thread (arg=0x7fcf877c6700) at pthread_create.c:308
#12 0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fcf473ee700 (LWP 5732)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcfa69584db in wait (time=18446744073709551615, this=0x3752e20) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x285a640, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fcf9e1fa0eb in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4f1d190, th=0x3e71010) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fcf9e1fc9db in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x3e71010) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fcf9e1fc9f4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x3e71010) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fcf9e1fb84f in ThreadWeaver::ThreadRunHelper::run (this=0x7fcf473ede20, parent=0x4f1d190, th=0x3e71010) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007fcf9e1fb8db in ThreadWeaver::Thread::run (this=0x3e71010) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x3e71010) at thread/qthread_unix.cpp:298
#9  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf473ee700) at pthread_create.c:308
#10 0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fcf46bed700 (LWP 5733)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fcfa69584db in wait (time=18446744073709551615, this=0x3752e20) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x285a640, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fcf9e1fa0eb in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4f1d190, th=0x33c19f0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fcf9e1fc9db in ThreadWeaver::WorkingHardState::applyForWork (this=0x4be1050, th=0x33c19f0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fcf9e1fb84f in ThreadWeaver::ThreadRunHelper::run (this=0x7fcf46bece20, parent=0x4f1d190, th=0x33c19f0) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007fcf9e1fb8db in ThreadWeaver::Thread::run (this=0x33c19f0) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007fcfa6957fcb in QThreadPrivate::start (arg=0x33c19f0) at thread/qthread_unix.cpp:298
#8  0x00007fcfa49a6e9a in start_thread (arg=0x7fcf46bed700) at pthread_create.c:308
#9  0x00007fcfa56434bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fcfa84bd780 (LWP 3913)):
[KCrash Handler]
#6  0x00007fcf5d8aa851 in ?? () from /usr/lib/kde4/kdevcmakemanager.so
#7  0x00007fcf66b8a073 in ProjectManagerViewPlugin::removeFromContextMenu (this=<optimized out>) at ../../../plugins/projectmanagerview/projectmanagerviewplugin.cpp:510
#8  0x00007fcfa6a6b281 in QMetaObject::activate (sender=0x6e9a570, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fff804116b0) at kernel/qobject.cpp:3547
#9  0x00007fcfa5dd3132 in QAction::triggered (this=<optimized out>, _t1=false) at .moc/release-shared/moc_qaction.cpp:277
#10 0x00007fcfa5dd331f in QAction::activate (this=0x6e9a570, event=<optimized out>) at kernel/qaction.cpp:1257
#11 0x00007fcfa6225119 in QMenuPrivate::activateCausedStack (this=0x3d5ecf0, causedStack=..., action=0x6e9a570, action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:1028
#12 0x00007fcfa622b272 in QMenuPrivate::activateAction (this=0x3d5ecf0, action=0x6e9a570, action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:1120
#13 0x00007fcfa73232d0 in KMenu::mouseReleaseEvent (this=0x7fff80412f70, e=0x7fff80412280) at ../../kdeui/widgets/kmenu.cpp:464
#14 0x00007fcfa5e2a144 in QWidget::event (this=0x7fff80412f70, event=0x7fff80412280) at kernel/qwidget.cpp:8362
#15 0x00007fcfa622c80b in QMenu::event (this=0x7fff80412f70, e=0x7fff80412280) at widgets/qmenu.cpp:2469
#16 0x00007fcfa5dd9894 in notify_helper (e=0x7fff80412280, receiver=0x7fff80412f70, this=0xa66a70) at kernel/qapplication.cpp:4559
#17 QApplicationPrivate::notify_helper (this=0xa66a70, receiver=0x7fff80412f70, e=0x7fff80412280) at kernel/qapplication.cpp:4531
#18 0x00007fcfa5ddf0bf in QApplication::notify (this=<optimized out>, receiver=0x7fff80412f70, e=0x7fff80412280) at kernel/qapplication.cpp:4102
#19 0x00007fcfa72629e6 in KApplication::notify (this=0x7fff80414d30, receiver=0x7fff80412f70, event=0x7fff80412280) at ../../kdeui/kernel/kapplication.cpp:311
#20 0x00007fcfa6a56e9c in QCoreApplication::notifyInternal (this=0x7fff80414d30, receiver=0x7fff80412f70, event=0x7fff80412280) at kernel/qcoreapplication.cpp:876
#21 0x00007fcfa5dda862 in sendEvent (event=<optimized out>, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#22 QApplicationPrivate::sendMouseEvent (receiver=0x7fff80412f70, event=0x7fff80412280, alienWidget=0x0, nativeWidget=0x7fff80412f70, buttonDown=0x0, lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:3170
#23 0x00007fcfa5e5a2c1 in QETWidget::translateMouseEvent (this=0x7fff80412f70, event=<optimized out>) at kernel/qapplication_x11.cpp:4551
#24 0x00007fcfa5e58bae in QApplication::x11ProcessEvent (this=0x7fff80414d30, event=0x7fff80412b50) at kernel/qapplication_x11.cpp:3732
#25 0x00007fcfa5e820d2 in x11EventSourceDispatch (s=0xa67c10, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#26 0x00007fcfa06ded53 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007fcfa06df0a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x00007fcfa06df164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x00007fcfa6a863bf in QEventDispatcherGlib::processEvents (this=0xa32b30, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#30 0x00007fcfa5e81d5e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#31 0x00007fcfa6a55c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#32 0x00007fcfa6a55ed7 in QEventLoop::exec (this=0x7fff80412ef0, flags=...) at kernel/qeventloop.cpp:204
#33 0x00007fcfa6228131 in QMenu::exec (this=<optimized out>, p=..., action=0x0) at widgets/qmenu.cpp:2113
#34 0x00007fcf66b8fded in ProjectTreeView::popupContextMenu (this=<optimized out>, pos=...) at ../../../plugins/projectmanagerview/projecttreeview.cpp:302
#35 0x00007fcfa6a6b281 in QMetaObject::activate (sender=0x495ef00, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fff804132d0) at kernel/qobject.cpp:3547
#36 0x00007fcfa5e1f8d2 in QWidget::customContextMenuRequested (this=<optimized out>, _t1=...) at .moc/release-shared/moc_qwidget.cpp:374
#37 0x00007fcfa5e2aaf1 in QWidget::event (this=0x495ef00, event=0x7fff80413ed0) at kernel/qwidget.cpp:8532
#38 0x00007fcfa61ea3b6 in QFrame::event (this=0x495ef00, e=0x7fff80413ed0) at widgets/qframe.cpp:557
#39 0x00007fcfa62fe89b in QAbstractItemView::viewportEvent (this=0x495ef00, event=0x7fff80413ed0) at itemviews/qabstractitemview.cpp:1644
#40 0x00007fcfa63464b5 in QTreeView::viewportEvent (this=0x495ef00, event=0x7fff80413ed0) at itemviews/qtreeview.cpp:1257
#41 0x00007fcfa6a57028 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<optimized out>, receiver=0x4960090, event=0x7fff80413ed0) at kernel/qcoreapplication.cpp:986
#42 0x00007fcfa5dd985f in notify_helper (e=0x7fff80413ed0, receiver=0x4960090, this=0xa66a70) at kernel/qapplication.cpp:4555
#43 QApplicationPrivate::notify_helper (this=0xa66a70, receiver=0x4960090, e=0x7fff80413ed0) at kernel/qapplication.cpp:4531
#44 0x00007fcfa5ddebcd in QApplication::notify (this=<optimized out>, receiver=0x4960090, e=0x7fff80413ed0) at kernel/qapplication.cpp:4181
#45 0x00007fcfa72629e6 in KApplication::notify (this=0x7fff80414d30, receiver=0x4960090, event=0x7fff80413ed0) at ../../kdeui/kernel/kapplication.cpp:311
#46 0x00007fcfa6a56e9c in QCoreApplication::notifyInternal (this=0x7fff80414d30, receiver=0x4960090, event=0x7fff80413ed0) at kernel/qcoreapplication.cpp:876
#47 0x00007fcfa5e59c58 in sendSpontaneousEvent (event=0x7fff80413ed0, receiver=0x4960090) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234
#48 QETWidget::translateMouseEvent (this=<optimized out>, event=<optimized out>) at kernel/qapplication_x11.cpp:4622
#49 0x00007fcfa5e58bae in QApplication::x11ProcessEvent (this=0x7fff80414d30, event=0x7fff80414770) at kernel/qapplication_x11.cpp:3732
#50 0x00007fcfa5e820d2 in x11EventSourceDispatch (s=0xa67c10, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#51 0x00007fcfa06ded53 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#52 0x00007fcfa06df0a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#53 0x00007fcfa06df164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#54 0x00007fcfa6a863bf in QEventDispatcherGlib::processEvents (this=0xa32b30, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#55 0x00007fcfa5e81d5e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#56 0x00007fcfa6a55c82 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#57 0x00007fcfa6a55ed7 in QEventLoop::exec (this=0x7fff80414b10, flags=...) at kernel/qeventloop.cpp:204
#58 0x00007fcfa6a5af67 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1148
#59 0x000000000040a259 in ?? ()
#60 0x00007fcfa557276d in __libc_start_main (main=0x404ba0, argc=1, ubp_av=0x7fff80416be8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff80416bd8) at libc-start.c:226
#61 0x000000000040a9b1 in _start ()

Possible duplicates by query: bug 303104, bug 299106, bug 298781, bug 288419.

Reported using DrKonqi
Comment 1 Kevin Funk 2012-12-01 20:23:42 UTC

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