| Summary: | Crash during save | ||
|---|---|---|---|
| Product: | [Applications] calligraplan | Reporter: | Dag Andersen <dag.andersen> |
| Component: | general | Assignee: | Dag Andersen <dag.andersen> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 3.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/calligraplan/107eba9c919aac7a73aaf7f258849f88ea7a8b5d | Version Fixed/Implemented In: | 3.2.1 |
| Sentry Crash Report: | |||
|
Description
Dag Andersen
2019-11-15 08:17:33 UTC
Due to a race condition. It takes some time to load taskmodules and closing plan while this is running leads to crash. Git commit 06726096f8fd9603477e039ed21459a33f57a5ef by Dag Andersen. Committed on 18/11/2019 at 13:03. Pushed by danders into branch '3.2'. Bug 414162 - Crash during save Actually crash during loading of e.g. task modules or resource file. For now: Just disabled close during loading. Future: Implement a delayed close. FIXED-IN: 3.2.1 M +15 -0 src/kptmaindocument.cpp M +7 -0 src/kptmaindocument.h M +1 -1 src/libs/main/KoDocument.h https://commits.kde.org/calligraplan/06726096f8fd9603477e039ed21459a33f57a5ef Git commit 107eba9c919aac7a73aaf7f258849f88ea7a8b5d by Dag Andersen. Committed on 18/11/2019 at 13:17. Pushed by danders into branch 'master'. Bug 414162 - Crash during save Actually crash during loading of e.g. task modules or resource file. For now: Just disabled close during loading. Future: Implement a delayed close. FIXED-IN: 3.2.1 M +15 -0 src/kptmaindocument.cpp M +7 -0 src/kptmaindocument.h M +1 -1 src/libs/main/KoDocument.h https://commits.kde.org/calligraplan/107eba9c919aac7a73aaf7f258849f88ea7a8b5d |