Bug 317659

Summary: Crashed on a simple compilation.
Product: [Applications] kdevelop Reporter: Alexander Bezsilko <demonsboots>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: 4.3.1   
Target Milestone: 4.3.0   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexander Bezsilko 2013-04-01 00:01:42 UTC
Application: kdevelop (4.3.1)
KDE Platform Version: 4.8.4 (4.8.4)
Qt Version: 4.8.2
Operating System: Linux 3.8.0 x86_64
Distribution: Debian GNU/Linux 7.0 (wheezy)

-- Information about the crash:
- What I was doing when the application crashed:

Steps:
Create first sImple class with empty cinstructor and non-virtual destructor.
Create second simple class with empty cinstructor and non-virtual destructor, than inherit first class.
In main() create two object of first and second classes, bin the two local scopes create a references to this objects. (Watchin about non-virtual desctructors). And after compilation (I think before created object some module), KDevelop crashed.

-- 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 0x7fece4c28760 (LWP 11030))]

Thread 14 (Thread 0x7fecca37c700 (LWP 11031)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00007fece3216167 in wait (time=1000, this=0x23cc640) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x23cc470, time=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fecdf1e762b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x23cc450) at ../../language/duchain/duchain.cpp:282
#4  0x00007fece3215d0b in QThreadPrivate::start (arg=0x23cc450) at thread/qthread_unix.cpp:307
#5  0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#6  0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 13 (Thread 0x7fecb63a2700 (LWP 11036)):
#0  0x00007fece12af205 in __pthread_mutex_lock (mutex=0x2eec830) at pthread_mutex_lock.c:92
#1  0x00007fecdcef2421 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fecdceb5943 in g_main_context_release () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fecdceb65d5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fecdceb6744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fece333f296 in QEventDispatcherGlib::processEvents (this=0x2eec720, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007fece330f8af in QEventLoop::processEvents (this=this@entry=0x7fecb63a1e40, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007fece330fb38 in QEventLoop::exec (this=0x7fecb63a1e40, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007fece3212d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#9  0x00007fece3215d0b in QThreadPrivate::start (arg=0x2eec1b0) at thread/qthread_unix.cpp:307
#10 0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 12 (Thread 0x7fecb5ba1700 (LWP 11037)):
#0  0x00007fecdce88130 in pthread_mutex_unlock@plt () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fecdcef2451 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fecdceb5e55 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fecdceb654b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fecdceb6744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fece333f296 in QEventDispatcherGlib::processEvents (this=0x2ef81a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007fece330f8af in QEventLoop::processEvents (this=this@entry=0x7fecb5ba0e40, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007fece330fb38 in QEventLoop::exec (this=0x7fecb5ba0e40, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007fece3212d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#9  0x00007fece3215d0b in QThreadPrivate::start (arg=0x2f07330) at thread/qthread_unix.cpp:307
#10 0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7fecb52b9700 (LWP 11042)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007feccac31e77 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x00007feccac31ea9 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#4  0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7fec3421f700 (LWP 11049)):
#0  0x00007fecdcef2410 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fecdceb5e69 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fecdceb654b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fecdceb6744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fece333f296 in QEventDispatcherGlib::processEvents (this=0x3fbe230, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fece330f8af in QEventLoop::processEvents (this=this@entry=0x7fec3421ee10, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007fece330fb38 in QEventLoop::exec (this=0x7fec3421ee10, flags=...) at kernel/qeventloop.cpp:204
#7  0x00007fece3212d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#8  0x00007fece32f01bf in QInotifyFileSystemWatcherEngine::run (this=0x3fbbea0) at io/qfilesystemwatcher_inotify.cpp:248
#9  0x00007fece3215d0b in QThreadPrivate::start (arg=0x3fbbea0) at thread/qthread_unix.cpp:307
#10 0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7fec329e1700 (LWP 11103)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fecda1eaebd in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x00007fecda1eafc9 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#4  0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7fec331e2700 (LWP 11104)):
#0  0x00007fece12b062e in __pthread_mutex_unlock_usercnt (mutex=0x434e7d0, decr=<optimized out>) at pthread_mutex_unlock.c:52
#1  0x00007fecdcef2451 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fecdceb5e1d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fecdceb654b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fecdceb6744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fece333f296 in QEventDispatcherGlib::processEvents (this=0x38a1b10, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007fece330f8af in QEventLoop::processEvents (this=this@entry=0x7fec331e1e40, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007fece330fb38 in QEventLoop::exec (this=0x7fec331e1e40, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007fece3212d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#9  0x00007fece3215d0b in QThreadPrivate::start (arg=0x2e006a0) at thread/qthread_unix.cpp:307
#10 0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7febf1107700 (LWP 11114)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fece321620b in wait (time=18446744073709551615, this=0x4548580) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x3d9c3c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fecdabda301 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4506200, th=0x4002450) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fecdabdcb4b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x4002450) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x4002450) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fecdabdb9bf in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7febf1106e40, parent=0x4506200, th=th@entry=0x4002450) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007fecdabdba4b in ThreadWeaver::Thread::run (this=0x4002450) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007fece3215d0b in QThreadPrivate::start (arg=0x4002450) at thread/qthread_unix.cpp:307
#9  0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#10 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7febefeae700 (LWP 11300)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fece321620b in wait (time=18446744073709551615, this=0x14c0ca0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x14574e0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fecdabda301 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x14be930, th=0x4dbcff0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fecdabdcb4b in ThreadWeaver::WorkingHardState::applyForWork (this=0x1372890, th=0x4dbcff0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1372890, th=0x4dbcff0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fecdabdb9bf in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7febefeade40, parent=0x14be930, th=th@entry=0x4dbcff0) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007fecdabdba4b in ThreadWeaver::Thread::run (this=0x4dbcff0) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007fece3215d0b in QThreadPrivate::start (arg=0x4dbcff0) at thread/qthread_unix.cpp:307
#9  0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#10 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7febef6ad700 (LWP 11301)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fece321620b in wait (time=18446744073709551615, this=0x14c0ca0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x14574e0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fecdabda301 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x14be930, th=0x4e40ab0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fecdabdcb4b in ThreadWeaver::WorkingHardState::applyForWork (this=0x1372890, th=0x4e40ab0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fecdabdb9bf in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7febef6ace40, parent=0x14be930, th=th@entry=0x4e40ab0) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007fecdabdba4b in ThreadWeaver::Thread::run (this=0x4e40ab0) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007fece3215d0b in QThreadPrivate::start (arg=0x4e40ab0) at thread/qthread_unix.cpp:307
#8  0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#9  0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7febf0906700 (LWP 11345)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fece321620b in wait (time=18446744073709551615, this=0x4548580) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x3d9c3c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fecdabda301 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4506200, th=0x11311a0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fecdabdcb4b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x11311a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x11311a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x11311a0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007fecdabdb9bf in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7febf0905e40, parent=0x4506200, th=th@entry=0x11311a0) at ../../../threadweaver/Weaver/Thread.cpp:87
#8  0x00007fecdabdba4b in ThreadWeaver::Thread::run (this=0x11311a0) at ../../../threadweaver/Weaver/Thread.cpp:142
#9  0x00007fece3215d0b in QThreadPrivate::start (arg=0x11311a0) at thread/qthread_unix.cpp:307
#10 0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7febedbc8700 (LWP 11346)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fece321620b in wait (time=18446744073709551615, this=0x4548580) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x3d9c3c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fecdabda301 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4506200, th=0x5a456c0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fecdabdcb4b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5a456c0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fecdabdb9bf in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7febedbc7e40, parent=0x4506200, th=th@entry=0x5a456c0) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007fecdabdba4b in ThreadWeaver::Thread::run (this=0x5a456c0) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007fece3215d0b in QThreadPrivate::start (arg=0x5a456c0) at thread/qthread_unix.cpp:307
#8  0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#9  0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7febecfa1700 (LWP 11347)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fece321620b in wait (time=18446744073709551615, this=0x4548580) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x3d9c3c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fecdabda301 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x4506200, th=0x5aeb310) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fecdabdcb4b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#8  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#9  0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x00007fecdabdcb64 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3fdc520, th=0x5aeb310) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#12 0x00007fecdabdb9bf in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7febecfa0e40, parent=0x4506200, th=th@entry=0x5aeb310) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x00007fecdabdba4b in ThreadWeaver::Thread::run (this=0x5aeb310) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x00007fece3215d0b in QThreadPrivate::start (arg=0x5aeb310) at thread/qthread_unix.cpp:307
#15 0x00007fece12acb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#16 0x00007fece1f26a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#17 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fece4c28760 (LWP 11030)):
[KCrash Handler]
#6  0x00007fec31518012 in ?? ()
#7  0x00007fece332a1ca in QObject::connect (sender=0x417c490, signal=0x7fece2d74028 "2closeEditor(QWidget*,QAbstractItemDelegate::EndEditHint)", receiver=0x3d13910, method=0x7fece2d73fe8 "1closeEditor(QWidget*,QAbstractItemDelegate::EndEditHint)", type=Qt::AutoConnection) at kernel/qobject.cpp:2551
#8  0x00007fece2bbd6e5 in QAbstractItemView::setItemDelegate (this=0x3d13910, delegate=0x417c490) at itemviews/qabstractitemview.cpp:802
#9  0x00007fecc99756d7 in OutputWidget::createListView (this=this@entry=0x5f5d100, id=id@entry=1) at ../../../plugins/standardoutputview/outputwidget.cpp:431
#10 0x00007fecc99759ee in OutputWidget::addOutput (this=0x5f5d100, id=1) at ../../../plugins/standardoutputview/outputwidget.cpp:162
#11 0x00007fecc9976446 in OutputWidget::OutputWidget (this=0x5f5d100, parent=<optimized out>, tvdata=<optimized out>) at ../../../plugins/standardoutputview/outputwidget.cpp:154
#12 0x00007fecc9972e76 in OutputViewFactory::create (this=0x528df70, parent=0x6fae200) at ../../../plugins/standardoutputview/standardoutputview.cpp:58
#13 0x00007fecdef181c6 in Sublime::View::widget (this=0x1284d70, parent=<optimized out>) at ../../sublime/view.cpp:82
#14 0x00007fecdef1e0e9 in Sublime::IdealController::addView (this=0x127f8f0, area=Qt::BottomDockWidgetArea, view=0x1284d70) at ../../sublime/ideal.cpp:576
#15 0x00007fecdef13aaf in Sublime::MainWindowPrivate::IdealToolViewCreator::operator() (this=this@entry=0x7fff7f736240, view=0x7fece2d74028, view@entry=0x1284d70, position=<optimized out>) at ../../sublime/mainwindow_p.cpp:222
#16 0x00007fecdef1798d in Sublime::Area::walkToolViews<Sublime::MainWindowPrivate::IdealToolViewCreator> (this=0x1299ed0, op=..., positions=...) at ../../sublime/areawalkers.h:59
#17 0x00007fecdef15e8f in Sublime::MainWindowPrivate::reconstruct (this=0x127bb40) at ../../sublime/mainwindow_p.cpp:331
#18 0x00007fecdef0fab2 in Sublime::MainWindow::setArea (this=0x1278d00, area=0x1299ed0) at ../../sublime/mainwindow.cpp:146
#19 0x00007fecdef0b7f3 in Sublime::Controller::showArea (this=0x122c610, areaTypeId=..., mainWindow=0x1278d00) at ../../sublime/controller.cpp:166
#20 0x00007fece421c5bc in KDevelop::UiController::switchToArea (this=0x122c610, areaName=..., switchMode=<optimized out>) at ../../shell/uicontroller.cpp:208
#21 0x00007fece426c9cb in KDevelop::DebugController::addSession (this=<optimized out>, session=<optimized out>) at ../../shell/debugcontroller.cpp:324
#22 0x00007fecbe8601eb in GDBDebugger::CppDebuggerPlugin::createSession (this=0x2ca4970) at ../../../debuggers/gdb/debuggerplugin.cpp:359
#23 0x00007fecbe88d1ad in GDBDebugger::DebugJob::DebugJob (this=0x5b47360, p=0x2ca4970, launchcfg=0x74aeb50, parent=<optimized out>) at ../../../debuggers/gdb/debugjob.cpp:42
#24 0x00007fecbe88add3 in GdbLauncher::start (this=0x2cba4a0, launchMode=..., cfg=0x74aeb50) at ../../../debuggers/gdb/gdblaunchconfig.cpp:146
#25 0x00007fece4243459 in KDevelop::RunController::execute (this=this@entry=0x14bebf0, runMode=..., launch=<optimized out>) at ../../shell/runcontroller.cpp:403
#26 0x00007fece4244b3b in KDevelop::RunController::executeDefaultLaunch (this=this@entry=0x14bebf0, runMode=...) at ../../shell/runcontroller.cpp:788
#27 0x00007fece4244713 in KDevelop::RunController::slotDebug (this=0x14bebf0) at ../../shell/runcontroller.cpp:506
#28 0x00007fece4249535 in qt_static_metacall (_a=<optimized out>, _id=<optimized out>, _o=<optimized out>, _c=<optimized out>) at ./runcontroller.moc:76
#29 KDevelop::RunController::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at ./runcontroller.moc:64
#30 0x00007fece332654f in QMetaObject::activate (sender=0x1448b90, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fff7f736b50) at kernel/qobject.cpp:3547
#31 0x00007fece26b4502 in QAction::triggered (this=this@entry=0x1448b90, _t1=false) at .moc/release-shared/moc_qaction.cpp:277
#32 0x00007fece26b46f0 in QAction::activate (this=0x1448b90, event=event@entry=QAction::Trigger) at kernel/qaction.cpp:1257
#33 0x00007fece26b4857 in QAction::event (this=<optimized out>, e=<optimized out>) at kernel/qaction.cpp:1183
#34 0x00007fece3a65057 in KAction::event (this=<optimized out>, event=0x7fff7f7370f0) at ../../kdeui/actions/kaction.cpp:131
#35 0x00007fece26ba70c in QApplicationPrivate::notify_helper (this=this@entry=0x1093150, receiver=receiver@entry=0x1448b90, e=e@entry=0x7fff7f7370f0) at kernel/qapplication.cpp:4556
#36 0x00007fece26beb8a in QApplication::notify (this=0x7fff7f7389e0, receiver=0x1448b90, e=0x7fff7f7370f0) at kernel/qapplication.cpp:4417
#37 0x00007fece3b3e886 in KApplication::notify (this=0x7fff7f7389e0, receiver=0x1448b90, event=0x7fff7f7370f0) at ../../kdeui/kernel/kapplication.cpp:311
#38 0x00007fece3310b5e in QCoreApplication::notifyInternal (this=0x7fff7f7389e0, receiver=0x1448b90, event=0x7fff7f7370f0) at kernel/qcoreapplication.cpp:915
#39 0x00007fece26eb474 in sendEvent (event=0x7fff7f7370f0, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#40 QShortcutMap::dispatchEvent (this=this@entry=0x1093270, e=e@entry=0x7fff7f7376c0) at kernel/qshortcutmap.cpp:879
#41 0x00007fece26ec983 in QShortcutMap::tryShortcutEvent (this=0x1093270, o=<optimized out>, e=0x7fff7f7376c0) at kernel/qshortcutmap.cpp:364
#42 0x00007fece26c0869 in QApplication::notify (this=0x7fff7f7389e0, receiver=0x5913cc0, e=0x7fff7f7376c0) at kernel/qapplication.cpp:3980
#43 0x00007fece3b3e886 in KApplication::notify (this=0x7fff7f7389e0, receiver=0x5913cc0, event=0x7fff7f7376c0) at ../../kdeui/kernel/kapplication.cpp:311
#44 0x00007fece3310b5e in QCoreApplication::notifyInternal (this=0x7fff7f7389e0, receiver=0x5913cc0, event=0x7fff7f7376c0) at kernel/qcoreapplication.cpp:915
#45 0x00007fece2757a9a in QKeyMapper::sendKeyEvent (keyWidget=keyWidget@entry=0x5913cc0, grab=grab@entry=false, type=QEvent::KeyPress, code=16777272, modifiers=..., text=..., autorepeat=autorepeat@entry=false, count=1, nativeScanCode=75, nativeVirtualKey=65478, nativeModifiers=16) at kernel/qkeymapper_x11.cpp:1866
#46 0x00007fece2757ed1 in QKeyMapperPrivate::translateKeyEvent (this=0x10d0e40, keyWidget=0x5913cc0, event=0x7fff7f7380e0, grab=false) at kernel/qkeymapper_x11.cpp:1836
#47 0x00007fece2734b28 in QApplication::x11ProcessEvent (this=0x7fff7f7389e0, event=0x7fff7f7380e0) at kernel/qapplication_x11.cpp:3539
#48 0x00007fece275bbc2 in x11EventSourceDispatch (s=0x1095950, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#49 0x00007fecdceb6355 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#50 0x00007fecdceb6688 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#51 0x00007fecdceb6744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#52 0x00007fece333f296 in QEventDispatcherGlib::processEvents (this=0x105ab30, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#53 0x00007fece275b83e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#54 0x00007fece330f8af in QEventLoop::processEvents (this=this@entry=0x7fff7f7384b0, flags=...) at kernel/qeventloop.cpp:149
#55 0x00007fece330fb38 in QEventLoop::exec (this=0x7fff7f7384b0, flags=...) at kernel/qeventloop.cpp:204
#56 0x00007fece3314cf8 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1187
#57 0x0000000000409b68 in main (argc=<optimized out>, argv=<optimized out>) at ../../app/main.cpp:479

Possible duplicates by query: bug 307901, bug 304072, bug 303316, bug 301227, bug 300658.

Reported using DrKonqi
Comment 1 Kevin Funk 2013-04-03 06:35:32 UTC

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