Summary: | routing profiles cause Marble to crash on exit | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Anton Chernov <chernov.anton.mail> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chernov.anton.mail, hugh.kde.bugs, shentey |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.3 (KDE 4.8) | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | This patch workaround this problem. |
Description
Anton Chernov
2011-08-04 10:40:56 UTC
*** Bug 275991 has been marked as a duplicate of this bug. *** *** Bug 269822 has been marked as a duplicate of this bug. *** Git commit 868b8e701e60f7c799ab4a724db1607909dbcd9c by Bernhard Beschow. Committed on 19/08/2011 at 20:43. Pushed by beschow into branch 'master'. do not crash on exit due to routing profile config widgets being still around Only create temporary objects of RoutingProfileSettingsDialog, such that the profile runner's config widgets are destroyed before all plugins are unloaded. Credits to Anton Chernov for figuring out the root cause of the bug. BUG: 279364 M +1 -2 src/lib/routing/RoutingProfilesWidget.h M +7 -5 src/lib/routing/RoutingProfilesWidget.cpp http://commits.kde.org/marble/868b8e701e60f7c799ab4a724db1607909dbcd9c Git commit ccb5ca1d9c32e34c9fb2b5296e1add21a1432631 by Bernhard Beschow. Committed on 19/08/2011 at 20:43. Pushed by beschow into branch 'kde-4.7'. do not crash on exit due to routing profile config widgets being still around Only create temporary objects of RoutingProfileSettingsDialog, such that the profile runner's config widgets are destroyed before all plugins are unloaded. Credits to Anton Chernov for figuring out the root cause of the bug. BUG: 279364 (cherry picked from commit 868b8e701e60f7c799ab4a724db1607909dbcd9c) M +1 -2 src/lib/routing/RoutingProfilesWidget.h M +7 -5 src/lib/routing/RoutingProfilesWidget.cpp http://commits.kde.org/marble/ccb5ca1d9c32e34c9fb2b5296e1add21a1432631 |