Bug report #2759
(linux) clicking "select georaster" icon in the plugin toolbar crashes qgis
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Tim Sutton | ||
Category: | C++ Plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12819 |
Description
with the following message
Warning: QMetaObject::connectSlotsByName: No matching signal for on_btnAdd_clicked() Error: GDAL Error 4: @' does not exist in the file system, and is not recognised as a supported dataset name. Segmentation fault
tested under ubuntu 10.04 and qgis trunk.
Under Windows (osgeo4w) does not occour.
Associated revisions
fix #2759 and some cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13593 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2759 and some cleanups
git-svn-id: http://svn.osgeo.org/qgis/trunk@13593 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Replying to lutra:
Under Windows (osgeo4w) does not occour.
doesn't crash on Debian unstable either, but I don't have a raster enabled oracle database here. Do you?
In 1ac041a4 (SVN r13594) it doesn't try to connect to the database, if no connection is define. I suppose that is where it crashes for you.
#2 Updated by Giovanni Manghi over 14 years ago
doesn't crash on Debian unstable either, but I don't have a raster enabled oracle database here. Do you?
no I don't, but qgis was crashing on click... now it is fixed.
thanks!