Hi John, On Thu, 21. Apr 2011 at 15:03:27 -0700, John C. Tull wrote: > Unfortunately, this plugin causes a segmentation fault for me, so it is still > unusable. I've pasted a gdb log running a debug build. My test was to open > the application, then try to load a simple test shapefile (although this > crash appears to occur on loading any vector data source). I don't know if > this will help determine what the cause is or not. Disabling the plugin > results in normal behavior for QGIS.
> Debug: /Users/jctull/sources/qgis/trunk/src/app/legend/qgslegendlayer.cpp: > 92: (QgsLegendLayer) Connecting signals for updating icons, layer temp > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x000000011d2cb88b in qgis2google::setDefaultSettings (this=0x10583c990, > layer=0x121265170) at > /Users/jctull/sources/qgis/trunk/src/plugins/qgis2google2/qgis2google.cpp:181 > 181 QList<QgsSymbol *> symbols = vlayer->renderer()->symbols(); Looks like qgis2google2 doesn't know about symbology-ng and assumes that you're not using it, but you probably aren't. 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
