Bug 251012 - Crash when closing tabs of yakuake
Summary: Crash when closing tabs of yakuake
Status: RESOLVED DUPLICATE of bug 246652
Alias: None
Product: yakuake
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-12 21:52 UTC by Artur Souza (MoRpHeUz)
Modified: 2010-09-13 02:24 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 Artur Souza (MoRpHeUz) 2010-09-12 21:52:55 UTC
Application: yakuake (2.9.7+)
KDE Platform Version: 4.5.67 (4.6 >= 20100901) (Compiled from sources)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-custom i686

-- Information about the crash:
- What I was doing when the application crashed:
Just did some operations on terminal and tried to close that tab (either with CTRL+D or throught the menu).

If I do that with any tab (doesn't matter if I have one or more) - the whole application crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Yakuake (yakuake), signal: Aborted
[KCrash Handler]
#6  0xb56e7a67 in raise () from /lib/libc.so.6
#7  0xb56e92e2 in abort () from /lib/libc.so.6
#8  0xb591bf5f in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#9  0xb5919e95 in ?? () from /usr/lib/libstdc++.so.6
#10 0xb5919ed2 in std::terminate() () from /usr/lib/libstdc++.so.6
#11 0xb591a011 in __cxa_throw () from /usr/lib/libstdc++.so.6
#12 0xb5ba46bf in qBadAlloc () at /work/projects/qt/src/corelib/global/qglobal.cpp:1996
#13 0xb5bd5d6c in QListData::detach (this=0xb581c728, alloc=-1249786088) at /work/projects/qt/src/corelib/tools/qlist.cpp:186
#14 0xb62eac45 in QList<QAction*>::detach_helper (this=0xb581c728, alloc=-1249786088) at ../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:694
#15 0xb62ea96e in QList<QAction*>::detach_helper (this=0xb581c728) at ../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:710
#16 0xb62eabbd in QList<QAction*>::detachShared (this=0xb581c728) at ../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:132
#17 0xb62ea6d4 in QList<QAction*>::removeAll (this=0xb581c728, _t=@0xbfe3a224) at ../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:758
#18 0xb635ab4a in QWidget::removeAction (this=0xa1dd798, action=0xa1df9a0) at /work/projects/qt/src/gui/kernel/qwidget.cpp:3178
#19 0xb6f886ff in KActionCollection::removeAssociatedWidget (this=0xa1e3678, widget=0xa1dd798) at /usr/local/kde4/src/KDE/kdelibs/kdeui/actions/kactioncollection.cpp:723
#20 0xb71d3b5e in KXMLGUIClient::prepareXMLUnplug (this=0xa1de56c, w=0xa1dd798) at /usr/local/kde4/src/KDE/kdelibs/kdeui/xmlgui/kxmlguiclient.cpp:726
#21 0xb71d66d1 in KXMLGUIFactory::removeClient (this=0xa02cb88, client=0xa1de56c) at /usr/local/kde4/src/KDE/kdelibs/kdeui/xmlgui/kxmlguifactory.cpp:439
#22 0xb71d07d7 in ~KXMLGUIClient (this=0xa1de56c, __in_chrg=<value optimized out>) at /usr/local/kde4/src/KDE/kdelibs/kdeui/xmlgui/kxmlguiclient.cpp:100
#23 0xb2afbd30 in ~SessionController (this=0xa1de558, __in_chrg=<value optimized out>) at /usr/local/kde4/src/KDE/kdebase/apps/konsole/src/SessionController.cpp:182
#24 0xb5cf321f in qDeleteInEventHandler (o=0xa1de558) at /work/projects/qt/src/corelib/kernel/qobject.cpp:3980
#25 0xb5cedb00 in QObject::event (this=0xa1de558, e=0xa1cf7b8) at /work/projects/qt/src/corelib/kernel/qobject.cpp:1194
#26 0xb62f8483 in QApplicationPrivate::notify_helper (this=0x9e907e0, receiver=0xa1de558, e=0xa1cf7b8) at /work/projects/qt/src/gui/kernel/qapplication.cpp:4399
#27 0xb62f5bcc in QApplication::notify (this=0xbfe3ac38, receiver=0xa1de558, e=0xa1cf7b8) at /work/projects/qt/src/gui/kernel/qapplication.cpp:3801
#28 0xb7091672 in KApplication::notify (this=0xbfe3ac38, receiver=0xa1de558, event=0xa1cf7b8) at /usr/local/kde4/src/KDE/kdelibs/kdeui/kernel/kapplication.cpp:310
#29 0xb5cd4070 in QCoreApplication::notifyInternal (this=0xbfe3ac38, receiver=0xa1de558, event=0xa1cf7b8) at /work/projects/qt/src/corelib/kernel/qcoreapplication.cpp:732
#30 0xb62e73ba in QCoreApplication::sendEvent (receiver=0xa1de558, event=0xa1cf7b8) at ../../include/QtCore/../../../../qt/src/corelib/kernel/qcoreapplication.h:215
#31 0xb5cd5165 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9e6d878) at /work/projects/qt/src/corelib/kernel/qcoreapplication.cpp:1373
#32 0xb5cd4e0c in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/projects/qt/src/corelib/kernel/qcoreapplication.cpp:1266
#33 0xb63c885d in QCoreApplication::sendPostedEvents () at ../../include/QtCore/../../../../qt/src/corelib/kernel/qcoreapplication.h:220
#34 0xb5d0dc9d in postEventSourceDispatch (s=0x9e8c7a0) at /work/projects/qt/src/corelib/kernel/qeventdispatcher_glib.cpp:277
#35 0xb51460f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#36 0xb5149990 in ?? () from /usr/lib/libglib-2.0.so.0
#37 0xb5149ac3 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#38 0xb5d0edf7 in QEventDispatcherGlib::processEvents (this=0x9e8acb8, flags=...) at /work/projects/qt/src/corelib/kernel/qeventdispatcher_glib.cpp:415
#39 0xb63d4c8b in QGuiEventDispatcherGlib::processEvents (this=0x9e8acb8, flags=...) at /work/projects/qt/src/gui/kernel/qguieventdispatcher_glib.cpp:204
#40 0xb5cd125a in QEventLoop::processEvents (this=0xbfe3abec, flags=...) at /work/projects/qt/src/corelib/kernel/qeventloop.cpp:149
#41 0xb5cd138f in QEventLoop::exec (this=0xbfe3abec, flags=...) at /work/projects/qt/src/corelib/kernel/qeventloop.cpp:201
#42 0xb5cd4773 in QCoreApplication::exec () at /work/projects/qt/src/corelib/kernel/qcoreapplication.cpp:1009
#43 0xb62f57bf in QApplication::exec () at /work/projects/qt/src/gui/kernel/qapplication.cpp:3675
#44 0x08059792 in main (argc=3, argv=0xbfe3ada4) at /usr/local/kde4/src/extragears/yakuake/app/main.cpp:97

Reported using DrKonqi
Comment 1 Eike Hein 2010-09-13 02:24:40 UTC

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