Summary: | "download region" crashes Marble if main texture layer of map theme has absolute file path | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Bernhard Beschow <shentey> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Maemo 5 | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/marble/457d3716cedde930af478452846352f100433329 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: |
Description
Bernhard Beschow
2012-07-01 16:14:40 UTC
Git commit 94781d81994c34b8819539611de170bdf751fc12 by Bernhard Beschow. Committed on 30/06/2012 at 17:20. Pushed by beschow into branch 'master'. when downloading a region, consider tile availability for each layer separately instead of judging from the first Besides being more precise, it also avoids a crash by not trying to guess the source directory from the first tile layer. M +1 -3 src/lib/MarbleMap.cpp M +3 -1 src/lib/MergedLayerDecorator.cpp M +0 -5 src/lib/layers/TextureLayer.cpp M +0 -3 src/lib/layers/TextureLayer.h http://commits.kde.org/marble/94781d81994c34b8819539611de170bdf751fc12 Git commit a95181059adfd21a8a03e611c40318a673dea7d4 by Bernhard Beschow. Committed on 30/06/2012 at 17:20. Pushed by beschow into branch 'KDE/4.9'. when downloading a region, consider tile availability for each layer separately instead of judging from the first Besides being more precise, it also avoids a crash by not trying to guess the source directory for the base tiles from the .dgml directory. FIXED-IN: 4.9.0 (cherry picked from commit 94781d81994c34b8819539611de170bdf751fc12) M +1 -3 src/lib/MarbleMap.cpp M +3 -1 src/lib/MergedLayerDecorator.cpp M +0 -5 src/lib/layers/TextureLayer.cpp M +0 -3 src/lib/layers/TextureLayer.h http://commits.kde.org/marble/a95181059adfd21a8a03e611c40318a673dea7d4 Git commit 457d3716cedde930af478452846352f100433329 by Dennis Nienhüser, on behalf of Bernhard Beschow. Committed on 30/06/2012 at 17:20. Pushed by nienhueser into branch 'sok-2012-plasma-active'. when downloading a region, consider tile availability for each layer separately instead of judging from the first Besides being more precise, it also avoids a crash by not trying to guess the source directory from the first tile layer. M +1 -3 src/lib/MarbleMap.cpp M +3 -1 src/lib/MergedLayerDecorator.cpp M +0 -5 src/lib/layers/TextureLayer.cpp M +0 -3 src/lib/layers/TextureLayer.h http://commits.kde.org/marble/457d3716cedde930af478452846352f100433329 |