Bug report #709
Crash when using SPIT to import shapefiles
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Gary Sherman | ||
Category: | - | ||
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 #: | 10768 |
Description
Steps to reproduce:
1. Start QGIS
2. Plugins -> Spit -> Import Shapefiles to PostgreSQL
3. Click "Add"
4. Double-click a shapefile (I'm trying to use SRTM shapefiles, e.g. "w005n57e.shp", downloaded from "ftp://e0srp01u.ecs.nasa.gov/srtm/version2/SRTM3/Eurasia")
What happens:
A dialog box with a progress bar appears very briefly. Then QGIS closes, and writes the following on the console:
Fatal: ASSERT failure in QList<T>::operator[]: "index out of range", file /usr/share/qt4/include/QtCore/qlist.h, line 378
Aborted (core dumped)
Extra information:
OS: Ubuntu 7.04
Hardware: Pentium M 1.8, 1GB RAM
QGIS Version: 0.8.0 (Ubuntu packages from download.qgis.org, to get them to install I had to install libgdal1-1.3.1-6 from Ubuntu 6.10.)
libqt4 version: 4.2.3-0ubuntu3
postgresql-8.1 version: 8.1.8-1ubuntu3
postgresql-8.1-postgis version: 1.1.6-2
History
#1 Updated by eskea - over 17 years ago
Sorry! I made a mistake. The URL to the shapefiles I'm trying to use is actually ftp://e0srp01u.ecs.nasa.gov/srtm/version2/SWBD/
That is, the SRTM Water Body Dataset.
#2 Updated by Gary Sherman over 17 years ago
- Status changed from Open to In Progress
#3 Updated by Martin Dobias over 17 years ago
- Resolution set to fixed
- Status changed from In Progress to Closed
Fixed in 6228d9f4 (SVN r7127).
#4 Updated by Anonymous about 15 years ago
Milestone Version 0.9 deleted