Summary: | Crash on application exit | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Halla Rempt <halla> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73 |
Priority: | NOR | Keywords: | drkonqi, release_blocker |
Version: | 2.8 Beta | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/3b388d877f5343b26d1d82846e76153b1b5b2c94 | Version Fixed In: | |
Sentry Crash Report: |
Description
Halla Rempt
2014-01-23 15:34:19 UTC
Probably, the input manager gets deleted after the default input action (which is KisToolInvocationAction) is already destroyed? It looks like the text editor widget sends some event when being destroyed, but the event filter is already killed by this time Git commit eb2d336f9c51f5df5b35bfa0c7e9f90bfa6749e2 by Dmitry Kazakov. Committed on 29/01/2014 at 08:37. Pushed by dkazakov into branch 'master'. Fix crash on exit when the text tool is active This patch makes KisCanvasController responsitive for installing and removing the event filter onto canvas widget. It allows the controller to remove the event filter before the destruction. M +1 -1 krita/ui/canvas/kis_canvas2.cpp M +17 -0 krita/ui/canvas/kis_canvas_controller.cpp M +1 -0 krita/ui/canvas/kis_canvas_controller.h M +4 -1 krita/ui/input/kis_input_manager.cpp M +1 -1 libs/flake/KoCanvasControllerWidget.h http://commits.kde.org/calligra/eb2d336f9c51f5df5b35bfa0c7e9f90bfa6749e2 Git commit 3b388d877f5343b26d1d82846e76153b1b5b2c94 by Dmitry Kazakov. Committed on 29/01/2014 at 08:37. Pushed by dkazakov into branch 'calligra/2.8'. Fix crash on exit when the text tool is active This patch makes KisCanvasController responsitive for installing and removing the event filter onto canvas widget. It allows the controller to remove the event filter before the destruction. M +1 -1 krita/ui/canvas/kis_canvas2.cpp M +17 -0 krita/ui/canvas/kis_canvas_controller.cpp M +1 -0 krita/ui/canvas/kis_canvas_controller.h M +4 -1 krita/ui/input/kis_input_manager.cpp M +1 -1 libs/flake/KoCanvasControllerWidget.h http://commits.kde.org/calligra/3b388d877f5343b26d1d82846e76153b1b5b2c94 |