Bug 168183 - Midnight mode crash when press F2
Summary: Midnight mode crash when press F2
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 10:18 UTC by Ryan Ren
Modified: 2008-08-03 12:02 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 Ryan Ren 2008-08-03 10:18:03 UTC
Version:           Konqueror 4.1.00 (using KDE 4.1.0)
Installed from:    Unspecified Linux
Compiler:          gcc  4.3.1 I use the binary package in the repo of Arch Linux.
OS:                Linux

konqueror, with menu bar hided, toolbar displaced, would crash if F2 is pressed. I came across this problem when trying to find the way to unhide the menu bar. I tried all the Fn keys, and found the program carshed with F2.

Here are the screen shots, which may help:

http://archx.299megs.com/blog/wp-content/uploads/2008/08/konqueror.thumbnail.png

http://archx.299megs.com/blog/wp-content/uploads/2008/08/konqueror2.thumbnail.png

---------------------------------------------------
Application: Konqueror (konqueror), signal SIGSEGV
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb62d6700 (LWP 5536)]
[KCrash handler]
#6  0xb7d5715d in KFileItem::url () from /usr/lib/libkio.so.5
#7  0xb3cb50d1 in RenameDialog::RenameDialog ()
   from /usr/lib/libdolphinprivate.so.4
#8  0xb3ca6935 in DolphinView::renameSelectedItems ()
   from /usr/lib/libdolphinprivate.so.4
#9  0xb3ca7dad in DolphinViewActionHandler::slotRename ()
   from /usr/lib/libdolphinprivate.so.4
#10 0xb3c915fe in DolphinViewActionHandler::qt_metacall ()
   from /usr/lib/libdolphinprivate.so.4
#11 0xb74ad2fb in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#12 0xb74ad5d0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#13 0xb69e5291 in QAction::triggered () from /usr/lib/libQtGui.so.4
#14 0xb69e5c07 in QAction::activate () from /usr/lib/libQtGui.so.4
#15 0xb69e866b in QAction::event () from /usr/lib/libQtGui.so.4
#16 0xb6a3f183 in QWidgetAction::event () from /usr/lib/libQtGui.so.4
#17 0xb69ea8cc in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#18 0xb69f0cce in QApplication::notify () from /usr/lib/libQtGui.so.4
#19 0xb7adb6bd in KApplication::notify () from /usr/lib/libkdeui.so.5
#20 0xb749baa1 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#21 0xb6a1e612 in ?? () from /usr/lib/libQtGui.so.4
#22 0xbf8fbb70 in ?? ()
#23 0x08762288 in ?? ()
#24 0xbf8fac74 in ?? ()
#25 0x00000000 in ?? ()
#0  0xb7fe1424 in __kernel_vsyscall ()
Comment 1 Peter Penz 2008-08-03 12:02:23 UTC
SVN commit 841418 by ppenz:

Prevent that Konqueror crashs if pressing F2 (= Rename) although no items are selected. TODO: disable the rename action (and other selection dependent actions) when no items are selected.

BUG: 168183

 M  +6 -5      dolphinview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=841418
Comment 2 Peter Penz 2008-08-03 12:02:55 UTC
SVN commit 841420 by ppenz:

Backport of 841418: Prevent that Konqueror crashs if pressing F2 (= Rename) although no items are selected. TODO: disable the rename action (and other selection dependent actions) when no items are selected.

CCBUG: 168183

 M  +6 -5      dolphinview.cpp  


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