Summary: | CRASH after deleting the Shortcut for the Popup Palette | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | vascoalexander |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | artmessiah, sven.langkamp |
Priority: | NOR | Keywords: | drkonqi |
Version: | 2.8 Pre-Alpha | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/7fa1674174bdaf47b2d680de5c01e39d00ff9765 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Canvas Input Shortcut File (kritadefault.profile) that crashes Krita
New crash information added by DrKonqi |
Description
vascoalexander
2013-08-21 11:19:19 UTC
Created attachment 81832 [details]
Canvas Input Shortcut File (kritadefault.profile) that crashes Krita
i can reproduce the crash copying the attached file to home/.../.kde/share/apps/krita/input
kritadefault.profile - Plain Text: [Alternate Invocation] 0={0;2;[1000021];1;0;0} [Change Primary Setting] 0={0;2;[1000020];1;0;0} [General] name=Krita Default [Leinwand verschieben] 0={0;2;[];4;0;0} [Show Popup Palette] 0={0;2;[];0;0;0} [Tool Invocation] 0={2;1;[1000000];0;0;0} 1={1;1;[1000004];0;0;0} 2={0;2;[];1;0;0} [Zoom Canvas] 0={0;2;[1000023];1;0;0} 1={0;2;[1000021,20];1;0;0} 2={1;2;[1000021,1000023,20];1;0;0} 3={2;3;[];0;1;0} 4={3;3;[];0;2;0} 5={2;1;[3d];0;0;0} 6={3;1;[2d];0;0;0} 7={4;1;[31];0;0;0} 8={5;1;[32];0;0;0} 9={6;1;[33];0;0;0} Git commit 7fa1674174bdaf47b2d680de5c01e39d00ff9765 by Boudewijn Rempt. Committed on 29/09/2013 at 11:58. Pushed by rempt into branch 'master'. Do not assert or crash when passing empty list of buttons Related: bug 323814 M +6 -2 krita/ui/input/kis_input_manager.cpp M +1 -1 krita/ui/input/kis_stroke_shortcut.cpp http://commits.kde.org/calligra/7fa1674174bdaf47b2d680de5c01e39d00ff9765 Created attachment 82736 [details]
New crash information added by DrKonqi
krita (2.8 Pre-Alpha) on KDE Platform 4.11.2 using Qt 4.8.4
- What I was doing when the application crashed: Change a few shortcuts in canvas input shortcuts.
- Custom settings of the application: none, just tried to change canvas input settings and then krita crashes until I delete the krita input profile in the kde share folder.
-- Backtrace (Reduced):
#10 0x00007f82f5d58b06 in qt_assert (assertion=assertion@entry=0x7f82ccd710ae "buttons.size() > 0", file=file@entry=0x7f82ccd71060 "/build/buildd/krita-wraparound-wip-0.2/krita/ui/input/kis_stroke_shortcut.cpp", line=line@entry=50) at global/qglobal.cpp:2021
#11 0x00007f82ccd0de08 in KisStrokeShortcut::setButtons (this=0x50d4c10, modifiers=..., buttons=...) at /build/buildd/krita-wraparound-wip-0.2/krita/ui/input/kis_stroke_shortcut.cpp:50
#12 0x00007f82ccd0048f in KisInputManager::Private::addStrokeShortcut (this=0x3d5a060, action=0x3d5a1e0, index=index@entry=0, modifiers=..., buttons=...) at /build/buildd/krita-wraparound-wip-0.2/krita/ui/input/kis_input_manager.cpp:244
#13 0x00007f82ccd014a2 in KisInputManager::profileChanged (this=this@entry=0x3d59f80) at /build/buildd/krita-wraparound-wip-0.2/krita/ui/input/kis_input_manager.cpp:673
#14 0x00007f82cca35e20 in qt_static_metacall (_id=2, _o=0x3d59f80, _c=<optimized out>, _a=<optimized out>) at /build/buildd/krita-wraparound-wip-0.2/obj-x86_64-linux-gnu/krita/ui/moc_kis_input_manager.cpp:54
|