Version: (using KDE KDE 3.4.2) Installed from: Unlisted Binary Package KWord crashes if I click on the outside border of a table (I thought I could maybe select all the cells in that table to give them a certain style in one go that way): [KCrash handler] #7 0xb75c1823 in QGList::locate () from /usr/lib/libqt-mt.so.3 #8 0xb7273d0a in QGList::at () from /usr/lib/libqt-mt.so.3 #9 0xb6211930 in QPtrList<KWFrame>::at (this=0x2c, i=0) at qptrlist.h:103 #10 0xb622e1f3 in KWFrameSet::frame (this=0x0, _num=0) at ../../koffice/kword/kwframe.cc:1321 #11 0xb61fea5d in KWTableFrameSet::isRowSelected (this=0x8952d68, row=0) at ../../koffice/kword/kwtableframeset.cc:1037 #12 0xb61feba6 in KWTableFrameSet::isRowsSelected (this=0x8952d68) at ../../koffice/kword/kwtableframeset.cc:1063 #13 0xb6274663 in KWView::updateTableActions (this=0x840ee88, nbFramesSelected=4) at ../../koffice/kword/kwview.cc:5909 #14 0xb627bdd4 in KWView::frameSelectedChanged (this=0x840ee88) at ../../koffice/kword/kwview.cc:5865 #15 0xb628f816 in KWView::qt_invoke (this=0x840ee88, _id=163, _o=0xbfd4580c) at kwview.moc:660 #16 0xb72c8929 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #17 0xb72c93c4 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #18 0xb62183aa in KWCanvas::frameSelectedChanged (this=0x84fd700) at kwcanvas.moc:138 #19 0xb62213fa in KWCanvas::contentsMousePressEvent (this=0x84fd700, e=0xbfd4598c) at ../../koffice/kword/kwcanvas.cc:567 #20 0xb73fab0f in QScrollView::viewportMousePressEvent () from /usr/lib/libqt-mt.so.3 #21 0xb73fd77e in QScrollView::eventFilter () from /usr/lib/libqt-mt.so.3 #22 0xb621aa73 in KWCanvas::eventFilter (this=0x84fd700, o=0x84fe048, e=0xbfd460b4) at ../../koffice/kword/kwcanvas.cc:2718 #23 0xb72c5a72 in QObject::activate_filters () from /usr/lib/libqt-mt.so.3 #24 0xb72c5af0 in QObject::event () from /usr/lib/libqt-mt.so.3 #25 0xb7303268 in QWidget::event () from /usr/lib/libqt-mt.so.3 #26 0xb725ff80 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #27 0xb7260500 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #28 0xb78e3ae7 in KApplication::notify () from /usr/lib/libkdecore.so.4 #29 0xb71f0e25 in QApplication::sendSpontaneousEvent () from /usr/lib/libqt-mt.so.3 #30 0xb71ec325 in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3 #31 0xb71ea66f in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3 #32 0xb7203fff in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #33 0xb7277cfb in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #34 0xb7277c1e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #35 0xb725ec13 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #36 0xb7f2c15f in kdemain (argc=1, argv=0x8133c28) at ../../koffice/kword/main.cc:40 #37 0xb7f2e7b0 in kdeinitmain (argc=1, argv=0x8133c28) at kword_dummy.cc:3
Which version of KOffice are you using? I can't reproduce the crash with latest svn... Cheers, Sven
svn of yesterday.
On Tuesday 20 September 2005 15:04, boud@valdyas.org wrote: > #10 0xb622e1f3 in KWFrameSet::frame (this=0x0, _num=0) > at ../../koffice/kword/kwframe.cc:1321 > #11 0xb61fea5d in KWTableFrameSet::isRowSelected (this=0x8952d68, row=0) > at ../../koffice/kword/kwtableframeset.cc:1037 A cell without a frame? This shouldn't happen. Do you have a test document?
On Monday 26 September 2005 19:55, David Faure wrote: > A cell without a frame? This shouldn't happen. Do you have a test document? Sorry, no, because KWord crashed before I could save the document... And it's quite hard, apparently to recreate a document that does exhibit this behavious.
Re-implemented in SVN and this crash can not happen anymore. (I hope ;)
Git commit 6b6aba3f1aaae3c6d7a1466492a8cdb478c10da8 by Allan Anderson. Committed on 02/10/2013 at 15:33. Pushed by allananderson into branch 'master'. Related: bug 322768 when new fee entered in Dividend. Also, fixes for KEditWidget visibility issues. M +16 -12 kmymoney/dialogs/investactivities.cpp M +38 -19 kmymoney/dialogs/investtransactioneditor.cpp M +2 -0 kmymoney/dialogs/investtransactioneditor.h M +1 -1 kmymoney/dialogs/transactioneditor.cpp M +11 -0 kmymoney/widgets/transactioneditorcontainer.h http://commits.kde.org/kmymoney/6b6aba3f1aaae3c6d7a1466492a8cdb478c10da8
Git commit 967fa2d7c4f9253d5c8826548f5870f27b738b1f by Cristian Oneț, on behalf of Allan Anderson. Committed on 02/10/2013 at 15:33. Pushed by conet into branch '4.6'. Related: bug 322768 when new fee entered in Dividend. Also, fixes for KEditWidget visibility issues. (cherry picked from commit 6b6aba3f1aaae3c6d7a1466492a8cdb478c10da8) M +16 -12 kmymoney/dialogs/investactivities.cpp M +38 -19 kmymoney/dialogs/investtransactioneditor.cpp M +2 -0 kmymoney/dialogs/investtransactioneditor.h M +1 -1 kmymoney/dialogs/transactioneditor.cpp M +11 -0 kmymoney/widgets/transactioneditorcontainer.h http://commits.kde.org/kmymoney/967fa2d7c4f9253d5c8826548f5870f27b738b1f
(In reply to comment #6) Please ignore this erroneous entry.
(In reply to comment #7) Please ignore this erroneous entry.