Bug 305138 - Segfault on leaving a code window
Summary: Segfault on leaving a code window
Status: RESOLVED DUPLICATE of bug 301891
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.3.1
Platform: Debian testing Linux
: NOR crash
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 13:50 UTC by Bernd Tegge
Modified: 2012-12-01 20:01 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 Bernd Tegge 2012-08-14 13:50:15 UTC
Application: kdevelop (4.3.1)
KDE Platform Version: 4.8.4 (4.8.4)
Qt Version: 4.8.2
Operating System: Linux 3.2.0-3-amd64 x86_64
Distribution: Debian GNU/Linux testing (wheezy)

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

kdevelop had opened a code window with information about class method. On a click outside the window kdevelop crashed. I suspect, however, some kind of memory problem. On a VM with 1GiB of main memory and 1GiB of swap top showed after the crash:
%Cpu(s):  1,7 us,  1,4 sy,  0,0 ni, 89,3 id,  7,6 wa,  0,0 hi,  0,0 si,  0,0 st
KiB Mem:   1023488 total,   561548 used,   461940 free,     7680 buffers
KiB Swap:   976892 total,   626560 used,   350332 free,   157260 cached

  PID USER      PR  NI  VIRT  RES  SHR S  %CPU %MEM    TIME+  COMMAND                                              
 7552 root      20   0 2255m 108m    0 T   0,0 10,8  54:57.49 kdevelop                                             
 1657 root      20   0  379m  70m  15m S   2,7  7,1  18:28.11 Xorg                                                 
 3309 bernie    20   0  904m  39m  14m S   0,3  3,9   2:23.80 plasma-desktop                                       
25172 root      20   0  355m  29m  18m S   0,0  2,9   0:18.57 drkonqi

-- 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 0x7fc056c4f760 (LWP 7552))]

Thread 12 (Thread 0x7fc03bc84700 (LWP 7553)):
#0  0x00007fc05317564b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007fc0550d6167 in wait (time=1000, this=0x2ca8920) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x2cc9e60, time=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fc0510ab62b in ?? () from /usr/lib/libkdevplatformlanguage.so.5
#4  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x2cc9e40) at thread/qthread_unix.cpp:307
#5  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7fc02b6e6700 (LWP 7556)):
#0  0x00007fc0551febc5 in postEventSourcePrepare (s=0x37d4c00, timeout=0x7fc02b6e5c9c) at kernel/qeventdispatcher_glib.cpp:255
#1  0x00007fc04ed7ad0f in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fc04ed7b3fb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fc04ed7b5f4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fc0551ff306 in QEventDispatcherGlib::processEvents (this=0x37d2ff0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fc0551cf92f in QEventLoop::processEvents (this=this@entry=0x7fc02b6e5e40, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007fc0551cfbb8 in QEventLoop::exec (this=0x7fc02b6e5e40, flags=...) at kernel/qeventloop.cpp:204
#7  0x00007fc0550d2d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#8  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x37ea6d0) at thread/qthread_unix.cpp:307
#9  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7fc02aee5700 (LWP 7557)):
#0  0x00007fc04ed7afe1 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fc04ed7b472 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fc04ed7b5f4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fc0551ff306 in QEventDispatcherGlib::processEvents (this=0x3726ea0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fc0551cf92f in QEventLoop::processEvents (this=this@entry=0x7fc02aee4e40, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007fc0551cfbb8 in QEventLoop::exec (this=0x7fc02aee4e40, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007fc0550d2d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#7  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x37cb6a0) at thread/qthread_unix.cpp:307
#8  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#9  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7fc02a0e4700 (LWP 7562)):
#0  0x00007fc0531752d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007fc03c87c1c7 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x7fc03cb89640) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#2  0x00007fc03c87c1f9 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=<optimized out>) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#3  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#4  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7fc029303700 (LWP 7565)):
#0  0x00007fc053ddca93 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007fc04ed7b4d4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fc04ed7b5f4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fc0551ff306 in QEventDispatcherGlib::processEvents (this=0x584dfa0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fc0551cf92f in QEventLoop::processEvents (this=this@entry=0x7fc029302e10, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007fc0551cfbb8 in QEventLoop::exec (this=0x7fc029302e10, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007fc0550d2d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#7  0x00007fc0551b023f in QInotifyFileSystemWatcherEngine::run (this=0x583fed0) at io/qfilesystemwatcher_inotify.cpp:248
#8  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x583fed0) at thread/qthread_unix.cpp:307
#9  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#10 0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#11 0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7fc027849700 (LWP 7581)):
#0  0x00007fc0531752d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007fc04c0adc0d in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x00007fc04c0add19 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#4  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7fc02804a700 (LWP 7582)):
#0  0x00007fc053ddca93 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007fc04ed7b4d4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fc04ed7b5f4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fc0551ff306 in QEventDispatcherGlib::processEvents (this=0x47eb7f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fc0551cf92f in QEventLoop::processEvents (this=this@entry=0x7fc028049e40, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007fc0551cfbb8 in QEventLoop::exec (this=0x7fc028049e40, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007fc0550d2d70 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#7  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x4abb730) at thread/qthread_unix.cpp:307
#8  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#9  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7fc02586d700 (LWP 7646)):
#0  0x00007fc0531752d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007fc0550d620b in wait (time=18446744073709551615, this=0x1d7f220) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x1db5670, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fc04ca9d301 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x00007fc04ca9fb4b in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#7  0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#8  0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#9  0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#10 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#11 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#12 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#13 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#14 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#15 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#16 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#17 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#18 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#19 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#20 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#21 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#22 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#23 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#24 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#25 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#26 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#27 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#28 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#29 0x00007fc04ca9fb64 in ?? () from /usr/lib/libthreadweaver.so.4
#30 0x00007fc04ca9e9bf in ?? () from /usr/lib/libthreadweaver.so.4
#31 0x00007fc04ca9ea4b in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#32 0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x647e050) at thread/qthread_unix.cpp:307
#33 0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#34 0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#35 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fc02506c700 (LWP 7647)):
#0  0x00007fc0531752d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007fc0550d620b in wait (time=18446744073709551615, this=0x1d7f220) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x1db5670, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fc04ca9d301 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x00007fc04ca9fb4b in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00007fc04ca9e9bf in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00007fc04ca9ea4b in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#7  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x56bfdd0) at thread/qthread_unix.cpp:307
#8  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#9  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fbfdf99f700 (LWP 9648)):
#0  0x00007fc0531752d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007fc0550d620b in wait (time=18446744073709551615, this=0x92f2ce0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x525ecc0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fc04ca9d301 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x00007fc04ca9fb4b in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00007fc04ca9e9bf in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00007fc04ca9ea4b in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#7  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x5061870) at thread/qthread_unix.cpp:307
#8  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#9  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fbfded6a700 (LWP 9649)):
#0  0x00007fc0531752d4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x00007fc0550d620b in wait (time=18446744073709551615, this=0x92f2ce0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x525ecc0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007fc04ca9d301 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x00007fc04ca9fb4b in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00007fc04ca9e9bf in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00007fc04ca9ea4b in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#7  0x00007fc0550d5d0b in QThreadPrivate::start (arg=0x9263240) at thread/qthread_unix.cpp:307
#8  0x00007fc053170b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#9  0x00007fc053de76dd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fc056c4f760 (LWP 7552)):
[KCrash Handler]
#5  0x00007fc0540f8221 in __dynamic_cast () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x00007fc051195896 in KDevelop::CodeCompletionModel::data(QModelIndex const&, int) const () from /usr/lib/libkdevplatformlanguage.so.5
#7  0x00007fc03cc5109e in KateCompletionModel::data(QModelIndex const&, int) const () from /usr/lib/libkatepartinterfaces.so.4
#8  0x00007fc054ad1b9a in data (arole=13, this=0x7fff11a86240) at ../../include/QtCore/../../src/corelib/kernel/qabstractitemmodel.h:402
#9  QItemDelegate::sizeHint (this=0x7f7bda0, option=..., index=...) at itemviews/qitemdelegate.cpp:503
#10 0x00007fc03cc65523 in ?? () from /usr/lib/libkatepartinterfaces.so.4
#11 0x00007fc054ac26aa in QTreeView::indexRowSizeHint (this=this@entry=0x11c6a450, index=...) at itemviews/qtreeview.cpp:2838
#12 0x00007fc054ac60df in QTreeView::dataChanged (this=0x11c6a450, topLeft=..., bottomRight=...) at itemviews/qtreeview.cpp:681
#13 0x00007fc0551e65cf in QMetaObject::activate (sender=0x1208b320, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fff11a864f0) at kernel/qobject.cpp:3547
#14 0x00007fc0552300d7 in QAbstractItemModel::dataChanged (this=<optimized out>, _t1=..., _t2=...) at .moc/release-shared/moc_qabstractitemmodel.cpp:164
#15 0x00007fc03cc625ae in ?? () from /usr/lib/libkatepartinterfaces.so.4
#16 0x00007fc03cc4b1b2 in KateCompletionModel::clearGroups(bool) () from /usr/lib/libkatepartinterfaces.so.4
#17 0x00007fc03cc5043a in KateCompletionModel::createGroups() () from /usr/lib/libkatepartinterfaces.so.4
#18 0x00007fc0551e65cf in QMetaObject::activate (sender=0x37ead30, m=<optimized out>, local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3547
#19 0x00007fc0551c6b06 in QAbstractItemModel::reset (this=0x37ead30) at kernel/qabstractitemmodel.cpp:2913
#20 0x00007fc051197412 in KDevelop::CodeCompletionModel::foundDeclarations(QList<KSharedPtr<KDevelop::CompletionTreeElement> >, KSharedPtr<KDevelop::CodeCompletionContext>) () from /usr/lib/libkdevplatformlanguage.so.5
#21 0x00007fc051197628 in ?? () from /usr/lib/libkdevplatformlanguage.so.5
#22 0x00007fc0551e5aae in QObject::event (this=0x37ead30, e=<optimized out>) at kernel/qobject.cpp:1195
#23 0x00007fc05457a70c in QApplicationPrivate::notify_helper (this=this@entry=0x1a12ed0, receiver=receiver@entry=0x37ead30, e=e@entry=0x515bb20) at kernel/qapplication.cpp:4556
#24 0x00007fc05457eb8a in QApplication::notify (this=0x7fff11a87880, receiver=0x37ead30, e=0x515bb20) at kernel/qapplication.cpp:4417
#25 0x00007fc0559ff8a6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#26 0x00007fc0551d0bde in QCoreApplication::notifyInternal (this=0x7fff11a87880, receiver=receiver@entry=0x37ead30, event=event@entry=0x515bb20) at kernel/qcoreapplication.cpp:915
#27 0x00007fc0551d4a61 in sendEvent (event=0x515bb20, receiver=0x37ead30) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#28 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x19d9670) at kernel/qcoreapplication.cpp:1539
#29 0x00007fc0551ff153 in sendPostedEvents () at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236
#30 postEventSourceDispatch (s=0x1a0c870) at kernel/qeventdispatcher_glib.cpp:279
#31 0x00007fc04ed7b205 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007fc04ed7b538 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#33 0x00007fc04ed7b5f4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#34 0x00007fc0551ff2e6 in QEventDispatcherGlib::processEvents (this=0x19dab30, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#35 0x00007fc05461b96e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#36 0x00007fc0551cf92f in QEventLoop::processEvents (this=this@entry=0x7fff11a87350, flags=...) at kernel/qeventloop.cpp:149
#37 0x00007fc0551cfbb8 in QEventLoop::exec (this=0x7fff11a87350, flags=...) at kernel/qeventloop.cpp:204
#38 0x00007fc0551d4d78 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1187
#39 0x0000000000409b68 in ?? ()
#40 0x00007fc053d2dead in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#41 0x000000000040a281 in _start ()

Possible duplicates by query: bug 301891.

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

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