Summary: | crash on Shortcut edit for tagging | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Peter Gervai <grin> |
Component: | shortcuts | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | againsttcpa84, andrei.ilie, caulier.gilles, julien.t43+kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Peter Gervai
2012-07-08 11:54:45 UTC
Sound like it crash in KDELibs, not digiKam... Gilles Caulier Same problem here... Filed https://bugs.kde.org/show_bug.cgi?id=305288 Created attachment 73243 [details]
New crash information added by DrKonqi
digikam (2.7.0) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.2
- What I was doing when the application crashed:
I was assigning a keyboard shortcut to a tag when the crash happened.
-- Backtrace (Reduced):
#7 QKeySequence::QKeySequence (this=0x58de818, keysequence=...) at kernel/qkeysequence.cpp:968
[...]
#9 QList<QKeySequence>::operator+= (this=this@entry=0x7ffff0489310, l=...) at ../../src/corelib/tools/qlist.h:820
#10 0x00000033ae1c5f3b in operator<< (l=..., this=0x7ffff0489310) at ../../src/corelib/tools/qlist.h:336
#11 QAction::shortcuts (this=<optimized out>) at kernel/qaction.cpp:511
#12 0x00007fd7f62e77e1 in KAction::shortcut (this=0x56e7df0, type=...) at /usr/src/debug/kdelibs-4.8.5/kdeui/actions/kaction.cpp:193
*** Bug 305288 has been marked as a duplicate of this bug. *** *** Bug 309560 has been marked as a duplicate of this bug. *** Created attachment 77454 [details]
New crash information added by DrKonqi
digikam (2.8.0) on KDE Platform 4.9.4 using Qt 4.8.3
- What I was doing when the application crashed:
I was tagging some pictures with "dog", then, while digiKam was reflecting these changes on the external harddisk (rather slow if many pictures are tagged simultaneously) I changed the shortcut for the tag "dog" --> Crash
-- Backtrace (Reduced):
#6 QAction::shortcuts (this=<optimized out>) at kernel/qaction.cpp:510
#7 0x00007f762b1dbc51 in KAction::shortcut (this=0x47dc6c0, type=...) at ../../kdeui/actions/kaction.cpp:193
#8 0x00007f762b23d388 in KShortcutsEditorItem::updateModified (this=this@entry=0xa4061f0) at ../../kdeui/dialogs/kshortcutseditoritem.cpp:260
#9 0x00007f762b23d69f in KShortcutsEditorItem::setKeySequence (this=0xa4061f0, column=1, seq=...) at ../../kdeui/dialogs/kshortcutseditoritem.cpp:233
#10 0x00007f762b23ef1d in changeKeyShortcut (capture=..., column=1, item=0xa4061f0, this=0xcea0a80) at ../../kdeui/dialogs/kshortcutseditor.cpp:438
This have been healing itself in due course. Now it's working. |