[Qgis-user] Many crashes on ubuntu 8.10 with recommanded binairies

2009-02-17 Thread Paul R
Hello list,

this is my first post here, and I'd like first to thank all the people
involved in the Quantum GIS project. This looks already great, and
really promising.

I'm here to report a bug, probably in the way ubuntu binairies are
packaged. To reproduce, follow the steps :

1 - you need ubuntu 8.10
2 - follow instructions on http://www.qgis.org/download/binaries.html to
get the software installed
3 - grab sample data from http://www.qgis.org/download/sample-data.html
4 - run qgis
5 - open the vector layer trees.shp from the samples
6 - open layer properties, go to the symbology tab
7 - change the legend type from "single symbol" to "graduated symbol"
8 - try to classify in 3 classes the AREA_KM2

when pressing the classify button, qgis crashes, with output :

(...)
b2bee000-b2bfe000 r-xp  08:02 1239747
/usr/lib/grass/lib/libgrass_I.6.2.3.so
b2bfe000-b2bff000 r--p f000 08:02 1239747
/usr/lib/grass/lib/libgrass_I.6.2.3.so
b2bff000-b2c0 rw-p 0001 08:02 1239747
/usr/lib/grass/lib/libgrass_I.6.2.3.so
b2c0-b2c12000 r-xp  08:02 1031932/usr/lib/qgis/libogrprovider.so
b2c12000-b2c13000 r--p 00011000 08:02 1031932/usr/lib/qgis/libogrprovider.so
b2c13000-b2c14000 rw-p 00012000 08:02 1031932/usr/lib/qgis/libogrprovider.so
b2c14000-b2c2b000 r-xp  08:02 1031931
/usr/lib/qgis/libogrconverterplugin.so
b2c2b000-b2c2c000 ---p 00017000 08:02 1031931
/usr/lib/qgis/libogrconverterplugin.so
b2c2c000-b2c2d000 r--p 00017000 08:02 1031931
/usr/lib/qgis/libogrconverterplugin.so
b2c2d000-b2c2e000 rw-p 00018000 08:02 1031931
/usr/lib/qgis/libogrconverterplugin.so
b2c2e000-b2c3e000 r-xp  08:02 1031928
/usr/lib/qgis/libnortharrowplugin.so
b2c3e000-b2c3f000 r--p f000 08:02 1031928
/usr/lib/qgis/libnortharrowplugin.so
b2c3f000-b2c4 rw-p 0001 08:02 1031928
/usr/lib/qgis/libnortharrowplugin.so
b2c4-b2c6a000 r-xp  08:02 1031923
/usr/lib/qgis/libinterpolationplugin.so
b2c6a000-b2c6b000 r--p 0002a000 08:02 1031923
/usr/lib/qgis/libinterpolationplugin.so
b2c6b000-b2c6c000 rw-p 0002b000 08:02 1031923
/usr/lib/qgis/libinterpolationplugin.so
b2c6c000-b2c84000 r-xp  08:02 1031926
/usr/lib/qgis/libgridmakerplugin.so
b2c84000-b2c85000 r--p 00017000 08:02 1031926/usr/liAborted


When run inside gdb, I get :

(...)
/usr/lib/grass/lib/libgrass_gproj.6.2.3.so
b2b1e000-b2b1f000 r--p 7000 08:02 1239748
/usr/lib/grass/lib/libgrass_gproj.6.2.3.so
b2b1f000-b2b2 rw-p 8000 08:02 1239748
/usr/lib/grass/lib/libgrass_gproj.6.2.3.so
b2b2-b2b23000 r-xp  08:02 1239746   
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb47e16d0 (LWP 7495)]
---Type  to continue, or q  to quit---
0xb7f08430 in __kernel_vsyscall ()


I have some other receipts to make qgis crash by SIGABRT or by segfault,
under fairly standard usage. I'm not sure where the problems are,
though, so I'd like some advices before investigating more or filling
a bug report on the tracker. Thank you in advance.

-- 
  Paul
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: AW: Many crashes on ubuntu 8.10 with recommanded binairies

2009-02-18 Thread Paul R
Hello Peter,

Peter> Agustin, If you are using the launchpad packages or building from
Peter> source you should be fine. The problems was with the GDAL 1.5.2
Peter> binary and GCC 4.3 which were the base packages on Ubuntu 8.10.

on my ubuntu 8.10 box :

 * libgdal, gdal-bin version is 1.5.4-2~intrepid3
 * qgis version is 1.0.1-1~intrepid1

They come from 

  deb http://ppa.launchpad.net/qgis/ubuntu intrepid main

and the crash occurs.


-- 
  Paul
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: New Plugin builder

2009-02-23 Thread Paul R
Hi Gary,

Gary> I have created a web-based tool to build a minimal QGIS Python
Gary> plugin. Basically you specify the required parameters and it
Gary> creates a ready to run plugin with an blank dialog. The tool
Gary> compiles the resource and Ui files and packages it all up into
Gary> a zip file for download.

Nice work, thank you Gary. I think the "online" implementation is
a great way to get fast development and correction, but that ultimately
this will have to be bundled to the qgis distribution for offline usage.

-- 
  Paul
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user