Bug 222148 - KDevelop crashes on mv-ing a directory
Summary: KDevelop crashes on mv-ing a directory
Status: RESOLVED DUPLICATE of bug 165548
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-11 00:32 UTC by unapiedra
Modified: 2010-01-11 09: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 unapiedra 2010-01-11 00:32:17 UTC
Application: kdevelop (3.9.97 (using KDevPlatform 0.9.97))
KDE Platform Version: 4.3.90 (KDE 4.3.90 (KDE 4.4 RC1))
Qt Version: 4.6.0
Operating System: Linux 2.6.31-17-generic i686
Distribution: Ubuntu 9.10

-- Information about the crash:
I had KDevelop open in a cmake project. Then I did this: 
$mv folder folder_that_doesnt_exist_yet
And KDevelop crashed. 


====For my own notes=======
I was working in software/dashboard and I moved 02_clients to clients. 

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

Thread 12 (Thread 0xb4a05b70 (LWP 12026)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00379142 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0x049787e4 in __pthread_cond_timedwait (cond=0x882ff20, mutex=0x882ff08, abstime=0xb4a052c0) at forward.c:152
#3  0x0055528f in QWaitConditionPrivate::wait (this=0x8995fa4, mutex=0x8995fa8, time=200000) at thread/qwaitcondition_unix.cpp:85
#4  QWaitCondition::wait (this=0x8995fa4, mutex=0x8995fa8, time=200000) at thread/qwaitcondition_unix.cpp:159
#5  0x04266995 in ?? () from /usr/lib/libkdevplatformlanguage.so.1
#6  0x005543ae in QThreadPrivate::start (arg=0x8995f98) at thread/qthread_unix.cpp:244
#7  0x0037480e in start_thread (arg=0xb4a05b70) at pthread_create.c:300
#8  0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 11 (Thread 0xb0f6ab70 (LWP 12114)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00378e15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0497878d in __pthread_cond_wait (cond=0x1f3628c, mutex=0x1f36274) at forward.c:139
#3  0x01e57bb7 in WTF::TCMalloc_PageHeap::scavengerThread (this=0x1f311a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2304
#4  0x01e57c01 in WTF::TCMalloc_PageHeap::runScavengerThread (context=0x1f311a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1438
#5  0x0037480e in start_thread (arg=0xb0f6ab70) at pthread_create.c:300
#6  0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 10 (Thread 0xb0768b70 (LWP 12301)):
#0  0x0497892b in pthread_mutex_lock (mutex=0x9ab5a9c) at forward.c:182
#1  0x04d13d0c in g_main_context_check () from /lib/libglib-2.0.so.0
#2  0x04d1447c in ?? () from /lib/libglib-2.0.so.0
#3  0x04d14863 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#4  0x00681c0f in QEventDispatcherGlib::processEvents (this=0x93c9490, flags=...) at kernel/qeventdispatcher_glib.cpp:409
#5  0x006544c9 in QEventLoop::processEvents (this=0xb07682d0, flags=) at kernel/qeventloop.cpp:149
#6  0x0065491a in QEventLoop::exec (this=0xb07682d0, flags=...) at kernel/qeventloop.cpp:201
#7  0x00551558 in QThread::exec (this=0x9a36220) at thread/qthread.cpp:487
#8  0x0436aed0 in ?? () from /usr/lib/libkdevplatformlanguage.so.1
#9  0x005543ae in QThreadPrivate::start (arg=0x9a36220) at thread/qthread_unix.cpp:244
#10 0x0037480e in start_thread (arg=0xb0768b70) at pthread_create.c:300
#11 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 9 (Thread 0xaf44fb70 (LWP 12302)):
#0  0x04d13f61 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#1  0x04d14351 in ?? () from /lib/libglib-2.0.so.0
#2  0x04d14863 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#3  0x00681c0f in QEventDispatcherGlib::processEvents (this=0x8e8f270, flags=...) at kernel/qeventdispatcher_glib.cpp:409
#4  0x006544c9 in QEventLoop::processEvents (this=0xaf44f2d0, flags=) at kernel/qeventloop.cpp:149
#5  0x0065491a in QEventLoop::exec (this=0xaf44f2d0, flags=...) at kernel/qeventloop.cpp:201
#6  0x00551558 in QThread::exec (this=0x9a63e88) at thread/qthread.cpp:487
#7  0x0436aed0 in ?? () from /usr/lib/libkdevplatformlanguage.so.1
#8  0x005543ae in QThreadPrivate::start (arg=0x9a63e88) at thread/qthread_unix.cpp:244
#9  0x0037480e in start_thread (arg=0xaf44fb70) at pthread_create.c:300
#10 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 8 (Thread 0xaec4eb70 (LWP 12303)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00379142 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0x049787e4 in __pthread_cond_timedwait (cond=0xaec4e234, mutex=0xaec4e264, abstime=0xaec4e2b0) at forward.c:152
#3  0x00553c9e in thread_sleep (ti=0x1) at thread/qthread_unix.cpp:394
#4  0x00553df3 in QThread::msleep (msecs=30) at thread/qthread_unix.cpp:420
#5  0x06226ecb in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so
#6  0x005543ae in QThreadPrivate::start (arg=0x9ac3ca0) at thread/qthread_unix.cpp:244
#7  0x0037480e in start_thread (arg=0xaec4eb70) at pthread_create.c:300
#8  0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 7 (Thread 0xae44db70 (LWP 12304)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00378e15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0497878d in __pthread_cond_wait (cond=0x8912fc0, mutex=0x8912fa8) at forward.c:139
#3  0x00555307 in QWaitConditionPrivate::wait (this=0x89107e0, mutex=0x8910ec0, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x89107e0, mutex=0x8910ec0, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#5  0x0202f8a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x89107c8, th=0x93a85e0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0203241c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8914090, th=0x93a85e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0202e26b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x89107c8, th=0x93a85e0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x02032512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8914090, th=0x93a85e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x89107c8, th=0x93a85e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x02032531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8914090, th=0x93a85e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x89107c8, th=0x93a85e0, previous=0xc5205d8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x020304fe in ThreadWeaver::ThreadRunHelper::run (this=0xae44d304, parent=0x89107c8, th=0x93a85e0) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x02030b1b in ThreadWeaver::Thread::run (this=0x93a85e0) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x005543ae in QThreadPrivate::start (arg=0x93a85e0) at thread/qthread_unix.cpp:244
#15 0x0037480e in start_thread (arg=0xae44db70) at pthread_create.c:300
#16 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 6 (Thread 0xadc4cb70 (LWP 12305)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00378e15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0497878d in __pthread_cond_wait (cond=0x8912fc0, mutex=0x8912fa8) at forward.c:139
#3  0x00555307 in QWaitConditionPrivate::wait (this=0x89107e0, mutex=0x8910ec0, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x89107e0, mutex=0x8910ec0, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#5  0x0202f8a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x89107c8, th=0x9ac4690) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0203241c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8914090, th=0x9ac4690) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0202e26b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x89107c8, th=0x9ac4690) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x02032512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8914090, th=0x9ac4690) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x89107c8, th=0x9ac4690, previous=0xa3edca8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x020304fe in ThreadWeaver::ThreadRunHelper::run (this=0xadc4c304, parent=0x89107c8, th=0x9ac4690) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x02030b1b in ThreadWeaver::Thread::run (this=0x9ac4690) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x005543ae in QThreadPrivate::start (arg=0x9ac4690) at thread/qthread_unix.cpp:244
#13 0x0037480e in start_thread (arg=0xadc4cb70) at pthread_create.c:300
#14 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 5 (Thread 0xb4204b70 (LWP 17608)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00378e15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0497878d in __pthread_cond_wait (cond=0x9c572f8, mutex=0x9c572e0) at forward.c:139
#3  0x00555307 in QWaitConditionPrivate::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#5  0x0202f8a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f80538, th=0x9a24780) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0203241c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xbed26b8, th=0x9a24780) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0202e26b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f80538, th=0x9a24780) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x02032512 in ThreadWeaver::WorkingHardState::applyForWork (this=0xbed26b8, th=0x9a24780) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f80538, th=0x9a24780, previous=0xba501b8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x020304fe in ThreadWeaver::ThreadRunHelper::run (this=0xb4204304, parent=0x9f80538, th=0x9a24780) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x02030b1b in ThreadWeaver::Thread::run (this=0x9a24780) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x005543ae in QThreadPrivate::start (arg=0x9a24780) at thread/qthread_unix.cpp:244
#13 0x0037480e in start_thread (arg=0xb4204b70) at pthread_create.c:300
#14 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 4 (Thread 0xacea3b70 (LWP 17609)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00378e15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0497878d in __pthread_cond_wait (cond=0x9c572f8, mutex=0x9c572e0) at forward.c:139
#3  0x00555307 in QWaitConditionPrivate::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#5  0x0202f8a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f80538, th=0xc58c0f0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0203241c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xbed26b8, th=0xc58c0f0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0202e26b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f80538, th=0xc58c0f0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x02032512 in ThreadWeaver::WorkingHardState::applyForWork (this=0xbed26b8, th=0xc58c0f0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f80538, th=0xc58c0f0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x02032531 in ThreadWeaver::WorkingHardState::applyForWork (this=0xbed26b8, th=0xc58c0f0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f80538, th=0xc58c0f0, previous=0xcfaa568) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x020304fe in ThreadWeaver::ThreadRunHelper::run (this=0xacea3304, parent=0x9f80538, th=0xc58c0f0) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x02030b1b in ThreadWeaver::Thread::run (this=0xc58c0f0) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x005543ae in QThreadPrivate::start (arg=0xc58c0f0) at thread/qthread_unix.cpp:244
#15 0x0037480e in start_thread (arg=0xacea3b70) at pthread_create.c:300
#16 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 3 (Thread 0xac6a2b70 (LWP 17886)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00378e15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0497878d in __pthread_cond_wait (cond=0x9c572f8, mutex=0x9c572e0) at forward.c:139
#3  0x00555307 in QWaitConditionPrivate::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#5  0x0202f8a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f80538, th=0xb244d40) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0203241c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xbed26b8, th=0xb244d40) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0202e26b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f80538, th=0xb244d40) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x02032512 in ThreadWeaver::WorkingHardState::applyForWork (this=0xbed26b8, th=0xb244d40) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f80538, th=0xb244d40, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x02032531 in ThreadWeaver::WorkingHardState::applyForWork (this=0xbed26b8, th=0xb244d40) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f80538, th=0xb244d40, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x020304fe in ThreadWeaver::ThreadRunHelper::run (this=0xac6a2304, parent=0x9f80538, th=0xb244d40) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x02030b1b in ThreadWeaver::Thread::run (this=0xb244d40) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x005543ae in QThreadPrivate::start (arg=0xb244d40) at thread/qthread_unix.cpp:244
#15 0x0037480e in start_thread (arg=0xac6a2b70) at pthread_create.c:300
#16 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0xabea1b70 (LWP 17887)):
#0  0x00407422 in __kernel_vsyscall ()
#1  0x00378e15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0497878d in __pthread_cond_wait (cond=0x9c572f8, mutex=0x9c572e0) at forward.c:139
#3  0x00555307 in QWaitConditionPrivate::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x9f80550, mutex=0xc7da758, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#5  0x0202f8a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f80538, th=0x9823fe0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0203241c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xbed26b8, th=0x9823fe0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0202e26b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f80538, th=0x9823fe0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x02032512 in ThreadWeaver::WorkingHardState::applyForWork (this=0xbed26b8, th=0x9823fe0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x0202fb23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f80538, th=0x9823fe0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x020304fe in ThreadWeaver::ThreadRunHelper::run (this=0xabea1304, parent=0x9f80538, th=0x9823fe0) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x02030b1b in ThreadWeaver::Thread::run (this=0x9823fe0) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x005543ae in QThreadPrivate::start (arg=0x9823fe0) at thread/qthread_unix.cpp:244
#13 0x0037480e in start_thread (arg=0xabea1b70) at pthread_create.c:300
#14 0x0496b7ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb7774700 (LWP 11273)):
[KCrash Handler]
#6  0x0059baad in QString::operator== (this=0x9e60c80, other=...) at tools/qstring.cpp:2060
#7  0x04ec2b71 in KDirWatchPrivate::Entry::findSubEntry (this=0x8a0d2d0) at ../../kio/kio/kdirwatch_p.h:161
#8  KDirWatchPrivate::inotifyEventReceived (this=0x8a0d2d0) at ../../kio/kio/kdirwatch.cpp:309
#9  0x04ec6363 in KDirWatchPrivate::qt_metacall (this=0x8a0d2d0, _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbfc49078) at ./kdirwatch_p.moc:83
#10 0x0065b11a in QMetaObject::metacall (object=0x8a0d2d0, cl=204740104, idx=6, argv=0xbfc49078) at kernel/qmetaobject.cpp:237
#11 0x0066989b in QMetaObject::activate (sender=0x8a03c40, m=0x76a550, local_signal_index=0, argv=0xbfc49078) at kernel/qobject.cpp:3294
#12 0x006bb053 in QSocketNotifier::activated (this=0x8a03c40, _t1=11) at .moc/release-shared/moc_qsocketnotifier.cpp:89
#13 0x00670e27 in QSocketNotifier::event (this=0x8a03c40, e=0xbfc49494) at kernel/qsocketnotifier.cpp:317
#14 0x0101619c in QApplicationPrivate::notify_helper (this=0x87e0568, receiver=0x8a03c40, e=0xbfc49494) at kernel/qapplication.cpp:4242
#15 0x0101cdf7 in QApplication::notify (this=0xbfc4a7c4, receiver=0x8a03c40, e=0xbfc49494) at kernel/qapplication.cpp:3661
#16 0x00ba867a in KApplication::notify (this=0xbfc4a7c4, receiver=0x8a03c40, event=0xbfc49494) at ../../kdeui/kernel/kapplication.cpp:302
#17 0x00655eab in QCoreApplication::notifyInternal (this=0xbfc4a7c4, receiver=0x8a03c40, event=0xbfc49494) at kernel/qcoreapplication.cpp:704
#18 0x00681faa in QCoreApplication::sendEvent (source=0x8671070) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#19 socketNotifierSourceDispatch (source=0x8671070) at kernel/qeventdispatcher_glib.cpp:110
#20 0x04d10e88 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#21 0x04d14730 in ?? () from /lib/libglib-2.0.so.0
#22 0x04d14863 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#23 0x00681bd5 in QEventDispatcherGlib::processEvents (this=0x87e0548, flags=...) at kernel/qeventdispatcher_glib.cpp:407
#24 0x010d3b75 in QGuiEventDispatcherGlib::processEvents (this=0x87e0548, flags=...) at kernel/qguieventdispatcher_glib.cpp:202
#25 0x006544c9 in QEventLoop::processEvents (this=0xbfc49730, flags=) at kernel/qeventloop.cpp:149
#26 0x0065491a in QEventLoop::exec (this=0xbfc49730, flags=...) at kernel/qeventloop.cpp:201
#27 0x0154fc43 in QDialog::exec (this=0xbfc497a0) at dialogs/qdialog.cpp:530
#28 0x05d9663f in KateDocument::slotModifiedOnDisk (this=0xa077200) at ../../kate/document/katedocument.cpp:3831
#29 0x05dabc52 in KateDocument::qt_metacall (this=0xa077200, _c=QMetaObject::InvokeMetaMethod, _id=62, _a=0xbfc49998) at ./katedocument.moc:372
#30 0x0065b11a in QMetaObject::metacall (object=0xa077200, cl=204740104, idx=94, argv=0xbfc49998) at kernel/qmetaobject.cpp:237
#31 0x0066989b in QMetaObject::activate (sender=0xb52bcb8, m=0x9c8860, local_signal_index=0, argv=0xbfc49998) at kernel/qobject.cpp:3294
#32 0x009b3263 in KTextEditor::View::focusIn (this=0xb52bcb8, _t1=0xb52bcb8) at ./view.moc:125
#33 0x05e34f88 in KateView::slotGotFocus (this=0xb52bcb8) at ../../kate/view/kateview.cpp:996
#34 0x05e49128 in KateViewInternal::focusInEvent (this=0xa1ce6e8) at ../../kate/view/kateviewinternal.cpp:3145
#35 0x010731e7 in QWidget::event (this=0xa1ce6e8, event=0xbfc49f00) at kernel/qwidget.cpp:8083
#36 0x0101619c in QApplicationPrivate::notify_helper (this=0x87e0568, receiver=0xa1ce6e8, e=0xbfc49f00) at kernel/qapplication.cpp:4242
#37 0x0101ceb7 in QApplication::notify (this=0xbfc4a7c4, receiver=0xa1ce6e8, e=0xbfc49f00) at kernel/qapplication.cpp:4207
#38 0x00ba867a in KApplication::notify (this=0xbfc4a7c4, receiver=0xa1ce6e8, event=0xbfc49f00) at ../../kdeui/kernel/kapplication.cpp:302
#39 0x00655eab in QCoreApplication::notifyInternal (this=0xbfc4a7c4, receiver=0xa1ce6e8, event=0xbfc49f00) at kernel/qcoreapplication.cpp:704
#40 0x0102491e in QCoreApplication::sendEvent (receiver=0xa1ce6e8, event=0x9d71970) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#41 0x0101bb7e in QApplicationPrivate::setFocusWidget (focus=0xa1ce6e8, reason=Qt::ActiveWindowFocusReason) at kernel/qapplication.cpp:2128
#42 0x0106e265 in QWidget::setFocus (this=0xa1ce6e8, reason=Qt::ActiveWindowFocusReason) at kernel/qwidget.cpp:6113
#43 0x010206a1 in QApplication::setActiveWindow (act=0x87442f0) at kernel/qapplication.cpp:2465
#44 0x010a4b57 in QApplication::x11ProcessEvent (this=0xbfc4a7c4, event=0xbfc4a3dc) at kernel/qapplication_x11.cpp:3420
#45 0x010d404a in x11EventSourceDispatch (s=0x86710b0, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#46 0x04d10e88 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#47 0x04d14730 in ?? () from /lib/libglib-2.0.so.0
#48 0x04d14863 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#49 0x00681bd5 in QEventDispatcherGlib::processEvents (this=0x87e0548, flags=...) at kernel/qeventdispatcher_glib.cpp:407
#50 0x010d3b75 in QGuiEventDispatcherGlib::processEvents (this=0x87e0548, flags=...) at kernel/qguieventdispatcher_glib.cpp:202
#51 0x006544c9 in QEventLoop::processEvents (this=0xbfc4a6d4, flags=) at kernel/qeventloop.cpp:149
#52 0x0065491a in QEventLoop::exec (this=0xbfc4a6d4, flags=...) at kernel/qeventloop.cpp:201
#53 0x00658b0f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#54 0x01016237 in QApplication::exec () at kernel/qapplication.cpp:3570
#55 0x0804d9fb in _start ()

Possible duplicates by query: bug 216914, bug 216782.

Reported using DrKonqi
Comment 1 Andreas Pakulat 2010-01-11 09:40:59 UTC

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