Summary: | crash after adding two separators to main toolbar | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Bohan <bh.inbox> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra, christophe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bohan
2008-07-17 00:01:21 UTC
This time I tried to fix the issue by copying all the buttons from Main to Location toolbar and then removing the Main toolbar. However this causes a crash (sig 11): Application: Konqueror (konqueror), signal SIGSEGV [?1034h[Thread debugging using libthread_db enabled] [New Thread 0x7fcb5773a700 (LWP 3832)] [KCrash handler] #5 QObjectPrivate::removeReceiver (this=0xe69e80, signal=<value optimized out>, receiver=0x12e6cd0) at kernel/qobject.cpp:354 #6 0x00007fcb55134304 in ~QObject (this=0x12e6cd0) at kernel/qobject.cpp:850 #7 0x00007fcb523f10f7 in ~QWidget (this=0x12e6cd0) at kernel/qwidget.cpp:1346 #8 0x00007fcb5645bb0b in ~KMenu (this=0x12e6cd0) at /usr/src/debug/kdelibs-4.0.98/kdeui/widgets/kmenu.cpp:171 #9 0x00007fcb562d9009 in ~KActionMenu (this=0x12e6e40) at /usr/src/debug/kdelibs-4.0.98/kdeui/actions/kactionmenu.cpp:77 #10 0x00007fcb564941e6 in KDEPrivate::ToolBarHandler::setupActions ( this=0x106f590) at /usr/include/QtCore/qalgorithms.h:352 #11 0x00007fcb5648861b in KToolBar::Private::slotContextAboutToShow ( this=0x134aa80) at /usr/src/debug/kdelibs-4.0.98/kdeui/widgets/ktoolbar.cpp:479 #12 0x00007fcb56488bd9 in KToolBar::qt_metacall (this=0x10e09c0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff5f771790) at /usr/src/debug/kdelibs-4.0.98/build/kdeui/ktoolbar.moc:90 #13 0x00007fcb551314f0 in QMetaObject::activate (sender=0x1382a90, from_signal_index=<value optimized out>, to_signal_index=27, argv=0x124de00) at kernel/qobject.cpp:3007 #14 0x00007fcb526dff08 in QMenu::popup (this=0x1382a90, p=@0x7fff5f772040, atAction=0x0) at widgets/qmenu.cpp:1726 #15 0x00007fcb526e3973 in QMenu::exec (this=0x1382a90, p=@0x7fff5f772040, action=0xe69fe0) at widgets/qmenu.cpp:1926 #16 0x00007fcb564885a0 in KToolBar::contextMenuEvent (this=0x10e09c0, event=0x7fff5f772020) at /usr/src/debug/kdelibs-4.0.98/kdeui/widgets/ktoolbar.cpp:735 #17 0x00007fcb523f357d in QWidget::event (this=0xe69e80, event=0x7fff5f772020) at kernel/qwidget.cpp:7083 #18 0x00007fcb5271789b in QToolBar::event (this=0x10e09c0, event=0x7fff5f772020) at widgets/qtoolbar.cpp:1145 #19 0x00007fcb523a692d in QApplicationPrivate::notify_helper (this=0x61ea20, receiver=0x10e09c0, e=0x7fff5f772020) at kernel/qapplication.cpp:3772 #20 0x00007fcb523ada5e in QApplication::notify (this=<value optimized out>, receiver=0x9, e=0x7fff5f772020) at kernel/qapplication.cpp:3586 #21 0x00007fcb563a89ab in KApplication::notify (this=0x7fff5f772ec0, receiver=0x10e09c0, event=0x7fff5f772020) at /usr/src/debug/kdelibs-4.0.98/kdeui/kernel/kapplication.cpp:311 #22 0x00007fcb5511fe9c in QCoreApplication::notifyInternal ( this=0x7fff5f772ec0, receiver=0x10e09c0, event=0x7fff5f772020) at kernel/qcoreapplication.cpp:584 #23 0x00007fcb52404f1f in QETWidget::translateMouseEvent (this=0xe7e9b0, event=<value optimized out>) at kernel/qapplication_x11.cpp:4137 #24 0x00007fcb524034fb in QApplication::x11ProcessEvent (this=0x7fff5f772ec0, event=0x7fff5f772ac0) at kernel/qapplication_x11.cpp:3253 #25 0x00007fcb5242757c in QEventDispatcherX11::processEvents (this=0x61e2b0, flags={i = 1601645520}) at kernel/qeventdispatcher_x11.cpp:134 #26 0x00007fcb5511e7f2 in QEventLoop::processEvents ( this=<value optimized out>, flags={i = 1601645568}) at kernel/qeventloop.cpp:149 #27 0x00007fcb5511e985 in QEventLoop::exec (this=0x7fff5f772c40, flags= {i = 1601645648}) at kernel/qeventloop.cpp:196 #28 0x00007fcb55120a25 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:846 #29 0x00007fcb5732cc34 in kdemain (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdebase-4.0.98/apps/konqueror/src/konqmain.cpp:227 #30 0x00007fcb50d35436 in __libc_start_main () from /lib64/libc.so.6 #31 0x0000000000400879 in _start () #0 0x00007fcb50db9230 in nanosleep () from /lib64/libc.so.6 Please don't mix the backtraces, it makes finding the duplicate ones more difficult for us. Should I resubmit it as a second bug? just that the two are closely related that all. On 16 Jul 2008 22:52:07 -0000, Christophe Giboudeaux <kropx77@gmail.com> wrote: [bugs.kde.org quoted mail] The backtrace in comment 0 looks similar to the one described at bug 173717. (similar situation, ~KXMLGUIClient, modifying toolbars) Marking as duplicate of bug 173717 *** This bug has been marked as a duplicate of bug 173717 *** |