[Marble-bugs] [marble] [Bug 342777] Marble crashes when use placemarks from the "Edit Maps" panel.

Mihail Ivchenko ematirov at gmail.com
Mon Jan 12 21:37:30 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=342777

Mihail Ivchenko <ematirov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ematirov at gmail.com

--- Comment #1 from Mihail Ivchenko <ematirov at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list