Summary: | Marble crashes when use placemarks from the "Edit Maps" panel. | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Sergey Popov <sergobot256> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | e.m.a.t.i.r.o.v |
Priority: | NOR | ||
Version: | 1.9 (KDE 4.14) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergey Popov
2015-01-12 21:29:29 UTC
I can confirm on current master. This happens because while rotating globe AnnotatePlugin::handleUncaughtEvents is called, m_focusItem is set to 0 and focus actions are disabled. But later, after closing dialog AnnotatePlugin::stopEditingTextAnnotation is called and actions for type placemark are added while m_focusItem is still 0. So, "Remove" button is enabled and after clicking on it removeFocusItem() is called which tries to access m_focusItem->graphicsType(). And then crash happens. Also, reproducible with Polugon and Polyline. (Use right-click instead of rotating globe). Should be fixed with this commit: http://quickgit.kde.org/?p=marble.git&a=commit&h=655a34fb3d39b4f79c17659ef4e7ba448b139959 Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |