Bug 98962 - unable to open c++ source file - it make a fatal error in KDevelop
Summary: unable to open c++ source file - it make a fatal error in KDevelop
Status: RESOLVED DUPLICATE of bug 91929
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.1.1
Platform: RedHat Enterprise Linux Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 19:59 UTC by Alexander Popov
Modified: 2005-02-09 20:10 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 Alexander Popov 2005-02-09 19:59:04 UTC
Version:           3.1.1 (using KDE KDE 3.3.1)
Installed from:    RedHat RPMs
Compiler:          gcc version 3.3.3 20040412 (ASPLinux 3.3.3-7) 
OS:                Linux

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -151190144 (LWP 3389)]
[KCrash handler]
#4  0xf66615fd in Vim::Document::activeWidget ()
   from /usr/lib/kde3/libvimpart.so.0
#5  0x07b8b522 in KParts::ReadOnlyPart::openURL ()
   from /usr/lib/libkparts.so.2
#6  0x08075e26 in QValueListPrivate<QString>::insert ()
#7  0x08074e2f in QValueListPrivate<QString>::insert ()
#8  0xf66deab8 in FileSelectorPart::fileSelected ()
   from /usr/lib/kde3/libkdevfileselector.so
#9  0xf66deefd in FileSelectorPart::qt_invoke ()
   from /usr/lib/kde3/libkdevfileselector.so
#10 0x0229cf5c in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#11 0x02c6e82d in KDirOperator::fileSelected () from /usr/lib/libkio.so.4
#12 0x02c6adeb in KDirOperator::selectFile () from /usr/lib/libkio.so.4
#13 0x02c6eb19 in KDirOperator::qt_invoke () from /usr/lib/libkio.so.4
#14 0xf66e709d in KDevDirOperator::qt_invoke ()
   from /usr/lib/kde3/libkdevfileselector.so
#15 0x0229cf5c in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#16 0x02c51ccd in KFileViewSignaler::fileSelected () from /usr/lib/libkio.so.4
#17 0x02c53f1c in KFileIconView::slotActivate () from /usr/lib/libkio.so.4
#18 0x02c56423 in KFileIconView::qt_invoke () from /usr/lib/libkio.so.4
#19 0x0229cf5c in QObject::activate_signal ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#20 0x02910447 in KIconView::doubleClicked () from /usr/lib/libkdeui.so.4
#21 0x0290e464 in KIconView::contentsMouseDoubleClickEvent ()
   from /usr/lib/libkdeui.so.4
#22 0x023b2652 in QScrollView::viewportMouseDoubleClickEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#23 0x023b1e48 in QScrollView::eventFilter ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#24 0x024681af in QIconView::eventFilter ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#25 0x02c552a3 in KFileIconView::eventFilter () from /usr/lib/libkio.so.4
#26 0x0229a88e in QObject::activate_filters ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#27 0x0229a7bc in QObject::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#28 0x022d2f7f in QWidget::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#29 0x022408df in QApplication::internalNotify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#30 0x0223ffd4 in QApplication::notify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#31 0x07d80303 in KApplication::notify () from /usr/lib/libkdecore.so.4
#32 0x021d7060 in QETWidget::translateMouseEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#33 0x021d4c49 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#34 0x021ebac4 in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#35 0x02252ca8 in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#36 0x02252b58 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#37 0x02240b31 in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#38 0x080a239a in KMdiMainFrm::tileVertically ()
#39 0x00c17c14 in __libc_start_main () from /lib/tls/libc.so.6
#40 0x08072551 in ?? ()
Comment 1 Jens Dagerbo 2005-02-09 20:10:09 UTC
Edit ~/.kde/share/config/kdeveloprc and remove the "[Editor]" section to get back to the default. Then don't use vim-part in KDevelop. (It's removed as an option in 3.2, because it apparently always crashes.)

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