As suggested by Giuseppe Sucameli, the plugin causing the problem is SDA4PP. Is the tracking system for pluggins ready? I do not find a link to it in https://trac.osgeo.org/qgis/ or http://www.qgis.org/
Agus 2010/11/29 Agustin Lobo <[email protected]>: > Hi! > > Not sure how to get the list of pluggins. What I do is sending you the > output sent to the console, I assume that the offending plugging must > be one those that appear as "loaded". Tell me if there is a better way. > It's certainly a problem with a plugging, as I've just found the same > problem on a third machine running qgis 1.6 (ubuntu 10.04), > I've also started to uninstall pluggings, no luck yet. Just know that > qgis --noplugins works fine: > > al...@hpepito:~$ qgis > Python support ENABLED :-) > Loaded : Geoprocessing (package: geoprocessing) > Loaded : Numerical Vertex Edit (package: numericalVertexEdit) > Loaded : Image Boundary (package: imgboundary) > Loaded : Table Manager (package: tablemanager) > Loaded : RasterCalc (package: rastercalc) > Loaded : GdalTools (package: GdalTools) > Loaded : Rectangles (package: rectangles) > Loaded : Quickly save default qml (package: quicksaveqml) > Loaded : Profile (package: profiletool) > Loaded : Raster File Info Plugin (package: rasterinfo) > /usr/lib/python2.6/dist-packages/osgeo/gdal.py:80: DeprecationWarning: > gdal.py was placed in a namespace, it is now available as osgeo.gdal > DeprecationWarning) > Loaded : DEM relief shader (package: shadedrelief) > Loaded : Mirror Map Plugin (package: mirrormap) > Loaded : Zip Layers (package: ziplayers) > Loaded : Zoom to Point - Modified-bb (package: zoom_to_point_BB) > Loaded : Raw raster file import (package: rawrasterfileimport) > Loaded : Closest Feature Finder (package: ClosestFeatureFinder) > Loaded : SelectPlus Menu (package: selectplus) > Loaded : 1-Band Raster Colour Table (package: bcccoltbl) > Loaded : CadTools (package: cadtools) > SUB marker line 1 > Loaded : Symbology-NG (package: symbology_ng) > Loaded : Click-fu (package: clickfu) > Loaded : SRTM elevation importer for Qgis (package: qgissrtm) > Loaded : Reference Map Plugin (package: refmap) > Loaded : Rasterlang (package: rasterlang) > Loaded : PostGIS SQL Query Editor (package: postgisquery) > Loaded : Spectral Profile (package: spectral_profile) > NEW LOGGING | 29.11.2010 18:07:02 | SDA4PP, Version=0.195 > CLASS NAME | FUNCTION NAME | VARIABLE NAME = VALUE > sda4pp | initGui | pyqt version= 4.6.2 > LoadRlib | checkPartners | Checking rpy2. > rpy2 version= 2.0.8 > LoadRlib | checkPartners | Checking R-cran. > LoadRlib | checkPartners | Plug-in will run, rpy2 and R are called. > Geospatial Data Abstraction Library extensions to R successfully loaded > Loaded GDAL runtime: GDAL 1.7.3, released 2010/11/10 > Path to GDAL shared files: /usr/share/gdal17 > Loaded PROJ.4 runtime: Rel. 4.7.1, 23 September 2009 > Path to PROJ.4 shared files: (autodetected) > LoadRlib | loadRgdal | rgdal package loaded. > sda4pp | initGui | rgdal package is loaded. > > Note: polygon geometry computations in maptools > depend on the package gpclib, which has a > restricted licence. It is disabled by default; > to enable gpclib, type gpclibPermit() > > Checking rgeos availability as gpclib substitute: > FALSE > LoadRlib | loadMaptools | maptools package loaded. > sda4pp | initGui | maptools package is loaded. > This is mgcv 1.7-2. For overview type 'help("mgcv-package")'. > deldir 0.0-10 > > Please note: The process for determining duplicated points > has changed from that used in version 0.0-9. > > spatstat 1.17-2 (Type ‘help(spatstat)’ for information) > LoadRlib | loadSpatstat | spatstat package loaded. > sda4pp | initGui | spatstat package is loaded. > wl | manageConfFile | mode = "writeInit" > wl | manageConfFile | index = "" > wl | manageConfFile | tool = "" > Loaded : Spatial Data Analysis for Point Pattern (package: SDA4PP) > Loaded : Google Layers (package: GoogleLayers) > Loaded : Plugin Installer (package: plugin_installer) > Loaded : Geocoding (package: GeoCoding) > Loaded : MultiQml (package: multiqml) > Loaded : RGB Composition Plugin (package: rgb) > Loaded : ShowHideImg (package: imgshowhide) > Loaded : 1-Band Raster Colour Table V1.x (package: bcccoltbl1) > Loaded : MapSheetAutoGeoRef (package: MapSheetAutoGeoRef) > Loaded : Image Clipper (package: image_clipper) > Loaded : manageR (package: manageR) > Loaded : Copypasta (package: copypasta) > Loaded : Scattergram (package: scattergram) > Loaded : TopoColour (package: topocolour) > Loaded : Point sampling tool (package: pointsamplingtool) > Loaded : OpenLayers Plugin (package: openlayers) > Loaded : Interactive Identify (package: infotool) > Loaded : Statist (package: statist) > Loaded : Colour Scale Bar (package: bccscbar) > Loaded : Value Tool (package: valuetool) > Loaded : DumpLoadField (package: dumpfield) > Loaded : fTools (package: fTools) > Loaded : MapServer Export (package: mapserver_export) > Error: > GDAL Error 4: `/media/FREECOM_HDD/VGT/SM/untitled folder/subs.bil' > does not exist in the file system, > and is not recognised as a supported dataset name. > > Segmentation fault > > 2010/11/29 Giuseppe Sucameli <[email protected]>: >> Hi Agustin, >> >> On Mon, Nov 29, 2010 at 1:36 PM, Agustin Lobo <[email protected]> wrote: >>> >>> I think it is the gdal tools, as this is what I get on the console >>> after the crash: >>> >>> Loaded : OpenStreetMap plugin (package: osm) >>> Error: >>> GDAL Error 4: `/media/FREECOM_HDD/VGT/SM/untitled folder/subs.bil' >>> does not exist in the file system, >>> and is not recognised as a supported dataset name. >>> >>> Error: use of NULL environment is defunct >>> During startup - There were 16 warnings (use warnings() to see them) >>> *** stack smashing detected ***: /usr/bin/qgis.bin terminated >>> Segmentation fault >> >> I'm pretty sure that the crash is not due to GdalTools. >> In fact GdalTools doesn't load anything since the user clicks on one of the >> tools in >> the Raster menu, instead seems that a plugin tries to load a .bil file from >> an invalid >> (maybe hard-coded) path... >> >> The "GDAL Error" message is printed by the libgdal, not the GdalTools plugin >> at all. >> >> BTW, can you send us a list containing the installed plugins? >> Cheers. >> >>> gdaltools are not there when I start with qgis --noplugins >>> but cannot uninstall it if I start normally, as it comes now bundled, >>> so I cannot fully test. >>> >>> Agus >>> >>> >>> 2010/11/29 Agustin Lobo <[email protected]>: >>> > Has to be that, as the crash does not occur if I start qgis with >>> > qgis --noplugins >>> > >>> > I'll ty to identify the offending plugin, any ideas? >>> > >>> > Agus >>> > >>> > >>> > 2010/11/29 Jürgen E. <[email protected]>: >>> >> Hi Agus, >>> >> >>> >> On Mon, 29. Nov 2010 at 12:12:50 +0100, Agustin Lobo wrote: >>> >>> No crash for vector layers, crash for raster layers. >>> >> >>> >>> The test consists of: >>> >>> 1. Open qgis and load a raster layer >>> >>> 2. Save the project and close qgis >>> >>> 3. move or rename the raster layer >>> >>> 4. Open qgis and open the saved project >>> >>> 5. Crash >>> >> >>> >> Do have anything "unusual" installed? Like custom build GDAL and/or >>> >> plugins >>> >> other might not have? >>> >> >>> >> >>> >> Jürgen >>> >> >>> >> -- >>> >> Jürgen E. Fischer norBIT GmbH Tel. >>> >> +49-4931-918175-20 >>> >> Dipl.-Inf. (FH) Rheinstraße 13 Fax. >>> >> +49-4931-918175-50 >>> >> Software Engineer D-26506 Norden >>> >> http://www.norbit.de >>> >> >>> >> -- >>> >> norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme >>> >> mbH >>> >> Rheinstrasse 13, 26506 Norden >>> >> GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502 >>> >> >>> >> _______________________________________________ >>> >> Qgis-user mailing list >>> >> [email protected] >>> >> http://lists.osgeo.org/mailman/listinfo/qgis-user >>> >> >>> > >>> _______________________________________________ >>> Qgis-user mailing list >>> [email protected] >>> http://lists.osgeo.org/mailman/listinfo/qgis-user >> >> >> >> -- >> Giuseppe Sucameli >> >> >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-user >> >> > _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
