[QGIS-trac] [Quantum GIS] #2395: GdalTools crash during install and
on start
Quantum GIS
qgis at qgis.org
Mon Jan 25 20:48:16 EST 2010
#2395: GdalTools crash during install and on start
---------------------------------------------------------+------------------
Reporter: sowelu | Owner: borysiasty
Type: bug | Status: new
Priority: critical: causes crash or data corruption | Milestone: Version 1.5.0
Component: Python plugins and bindings | Version: HEAD
Keywords: gdaltools, python, plugin | Platform_version: Kubuntu 9.10
Platform: Debian | Must_fix: No
Status_info: 0 |
---------------------------------------------------------+------------------
GdalTools plugin crashes QGIS when it is installed, and also prevents QGIS
from starting. I am using the trunk version of both QGIS and GDAL on
Kubuntu 9.10. If starting QGIS from the console the only message is 'Bus
Error'.
I've been poking around the python code and think I have narrowed it down
to the line
self.translator.load( self.localePath )
in the __init__ function. When this line and the following line
(QCoreApplication.installTranslator( self.translator ) are commented out
everything works just fine.
If I write out the contents of self.localePath in a message box it has the
value
/home/roland/.qgis/python/plugins/GdalTools/i18n/GdalTools_en_AU.qm
This directory exists, but the file does not. There are two qm files
present; GdalTools_ru_RU.qm and GdalTools_uk_UA.qm
In the Locale settings dialog box the Override System locale box is not
checked and the additional information list my locale as en_AU.
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2395>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list