Summary: | Ark crashed while opening .kmz file | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Sand <faxel> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | daniel.anken, ejeggleston, florian-evers, gabrimonfa, justin.zobel, kde-bugs.9ek5t, kde, kdeorg, kossebau, rakuco, roberto.kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi Example ZIP file with a gpx inside |
Description
Sand
2011-12-20 11:42:15 UTC
This seems to be a crash in marblepart, reassigning to the Marble folks. *** Bug 300581 has been marked as a duplicate of this bug. *** *** Bug 318458 has been marked as a duplicate of this bug. *** Created attachment 82387 [details]
New crash information added by DrKonqi
ark (2.19) on KDE Platform 4.11.1 using Qt 4.8.4
- What I was doing when the application crashed:
I was opening a .shp file from a zip that contains also .dbf e .shx (an esri shapefile is composed of 3 files with the same name with extensions .shp, .shx e .dbf).
The crash happens every time.
I'm using kde 4.11 from kubuntu using a ppa
-- Backtrace (Reduced):
#6 data (this=0x8) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:135
[...]
#9 QWidget::setUpdatesEnabled (this=0x0, enable=false) at kernel/qwidget.cpp:7387
#10 0x00007fca1af49142 in Marble::MarblePart::MarblePart (this=this@entry=0x21dbe50, parentWidget=parentWidget@entry=0x2185250, parent=parent@entry=0x2186240, arguments=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at ../../src/marble_part.cpp:168
#11 0x00007fca1af518ff in KPluginFactory::createPartInstance<Marble::MarblePart> (parentWidget=0x2185250, parent=0x2186240, args=...) at /usr/include/kpluginfactory.h:483
#12 0x00007fca34aab455 in KPluginFactory::create (this=0x21d6900, iface=0x7fca36538660 <qt_meta_stringdata_KParts__ReadOnlyPart> "KParts::ReadOnlyPart", parentWidget=0x2185250, parent=0x2186240, args=..., keyword=...) at ../../kdecore/util/kpluginfactory.cpp:203
*** Bug 333795 has been marked as a duplicate of this bug. *** *** Bug 330276 has been marked as a duplicate of this bug. *** *** Bug 310134 has been marked as a duplicate of this bug. *** Created attachment 86355 [details]
New crash information added by DrKonqi
ark (2.19) on KDE Platform 4.11.5 using Qt 4.8.6
Ark crashed trying to open a .gpx file inside a zip
-- Backtrace (Reduced):
#5 0x0000003a62e10275 in QWidget::setUpdatesEnabled(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#6 0x00007fa9175dfe8b in Marble::MarblePart::MarblePart (this=this@entry=0x2979780, parentWidget=parentWidget@entry=0x2867ee0, parent=parent@entry=0x2a0f4a0, arguments=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at ../../src/marble_part.cpp:168
#7 0x00007fa9175e6f11 in KPluginFactory::createPartInstance<Marble::MarblePart> (parentWidget=0x2867ee0, parent=0x2a0f4a0, args=...) at /usr/include/kpluginfactory.h:483
#8 0x0000003a61c0e763 in KPluginFactory::create(char const*, QWidget*, QObject*, QList<QVariant> const&, QString const&) () from /usr/lib/libkdecore.so.5
#9 0x00007fa91dad85ee in create<KParts::ReadOnlyPart> (args=..., keyword=..., parent=0x2a0f4a0, parentWidget=0x2867ee0, this=0x2975c20) at /usr/include/kpluginfactory.h:531
Created attachment 86356 [details]
Example ZIP file with a gpx inside
Opening the .gpx inside this file always makes ark crash
*** Bug 336915 has been marked as a duplicate of this bug. *** Can confirm this for Marble 1.14.21 The Marble KPart has a hard assumption that there is a statusbar around which can be taken from the KParts::StatusBarExtension object, which is not the case with the Ark preview it seems. At the same time though the Marble KPart also has bitrotted and currently does not properly load the passed file and focus its view on it. That needs some bigger overhaul. So for now the workaround is to simply not register the Marble KPart for all the geo file types. Will do a respective commit now, should get into Application 16.08 and 16.04.3 Thank you for the report. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you. 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! |