Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2759 closed bug (fixed)

(linux) clicking "select georaster" icon in the plugin toolbar crashes qgis

Reported by: lutra Owned by: timlinux
Priority: critical: causes crash or data corruption Milestone: Version 1.5.0
Component: C++ Plugins Version: Trunk
Keywords: Cc:
Must Fix for Release: Yes Platform: Debian
Platform Version: Awaiting user input: no

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.

Change History (2)

in reply to:  description ; comment:1 by jef, 14 years ago

Resolution: fixed
Status: newclosed

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 r13593 it doesn't try to connect to the database, if no connection is define. I suppose that is where it crashes for you.

in reply to:  1 comment:2 by lutra, 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!

Note: See TracTickets for help on using tickets.