Summary: | Crash when working with a GPX-track | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | rainer <kdebugs> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | uwe.lienig |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/education/marble/commit/611b67e69f96a2ab41400ede9c14df6ca3bd4c3e | Version Fixed In: | |
Sentry Crash Report: |
Description
rainer
2018-05-10 18:25:31 UTC
*** Bug 394102 has been marked as a duplicate of this bug. *** *** Bug 407872 has been marked as a duplicate of this bug. *** Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you! While trying to reproduce t(In reply to Justin Zobel from comment #3) > Thank you for reporting this crash in KDE software. As it has been a while > since this issue was reported, can we please ask you to see if you can > reproduce the crash with a recent software version? > > If you can reproduce the issue, please change the status to "CONFIRMED" when > replying. Thank you! When trying to reproduce this, marble crashed as well, but the bug search did not deem those two crashes as identical (the new bug is https://bugs.kde.org/show_bug.cgi?id=459529 ) I set this as 'CONFIRMED' as requested, hoping for someone more knowledgable to deduce if this indeed is the same bug or a different one. Dear Rainer,
tested the version installed with openSuSE 15.4 (Marble version 2.2.20).
Bug remains the same.
Load a GPX track, go to the files tab, unfold the entry for the track
and right when the GeoDataPlacemark is unfolded Marble will crash.
Best regards
Uwe
Am 22.09.22 um 16:23 schrieb rainer:
> https://bugs.kde.org/show_bug.cgi?id=394101
>
> rainer <kdebugs@munin-soft.de> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Resolution|WAITINGFORINFO |---
> Status|NEEDSINFO |CONFIRMED
> Ever confirmed|0 |1
>
> --- Comment #4 from rainer <kdebugs@munin-soft.de> ---
> While trying to reproduce t(In reply to Justin Zobel from comment #3)
>> Thank you for reporting this crash in KDE software. As it has been a while
>> since this issue was reported, can we please ask you to see if you can
>> reproduce the crash with a recent software version?
>>
>> If you can reproduce the issue, please change the status to "CONFIRMED" when
>> replying. Thank you!
>
> When trying to reproduce this, marble crashed as well, but the bug search did
> not deem those two crashes as identical (the new bug is
> https://bugs.kde.org/show_bug.cgi?id=459529 )
> I set this as 'CONFIRMED' as requested, hoping for someone more knowledgable to
> deduce if this indeed is the same bug or a different one.
>
*** Bug 459529 has been marked as a duplicate of this bug. *** Git commit 611b67e69f96a2ab41400ede9c14df6ca3bd4c3e by Torsten Rahn. Committed on 08/04/2023 at 17:49. Pushed by rahn into branch 'master'. Fix "Crash when working with a GPX-track" and brush up the UI a bit. MultiGeometries which don't inherit from Features were casted statically to Folders. The code that tried to access the style of Features tried to access the non-existing style member which lead to the crash. M +4 -2 src/lib/marble/FileViewWidget.cpp M +14 -2 src/lib/marble/FileViewWidget.ui M +19 -15 src/lib/marble/TreeViewDecoratorModel.cpp https://invent.kde.org/education/marble/commit/611b67e69f96a2ab41400ede9c14df6ca3bd4c3e |