Bug 174081 - kspread crashes by closing the style manager
Summary: kspread crashes by closing the style manager
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Calligra Sheets (KSpread) Bugs
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2008-11-02 06:57 UTC by Elián Hanisch
Modified: 2008-11-10 00:48 UTC (History)
1 user (show)

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 Elián Hanisch 2008-11-02 06:57:02 UTC
Version:           2.0 beta-2 (using 4.1.2 (KDE 4.1.2), Kubuntu packages)
Compiler:          gcc
OS:                Linux (i686) release 2.6.24-21-generic

is pretty straight forward:

1. open a new document
2. open the style manager in the format menu
3. close the style manger with the close button
4. crash

svn trunk, revision 878852

Application: KSpread (kspread), signal SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0xb59de6c0 (LWP 13231)]
[KCrash handler]
#6  0xb7ac0d37 in ?? () from /usr/lib/kde4/lib/libkdeui.so.5
#7  0xb427ba57 in KSpread::CellToolBase::styleDialog (this=0x8495780)
    at /home/m4v-kde3/dev/kde/src/koffice/trunk/kspread/ui/CellToolBase.cpp:1481
#8  0xb402adcf in KSpread::CellToolBase::qt_metacall (this=0x8495780, 
    _c=QMetaObject::InvokeMetaMethod, _id=13, _a=0xbfe3d5ac)
    at /home/m4v-kde3/dev/kde/build/koffice/trunk/kspread/moc_CellToolBase.cpp:276
#9  0xb42368ea in KSpread::CellTool::qt_metacall (this=0x8495780, 
    _c=QMetaObject::InvokeMetaMethod, _id=28, _a=0xbfe3d5ac)
    at /home/m4v-kde3/dev/kde/build/koffice/trunk/kspread/CellTool.moc:63
#10 0xb65a2f79 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#11 0xb65a33b0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#12 0xb69f7151 in QAction::triggered () from /usr/lib/libQtGui.so.4
#13 0xb69f7b2f in QAction::activate () from /usr/lib/libQtGui.so.4
#14 0xb6dd94c1 in ?? () from /usr/lib/libQtGui.so.4
#15 0xb6ddbd24 in QMenu::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
#16 0xb7c3d5a9 in KMenu::mouseReleaseEvent ()
   from /usr/lib/kde4/lib/libkdeui.so.5
#17 0xb6a55d44 in QWidget::event () from /usr/lib/libQtGui.so.4
#18 0xb6dd6e45 in QMenu::event () from /usr/lib/libQtGui.so.4
#19 0xb69fdf9c in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#20 0xb6a03125 in QApplication::notify () from /usr/lib/libQtGui.so.4
#21 0xb7b82483 in KApplication::notify () from /usr/lib/kde4/lib/libkdeui.so.5
#22 0xb658e0b9 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#23 0xb6a00661 in QApplicationPrivate::sendMouseEvent ()
   from /usr/lib/libQtGui.so.4
#24 0xb6a6a76c in ?? () from /usr/lib/libQtGui.so.4
#25 0xb6a68ee1 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#26 0xb6a91c2a in ?? () from /usr/lib/libQtGui.so.4
#27 0xb5c59cc6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#28 0xb5c5d083 in ?? () from /usr/lib/libglib-2.0.so.0
#29 0xb5c5d63e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#30 0xb65b99f8 in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#31 0xb6a91a25 in ?? () from /usr/lib/libQtGui.so.4
#32 0xb658d33d in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#33 0xb658d4cd in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#34 0xb658f74d in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#35 0xb69fd897 in QApplication::exec () from /usr/lib/libQtGui.so.4
#36 0xb7f61385 in kdemain (argc=1, argv=0xbfe3e5a4)
    at /home/m4v-kde3/dev/kde/src/koffice/trunk/kspread/part/Main.cpp:42
#37 0x08048836 in main (argc=)
    at /home/m4v-kde3/dev/kde/build/koffice/trunk/kspread/kspread_dummy.cpp:3
#0  0xb7f65410 in __kernel_vsyscall ()
Comment 1 Michael Leupold 2008-11-02 09:12:57 UTC
Confirmed, trunk r878941
Comment 2 Marijn Kruisselbrink 2008-11-10 00:48:19 UTC
SVN commit 882180 by mkruisselbrink:

the action isn't called stylemenu, but setStyle
BUG: 174081


 M  +3 -3      CellToolBase.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=882180