Hi Carson, the dataset is the standard Spearfish sample dataset (http://grass.fbk.eu/sampledata/spearfish_grass60data-0.3.tar.gz)[data layers used: archsites (point), streams (line), quads (polygon)].
I am using QGIS 1.6.0 (similar effects were observed in QGIS 1.4). "Reprojection on the fly" is active, using EPSG:4326 as reference SRS. Here's a transcript from the shell output: /localhome/> qgis Python support ENABLED :-) Loaded : Python Batch Processing (package: pybatchproc) Loaded : DPSimplify (package: dpsimplify) Loaded : Load wktRaster to QGIS (package: wktraster) Loaded : Mirror Map Plugin (package: mirrormap) Loaded : Geoprocessing (package: geoprocessing) Loaded : Merge shapes (package: mergeshapes) Loaded : Geocoding (package: GeoCoding) Loaded : Load Them All (package: loadthemall) Loaded : TopoColour (package: topocolour) Warning: QHttp: empty path requested is invalid -- using '/' Loaded : Plugin Installer (package: plugin_installer) Loaded : Google Layers (package: GoogleLayers) Loaded : RGB Composition Plugin (package: rgb) Loaded : QGISRest plugin (package: qgisrest) Loaded : manageR (package: manageR) Loaded : Closest Feature Finder (package: ClosestFeatureFinder) Loaded : Click-fu (package: clickfu) Loaded : SRTM elevation importer for Qgis (package: qgissrtm) Loaded : fTools (package: fTools) 100% 100% 100% Segmentation fault It seems like the segfaulting occurs independent from the geometry type of the layers, but occurs when a _second_ layer is imported into manageR. Peter -------- Original-Nachricht -------- > Datum: Fri, 19 Nov 2010 14:42:32 +0000 > Von: Carson Farmer <[email protected]> > An: "Peter Löwe" <[email protected]> > CC: [email protected] > Betreff: Re: [Qgis-developer] manageR plugin: hot wo load R package "sp" > Hi Peter, would it be possible for you to send me an example of the > dataset that causes the crash? > > Carson > > On 19 November 2010 14:25, "Peter Löwe" <[email protected]> wrote: > > Hi Barry, > > > > after having R-dev installed, getting sp works like a charm: > > > > install.packages("sp") > > > > library(sp) > > > > does the trick. > > > > Using "Import Layer From Canvas" works for point and line layers (tested > on the Spearfish dataset) > > > > However, applying "Import Layer From Canvas" for polygon layers leads to > a segfault. > > > > Any Suggestions ? > > > > Peter > > > > > > > > > > > > -------- Original-Nachricht -------- > >> Datum: Fri, 19 Nov 2010 09:39:17 +0000 > >> Von: Barry Rowlingson <[email protected]> > >> An: [email protected] > >> CC: [email protected] > >> Betreff: Re: [Qgis-developer] manageR plugin: hot wo load R package > "sp" > > > >> On Fri, Nov 19, 2010 at 8:26 AM, <[email protected]> wrote: > >> > Hi List, > >> > > >> > the manageR plugin requires for the action "Import Layer From Canvas" > >> the R package "sp". > >> > > >> > The common way to install sp within the manageR CLI fails: > >> > > >> >> install.packages("sp") > >> > Installing package(s) into > >> ‘/home/pel/R/x86_64-unknown-linux-gnu-library/2.12’ > >> > (as ‘lib’ is unspecified) > >> > --- Please select a CRAN mirror for use in this session --- > >> > Loading Tcl/Tk interface ... done > >> > trying URL > 'http://cran.at.r-project.org/src/contrib/sp_0.9-72.tar.gz' > >> > Content type 'application/x-gzip' length 535353 bytes (522 Kb) > >> > opened URL > >> > ================================================== > >> > downloaded 522 Kb > >> > > >> > > >> > The downloaded packages are in > >> > ‘/tmp/RtmpOTaSDB/downloaded_packages’ > >> > Warning message: > >> > In install.packages("sp") : > >> > installation of package 'sp' had non-zero exit status > >> > > >> > > >> > Does anybody know a way to solve this one ? > >> > >> What happens when you try this from the R command line from a > >> terminal window, rather than manageR? Possibly manageR is hiding some > >> diagnostic messages. > >> > >> Since sp is being installed from source, my first suspicion is that > >> you don't have the requisite C/Fortran compilers on your system. Is it > >> ubuntu/apt-based? Do "sudo apt-get install build-essential" from a > >> command line, that should get them. > >> > >> Barry > > > > -- > > Dr. Peter Löwe > > <[email protected]> > > > > > > > > > > > > GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit > > gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > > _______________________________________________ > > Qgis-developer mailing list > > [email protected] > > http://lists.osgeo.org/mailman/listinfo/qgis-developer > > > > > > -- > Carson J. Q. Farmer > ISSP Doctoral Fellow > National Centre for Geocomputation > National University of Ireland, Maynooth, > http://www.carsonfarmer.com/ -- Dr. Peter Löwe <[email protected]> GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
