Bug 63556 - KATE: Crash when right clicking with large selection in H file
Summary: KATE: Crash when right clicking with large selection in H file
Status: RESOLVED DUPLICATE of bug 63581
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-01 06:34 UTC by Jon Smirl
Modified: 2003-09-02 12:53 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 Jon Smirl 2003-09-01 06:34:22 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

I am very used to there being a CUT/COPY/PASTE option on right click menu. So I forget all of the time and right click with big selections. I would vote for switching to the QEdit model of CUT/COPY/PASE on the first level menu and the rest on the second level. These missing right click items prevent mouse based editing.

[New Thread 1099808352 (LWP 21613)]
[New Thread 1200426288 (LWP 21626)]
0xffffe410 in ?? ()
#0  0xffffe410 in ?? ()
#1  0x40c531d1 in KCrash::defaultCrashHandler(int) ()
   from /opt/kde3/lib/libkdecore.so.4
#2  <signal handler called>
#3  0x4051c18e in ClassModel::functionDefinitionList() const ()
   from /opt/kde3/lib/libkdevelop.so.1
#4  0x46f1f365 in CppSupportPart::contextMenu(QPopupMenu*, Context const*) ()
   from /opt/kde3/lib/kde3/libkdevcppsupport.so
#5  0x46f29b3d in CppSupportPart::qt_invoke(int, QUObject*) ()
   from /opt/kde3/lib/kde3/libkdevcppsupport.so
#6  0x40feabe9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#7  0x405104af in KDevCore::contextMenu(QPopupMenu*, Context const*) ()
   from /opt/kde3/lib/libkdevelop.so.1
#8  0x080848e0 in EditorProxy::popupAboutToShow() ()
#9  0x08085021 in EditorProxy::qt_invoke(int, QUObject*) ()
#10 0x40feabe9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#11 0x40feaa6d in QObject::activate_signal(int) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#12 0x4130f168 in QPopupMenu::aboutToShow() ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#13 0x410e4b4e in QPopupMenu::popup(QPoint const&, int) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#14 0x47b75bcb in KateViewInternal::mousePressEvent(QMouseEvent*) ()
   from /opt/kde3/lib/kde3/libkatepart.so
#15 0x4101f604 in QWidget::event(QEvent*) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#16 0x40f8f639 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#17 0x40f8edf9 in QApplication::notify(QObject*, QEvent*) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#18 0x40bbf340 in KApplication::notify(QObject*, QEvent*) ()
   from /opt/kde3/lib/libkdecore.so.4
#19 0x40f2a513 in QETWidget::translateMouseEvent(_XEvent const*) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#20 0x40f27e00 in QApplication::x11ProcessEvent(_XEvent*) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#21 0x40f3d76f in QEventLoop::processEvents(unsigned) ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#22 0x40fa29a3 in QEventLoop::enterLoop() ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#23 0x40fa2860 in QEventLoop::exec() ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#24 0x40f8f894 in QApplication::exec() ()
   from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#25 0x08067443 in main ()
#26 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6
Comment 1 Jens Dagerbo 2003-09-01 16:02:03 UTC
The crash appears to have nothing to do with katepart. Changing component. 
Comment 2 Jens Dagerbo 2003-09-02 12:53:28 UTC
Marking this as duplicate, since the more recent report has a better description.

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