Actions
Bug #1575
closedHang on IRC channel tab close
Start date:
03/30/2014
Due date:
% Done:
100%
Estimated time:
1:00 h
Reported in:
master
Description
STR:
1. Join freenode.
2. Wait for a channel to be joined.
3. Try closing the channel tab.
Trace:
(gdb) bt #0 LeechCraft::Azoth::Acetamide::EntryBase::ChatTabClosed (this=0x15329140) at /home/d34df00d/Programming/leechcraft/src/plugins/azoth/plugins/acetamide/entrybase.cpp:131 #1 0x00007fffabaa972f in LeechCraft::Azoth::ChatTab::~ChatTab (this=0x15337790) at /home/d34df00d/Programming/leechcraft/src/plugins/azoth/chattab.cpp:264 #2 0x00007fffabaa9c39 in LeechCraft::Azoth::ChatTab::~ChatTab (this=0x15337790) at /home/d34df00d/Programming/leechcraft/src/plugins/azoth/chattab.cpp:260 #3 0x00007ffff5e459e8 in QObject::event(QEvent*) () from /usr/lib64/qt4/libQtCore.so.4 #4 0x00007ffff6dd174a in QWidget::event(QEvent*) () from /usr/lib64/qt4/libQtGui.so.4 #5 0x00007ffff6d84b9c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4 #6 0x00007ffff6d87522 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4 #7 0x0000000000460ae8 in LeechCraft::Application::notify (this=0x15329140, obj=0x15337790, event=0xb30ae40) at /home/d34df00d/Programming/leechcraft/src/core/application.cpp:336 #8 0x00007ffff5e2c18e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/qt4/libQtCore.so.4 #9 0x00007ffff5e2f759 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/qt4/libQtCore.so.4 #10 0x00007ffff5e5a353 in ?? () from /usr/lib64/qt4/libQtCore.so.4 #11 0x00007ffff383c745 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #12 0x00007ffff383ca88 in ?? () from /usr/lib64/libglib-2.0.so.0 #13 0x00007ffff383cb44 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #14 0x00007ffff5e5a4e6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4 #15 0x00007ffff6e256ae in ?? () from /usr/lib64/qt4/libQtGui.so.4 #16 0x00007ffff5e2ae3f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4 #17 0x00007ffff5e2b0c8 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4 #18 0x00007ffff5e30328 in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4 #19 0x000000000043959b in main (argc=1, argv=0x20) at /home/d34df00d/Programming/leechcraft/src/core/main.cpp:48
Updated by 0xd34df00d over 10 years ago
- Assignee changed from Magog to 0xd34df00d
- Estimated time set to 1:00 h
Ok, 've found the issue.
Updated by 0xd34df00d over 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset main|4ee10cbd5926e84334e4cfaaab1cd6c30a9215e1.
Actions