Bug 193106 - crash on exit in QMenu::findIdForAction
Summary: crash on exit in QMenu::findIdForAction
Status: RESOLVED DUPLICATE of bug 185708
Alias: None
Product: kate
Classification: Applications
Component: application (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 13:14 UTC by Volker Lanz
Modified: 2009-05-18 14: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 Volker Lanz 2009-05-18 13:14:11 UTC
Version:            (using KDE 4.2.3)
Installed from:    Ubuntu Packages

Anwendung: Kate (kate), Signal SIGSEGV
0x00007f75547a2cf0 in __nanosleep_nocancel () from /lib/libc.so.6

Thread 1 (Thread 0x7f75584ac750 (LWP 5328)):
[KCrash Handler]
#5  0x00007f755633d6ae in QMenu::findIdForAction (this=0x7f7554a68d20, act=0x144c890) at widgets/qmenu.cpp:3157
#6  0x00007f755633ebbb in QMenuPrivate::activateCausedStack (this=0x14681b0, causedStack=@0x7fff604eb290, action=0x144c890, action_e=QAction::Trigger, self=128) at widgets/qmenu.cpp:965
#7  0x00007f7556344cee in QMenuPrivate::activateAction (this=0x14681b0, action=0x144c890, action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:1058
#8  0x00007f755741c391 in KMenu::mouseReleaseEvent (this=0x14a1ed0, e=0x7fff604ebc30) at /build/buildd/kde4libs-4.2.3/kdeui/widgets/kmenu.cpp:454
#9  0x00007f7555f6697f in QWidget::event (this=0x14a1ed0, event=0x7fff604ebc30) at kernel/qwidget.cpp:7516
#10 0x00007f75563474ab in QMenu::event (this=0x14a1ed0, e=0x7fff604ebc30) at widgets/qmenu.cpp:2351
#11 0x00007f7555f1583d in QApplicationPrivate::notify_helper (this=0x10c9b80, receiver=0x14a1ed0, e=0x7fff604ebc30) at kernel/qapplication.cpp:4084
#12 0x00007f7555f1e18a in QApplication::notify (this=<value optimized out>, receiver=0x14a1ed0, e=0x7fff604ebc30) at kernel/qapplication.cpp:3786
#13 0x00007f755734a8db in KApplication::notify (this=0x7fff604ecbc0, receiver=0x14a1ed0, event=0x7fff604ebc30) at /build/buildd/kde4libs-4.2.3/kdeui/kernel/kapplication.cpp:307
#14 0x00007f755536c75c in QCoreApplication::notifyInternal (this=0x7fff604ecbc0, receiver=0x14a1ed0, event=0x7fff604ebc30) at kernel/qcoreapplication.cpp:602
#15 0x00007f7555f1d3d8 in QApplicationPrivate::sendMouseEvent (receiver=0x14a1ed0, event=0x7fff604ebc30, alienWidget=0x0, nativeWidget=0x14a1ed0, buttonDown=<value optimized out>, 
    lastMouseReceiver=@0x7f7556979eb0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:216
#16 0x00007f7555f87084 in QETWidget::translateMouseEvent (this=0x14a1ed0, event=<value optimized out>) at kernel/qapplication_x11.cpp:4359
#17 0x00007f7555f85b38 in QApplication::x11ProcessEvent (this=0x7fff604ecbc0, event=0x7fff604ec770) at kernel/qapplication_x11.cpp:3543
#18 0x00007f7555fae514 in x11EventSourceDispatch (s=0x10cd8a0, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#19 0x00007f75507b320a in IA__g_main_context_dispatch (context=0x10cc530) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:1814
#20 0x00007f75507b68e0 in g_main_context_iterate (context=0x10cc530, block=1, dispatch=1, self=<value optimized out>) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2448
#21 0x00007f75507b6a7c in IA__g_main_context_iteration (context=0x10cc530, may_block=1) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2511
#22 0x00007f7555395e6f in QEventDispatcherGlib::processEvents (this=0x10b4b70, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:323
#23 0x00007f7555fadc9f in QGuiEventDispatcherGlib::processEvents (this=0x7f7554a68d20, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#24 0x00007f755536b002 in QEventLoop::processEvents (this=<value optimized out>, flags={i = 1615776352}) at kernel/qeventloop.cpp:149
#25 0x00007f755536b3cd in QEventLoop::exec (this=0x7fff604ecaa0, flags={i = 1615776432}) at kernel/qeventloop.cpp:200
#26 0x00007f755536d694 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:880
#27 0x00007f75580ccc35 in kdemain () from /usr/lib/libkdeinit4_kate.so
#28 0x00007f75547195a6 in __libc_start_main (main=0x4007f0 <_start+240>, argc=1, ubp_av=0x7fff604edda8, init=0x400820 <__libc_csu_init>, fini=<value optimized out>, rtld_fini=<value optimized out>, 
    stack_end=0x7fff604edd98) at libc-start.c:220
#29 0x0000000000400729 in _start ()
Comment 1 Volker Lanz 2009-05-18 13:16:03 UTC
Reproducable when quitting the app via file->close.
Comment 2 Andreas Pakulat 2009-05-18 14:01:30 UTC

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