Bug 315420 - KDevelop crashes when build
Summary: KDevelop crashes when build
Status: RESOLVED DUPLICATE of bug 238765
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.4.1
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 21:53 UTC by Brallan Aguilar
Modified: 2013-02-19 08:16 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 Brallan Aguilar 2013-02-18 21:53:55 UTC
Application: kdevelop (4.4.1)
KDE Platform Version: 4.9.5
Qt Version: 4.8.4
Operating System: Linux 3.7.7-201.fc18.i686 i686
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed: I include a library (installed on the PC) to a C++ file, when I build it, it crashes

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

Thread 11 (Thread 0xb4750b40 (LWP 3046)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0x4b8ae534 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:237
#2  0x4160faae in wait (time=1000, this=0x9afc848) at thread/qwaitcondition_unix.cpp:84
#3  QWaitCondition::wait (this=0x9afe5fc, mutex=0x9afe600, time=1000) at thread/qwaitcondition_unix.cpp:158
#4  0x43c33d5a in KDevelop::DUChainPrivate::CleanupThread::run (this=0x9afe5f0) at /usr/src/debug/kdevplatform-1.4.1/language/duchain/duchain.cpp:282
#5  0x4160f53a in QThreadPrivate::start (arg=0x9afe5f0) at thread/qthread_unix.cpp:338
#6  0x4b8aaaff in start_thread (arg=0xb4750b40) at pthread_create.c:308
#7  0x4b7e109e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132

Thread 10 (Thread 0xb2692b40 (LWP 3049)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0x4b8b11db in read () at ../sysdeps/unix/syscall-template.S:81
#2  0x4ba7bbc6 in g_wakeup_acknowledge () from /lib/libglib-2.0.so.0
#3  0x4ba39fab in g_main_context_check () from /lib/libglib-2.0.so.0
#4  0x4ba3a412 in g_main_context_iterate.isra.22 () from /lib/libglib-2.0.so.0
#5  0x4ba3a5e2 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#6  0x41757aef in QEventDispatcherGlib::processEvents (this=0xb1d00468, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#7  0x41723b2d in QEventLoop::processEvents (this=this@entry=0xb2692208, flags=...) at kernel/qeventloop.cpp:149
#8  0x41723e29 in QEventLoop::exec (this=0xb2692208, flags=...) at kernel/qeventloop.cpp:204
#9  0x4160c0ac in QThread::exec (this=0x9d5a2f8) at thread/qthread.cpp:542
#10 0x43d3a687 in KDevelop::CompletionWorkerThread::run (this=0x9d5a2f8) at /usr/src/debug/kdevplatform-1.4.1/language/codecompletion/codecompletionmodel.cpp:84
#11 0x4160f53a in QThreadPrivate::start (arg=0x9d5a2f8) at thread/qthread_unix.cpp:338
#12 0x4b8aaaff in start_thread (arg=0xb2692b40) at pthread_create.c:308
#13 0x4b7e109e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132

Thread 9 (Thread 0xb1cffb40 (LWP 3050)):
#0  0x4b8cadad in __GI_clock_gettime (clock_id=1, tp=0xb1cfef58) at ../sysdeps/unix/clock_gettime.c:115
#1  0x4166ecc6 in do_gettime (frac=0xb1cfef50, sec=0xb1cfef48) at tools/qelapsedtimer_unix.cpp:123
#2  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#3  0x4175860f in QTimerInfoList::updateCurrentTime (this=0xb1cfefd8) at kernel/qeventdispatcher_unix.cpp:354
#4  0x7fffffff in ?? ()
#5  0x417589cb in QTimerInfoList::timerWait (this=0x41757133 <timerSourcePrepareHelper(GTimerSource*, gint*)+99>, tm=...) at kernel/qeventdispatcher_unix.cpp:461
#6  0x7fffffff in ?? ()

Thread 8 (Thread 0xb03a9b40 (LWP 3055)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0x4b8ae18c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:171
#2  0x4397f74d in QTWTF::TCMalloc_PageHeap::scavengerThread (this=this@entry=0x43a8e2a0 <QTWTF::pageheap_memory>) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#3  0x4397f780 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x43a8e2a0 <QTWTF::pageheap_memory>) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#4  0x4b8aaaff in start_thread (arg=0xb03a9b40) at pthread_create.c:308
#5  0x4b7e109e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132

Thread 7 (Thread 0xaf5ffb40 (LWP 3081)):
#0  __GI___pthread_mutex_lock (mutex=0xb1d025c8) at pthread_mutex_lock.c:133
#1  0x4ba7c961 in g_mutex_lock () from /lib/libglib-2.0.so.0
#2  0x4ba3a355 in g_main_context_iterate.isra.22 () from /lib/libglib-2.0.so.0
#3  0x4ba3a5e2 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#4  0x41757aef in QEventDispatcherGlib::processEvents (this=0xb1d024e0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x41723b2d in QEventLoop::processEvents (this=this@entry=0xaf5ff1e8, flags=...) at kernel/qeventloop.cpp:149
#6  0x41723e29 in QEventLoop::exec (this=0xaf5ff1e8, flags=...) at kernel/qeventloop.cpp:204
#7  0x4160c0ac in QThread::exec (this=0xa0f0098) at thread/qthread.cpp:542
#8  0x41701afe in QInotifyFileSystemWatcherEngine::run (this=0xa0f0098) at io/qfilesystemwatcher_inotify.cpp:256
#9  0x4160f53a in QThreadPrivate::start (arg=0xa0f0098) at thread/qthread_unix.cpp:338
#10 0x4b8aaaff in start_thread (arg=0xaf5ffb40) at pthread_create.c:308
#11 0x4b7e109e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132

Thread 6 (Thread 0xae0c4b40 (LWP 3146)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0x4b8ae18c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:171
#2  0x45c70a89 in WTF::TCMalloc_PageHeap::scavengerThread (this=this@entry=0x463e5fe0 <WTF::pageheap_memory>) at wtf/FastMalloc.cpp:2495
#3  0x45c70b80 in WTF::TCMalloc_PageHeap::runScavengerThread (context=0x463e5fe0 <WTF::pageheap_memory>) at wtf/FastMalloc.cpp:1618
#4  0x4b8aaaff in start_thread (arg=0xae0c4b40) at pthread_create.c:308
#5  0x4b7e109e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132

Thread 5 (Thread 0xae8c5b40 (LWP 3147)):
#0  0x4b8cadad in __GI_clock_gettime (clock_id=1, tp=0xae8c4f68) at ../sysdeps/unix/clock_gettime.c:115
#1  0x4166ecc6 in do_gettime (frac=0xae8c4f60, sec=0xae8c4f58) at tools/qelapsedtimer_unix.cpp:123
#2  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#3  0x4175860f in QTimerInfoList::updateCurrentTime (this=0xae8c4fe8) at kernel/qeventdispatcher_unix.cpp:354
#4  0x7fffffff in ?? ()
#5  0x417589cb in QTimerInfoList::timerWait (this=0x41757133 <timerSourcePrepareHelper(GTimerSource*, gint*)+99>, tm=...) at kernel/qeventdispatcher_unix.cpp:461
#6  0x7fffffff in ?? ()

Thread 4 (Thread 0xabc8fb40 (LWP 3366)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0x4b8ae18c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:171
#2  0x4160fb38 in wait (time=4294967295, this=0x9a29550) at thread/qwaitcondition_unix.cpp:86
#3  QWaitCondition::wait (this=0x9a294a0, mutex=0x9a003c0, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#4  0x41031966 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9a29488, th=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x4103484c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x985f9e0, th=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x410314bb in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9a29488, th=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x410349c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x985f9e0, th=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x410313b4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9a29488, th=0x979bab0, previous=0x0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x410349e0 in ThreadWeaver::WorkingHardState::applyForWork (this=0x985f9e0, th=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x410313b4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9a29488, th=0x979bab0, previous=0x0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:351
#11 0x410349e0 in ThreadWeaver::WorkingHardState::applyForWork (this=0x985f9e0, th=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WorkingHardState.cpp:74
#12 0x410313b4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9a29488, th=0x979bab0, previous=0x0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:351
#13 0x410349e0 in ThreadWeaver::WorkingHardState::applyForWork (this=0x985f9e0, th=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WorkingHardState.cpp:74
#14 0x410313b4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9a29488, th=0x979bab0, previous=0xa0046f0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:351
#15 0x41033384 in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0xabc8f244, parent=0x9a29488, th=th@entry=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/Thread.cpp:87
#16 0x4103344b in ThreadWeaver::Thread::run (this=0x979bab0) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/Thread.cpp:142
#17 0x4160f53a in QThreadPrivate::start (arg=0x979bab0) at thread/qthread_unix.cpp:338
#18 0x4b8aaaff in start_thread (arg=0xabc8fb40) at pthread_create.c:308
#19 0x4b7e109e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132

Thread 3 (Thread 0xab48eb40 (LWP 3367)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0x4b8ae18c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:171
#2  0x4160fb38 in wait (time=4294967295, this=0x9a29550) at thread/qwaitcondition_unix.cpp:86
#3  QWaitCondition::wait (this=0x9a294a0, mutex=0x9a003c0, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#4  0x41031966 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9a29488, th=0xaf71428) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x4103484c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x985f9e0, th=0xaf71428) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x410314bb in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9a29488, th=0xaf71428) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x410349c4 in ThreadWeaver::WorkingHardState::applyForWork (this=0x985f9e0, th=0xaf71428) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x410313b4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9a29488, th=0xaf71428, previous=0xa003720) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x41033384 in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0xab48e244, parent=0x9a29488, th=th@entry=0xaf71428) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/Thread.cpp:87
#10 0x4103344b in ThreadWeaver::Thread::run (this=0xaf71428) at /usr/src/debug/kdelibs-4.9.5/threadweaver/Weaver/Thread.cpp:142
#11 0x4160f53a in QThreadPrivate::start (arg=0xaf71428) at thread/qthread_unix.cpp:338
#12 0x4b8aaaff in start_thread (arg=0xab48eb40) at pthread_create.c:308
#13 0x4b7e109e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132

Thread 2 (Thread 0xac8a2b40 (LWP 3540)):
#0  0xb7784424 in __kernel_vsyscall ()
#1  0x4b7d6b8b in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0x41754712 in poll (__timeout=<optimized out>, __nfds=5, __fds=0xac8a1408) at /usr/include/bits/poll2.h:46
#3  qt_safe_poll (fds=0xac8a1408, nfds=5, timeout_ms=30000, retry_eintr=true) at kernel/qcore_unix.cpp:150
#4  0x416fe01d in QProcessPrivate::waitForFinished (this=0xad5a0560, msecs=30000) at io/qprocess_unix.cpp:1060
#5  0x416b1ab7 in QProcess::waitForFinished (this=0xac8a1544, msecs=30000) at io/qprocess.cpp:1759
#6  0x416b20cd in QProcess::~QProcess (this=0xac8a1544, __in_chrg=<optimized out>) at io/qprocess.cpp:1151
#7  0x4299673b in KProcess::~KProcess (this=0xac8a1544, __in_chrg=<optimized out>) at /usr/src/debug/kdelibs-4.9.5/kdecore/io/kprocess.cpp:122
#8  0xb2aaab6b in CMakeProjectVisitor::visit (this=0xac8a1c78, exec=0xad552250) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1365
#9  0xb2aa1f18 in ExecProgramAst::accept (this=0xad552250, visitor=0xac8a1c78) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeast.h:212
#10 0xb2abc92f in CMakeProjectVisitor::walk (this=0xac8a1c78, fc=..., line=3, isClean=false) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2233
#11 0xb2abec11 in CMakeProjectVisitor::visit (this=0xac8a1c78, ifast=0xad57c5c0) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1307
#12 0xb2aa2198 in IfAst::accept (this=0xad57c5c0, visitor=0xac8a1c78) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeast.h:428
#13 0xb2abc92f in CMakeProjectVisitor::walk (this=0xac8a1c78, fc=..., line=2, isClean=false) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2233
#14 0xb2abec11 in CMakeProjectVisitor::visit (this=0xac8a1c78, ifast=0xad56a9b8) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1307
#15 0xb2aa2198 in IfAst::accept (this=0xad56a9b8, visitor=0xac8a1c78) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeast.h:428
#16 0xb2abc92f in CMakeProjectVisitor::walk (this=0xac8a1c78, fc=..., line=0, isClean=true) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2233
#17 0xb2ad4de5 in CMakeParserUtils::includeScript (file=..., parent=..., data=0xb2b16dd4, sourcedir=..., env=...) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/parser/cmakeparserutils.cpp:176
#18 0xae8eca19 in CMakeManager::includeScript (this=0xac8a1e44, file=..., project=0xac8a1e3c, dir=..., parent=...) at /usr/src/debug/kdevelop-4.4.1/projectmanagers/cmake/cmakemanager.cpp:669
#19 0x0a456fa4 in ?? ()
#20 0x00650064 in ?? ()
#21 0x00000000 in ?? ()

Thread 1 (Thread 0xb7745780 (LWP 3045)):
[KCrash Handler]
#7  0xaf669df1 in MakeJob::start (this=0x9f627d0) at /usr/src/debug/kdevelop-4.4.1/projectbuilders/makebuilder/makejob.cpp:94
#8  0x44869d36 in KDevelop::RunController::registerJob (this=this@entry=0x9a29368, job=0x9f627d0) at /usr/src/debug/kdevplatform-1.4.1/shell/runcontroller.cpp:566
#9  0xaf654a8a in ConfigureAndBuildJob::slotResult (this=0xb151860, job=0xb15a978) at /usr/src/debug/kdevelop-4.4.1/projectbuilders/cmakebuilder/configureandbuildjob.cpp:56
#10 0x429aea4d in KCompositeJob::qt_static_metacall (_o=0xb151860, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfcfa6d8) at /usr/src/debug/kdelibs-4.9.5/i686-redhat-linux-gnu/kdecore/kcompositejob.moc:50
#11 0x4173c25e in QMetaObject::activate (sender=0xb15a978, m=0x42b694ac <KJob::staticMetaObject>, local_signal_index=3, argv=0xbfcfa6d8) at kernel/qobject.cpp:3539
#12 0x429afc06 in KJob::result (this=this@entry=0xb15a978, _t1=_t1@entry=0xb15a978) at /usr/src/debug/kdelibs-4.9.5/i686-redhat-linux-gnu/kdecore/kjob.moc:207
#13 0x429afc59 in KJob::emitResult (this=0xb15a978) at /usr/src/debug/kdelibs-4.9.5/kdecore/jobs/kjob.cpp:318
#14 0xaf652a1b in CMakeJob::slotCompleted (this=0xb15a978) at /usr/src/debug/kdevelop-4.4.1/projectbuilders/cmakebuilder/cmakejob.cpp:127
#15 0x4173c25e in QMetaObject::activate (sender=0xb4170d0, m=0x412532b8 <KDevelop::CommandExecutor::staticMetaObject>, local_signal_index=3, argv=0x0) at kernel/qobject.cpp:3539
#16 0x41246de6 in KDevelop::CommandExecutor::completed (this=0xb4170d0) at /usr/src/debug/kdevplatform-1.4.1/i686-redhat-linux-gnu/util/commandexecutor.moc:134
#17 0x41246f3e in procFinished (status=QProcess::NormalExit, code=0, this=0xa185760) at /usr/src/debug/kdevplatform-1.4.1/util/commandexecutor.cpp:58
#18 qt_static_metacall (_a=0xbfcfa934, _id=5, _o=0xb4170d0, _c=<optimized out>) at /usr/src/debug/kdevplatform-1.4.1/i686-redhat-linux-gnu/util/commandexecutor.moc:65
#19 KDevelop::CommandExecutor::qt_static_metacall (_o=0xb4170d0, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfcfa934) at /usr/src/debug/kdevplatform-1.4.1/i686-redhat-linux-gnu/util/commandexecutor.moc:54
#20 0x4173c25e in QMetaObject::activate (sender=0x9cc2430, m=0x4188ea5c <QProcess::staticMetaObject>, local_signal_index=2, argv=0xbfcfa934) at kernel/qobject.cpp:3539
#21 0x416b1dae in QProcess::finished (this=0x9cc2430, _t1=0, _t2=QProcess::NormalExit) at .moc/release-shared/moc_qprocess.cpp:155
#22 0x416b6585 in QProcessPrivate::_q_processDied (this=0xb32a8a0) at io/qprocess.cpp:1068
#23 0x416b6617 in QProcess::qt_static_metacall (_o=0x9cc2430, _c=QMetaObject::InvokeMetaMethod, _id=13, _a=0xbfcfaa88) at .moc/release-shared/moc_qprocess.cpp:91
#24 0x4173c25e in QMetaObject::activate (sender=0xb242400, m=0x418909b8 <QSocketNotifier::staticMetaObject>, local_signal_index=0, argv=0xbfcfaa88) at kernel/qobject.cpp:3539
#25 0x4178f326 in QSocketNotifier::activated (this=0xb242400, _t1=50) at .moc/release-shared/moc_qsocketnotifier.cpp:102
#26 0x41744527 in QSocketNotifier::event (this=0xb242400, e=0xbfcfaec4) at kernel/qsocketnotifier.cpp:317
#27 0x41ef206c in QApplicationPrivate::notify_helper (this=0x9727e68, receiver=0xb242400, e=0xbfcfaec4) at kernel/qapplication.cpp:4562
#28 0x41ef6b2f in QApplication::notify (this=0xbfcfaec4, receiver=0xb242400, e=0xbfcfaec4) at kernel/qapplication.cpp:3944
#29 0x42d7ba82 in KApplication::notify (this=0xbfcfb2f8, receiver=0xb242400, event=0xbfcfaec4) at /usr/src/debug/kdelibs-4.9.5/kdeui/kernel/kapplication.cpp:311
#30 0x4172508e in QCoreApplication::notifyInternal (this=0xbfcfb2f8, receiver=0xb242400, event=0xbfcfaec4) at kernel/qcoreapplication.cpp:946
#31 0x41757268 in sendEvent (event=0xbfcfaec4, receiver=<optimized out>) at kernel/qcoreapplication.h:231
#32 socketNotifierSourceDispatch (source=0x9721458) at kernel/qeventdispatcher_glib.cpp:110
#33 0x4ba3a15b in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#34 0x4ba3a500 in g_main_context_iterate.isra.22 () from /lib/libglib-2.0.so.0
#35 0x4ba3a5e2 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#36 0x41757ad2 in QEventDispatcherGlib::processEvents (this=0x96fa380, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#37 0x41fa470b in QGuiEventDispatcherGlib::processEvents (this=0x96fa380, flags=...) at kernel/qguieventdispatcher_glib.cpp:207
#38 0x41723b2d in QEventLoop::processEvents (this=this@entry=0xbfcfb108, flags=...) at kernel/qeventloop.cpp:149
#39 0x41723e29 in QEventLoop::exec (this=0xbfcfb108, flags=...) at kernel/qeventloop.cpp:204
#40 0x4172936b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1218
#41 0x41eefee5 in QApplication::exec () at kernel/qapplication.cpp:3823
#42 0x08055534 in main (argc=<optimized out>, argv=0xbfcfb534) at /usr/src/debug/kdevelop-4.4.1/app/main.cpp:519

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

Possible duplicates by query: bug 314944, bug 309650, bug 305860.

Reported using DrKonqi
Comment 1 Kevin Funk 2013-02-19 08:16:17 UTC

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