Summary: | calligra plan crashes on closing | ||
---|---|---|---|
Product: | [Applications] calligraplan | Reporter: | Robby Engelmann <robby.engelmann> |
Component: | general | Assignee: | Dag Andersen <dag.andersen> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | robby.engelmann |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/4a302d8df6eb5d5bdc86f49ab11ed2987246d698 | Version Fixed In: | |
Sentry Crash Report: |
Description
Robby Engelmann
2012-04-10 05:08:43 UTC
Arghh, I thought I had fixed this when I cleaned up the dbus interface. I have not had a crash since then. AFAIK there should be no data loss, as the crash happens after saving has finished. Can you confirm this? I can confirm, that there is no data loss. All changes done are saved as far as I checked. Tirsdag den 10. april 2012 10:42:17 skrev du:
> https://bugs.kde.org/show_bug.cgi?id=297822
>
> Robby Engelmann <robby.engelmann@igfs-ev.de> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |robby.engelmann@igfs-ev.de
>
> --- Comment #2 from Robby Engelmann <robby.engelmann@igfs-ev.de> ---
> I can confirm, that there is no data loss. All changes done are saved as far
> as I checked.
Ok, good. Will have to live with it for the 2.4.0 release then.
Git commit 4a302d8df6eb5d5bdc86f49ab11ed2987246d698 by Dag Andersen. Committed on 22/05/2012 at 11:27. Pushed by danders into branch 'master'. Fix crash due to notification during file save The reason is a notification issued in KoDocument::saveFile() which results in an async dbus message. The reply to this message can be received (timing dependent) during deletion of the dbus conection in which case it will crash. Also remove sheets.notifyrc file from sheets. Review: https://git.reviewboard.kde.org/r/105010 M +0 -7 libs/main/KoDocument.cpp M +1 -1 sheets/CMakeLists.txt D +0 -273 sheets/sheets.notifyrc http://commits.kde.org/calligra/4a302d8df6eb5d5bdc86f49ab11ed2987246d698 |