Bug report #3081
On-the-Fly-projection crashes QGIS, but not in Windows
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Projection Support | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Fedora | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | ||
Crashes QGIS or corrupts data: | Copied to github as #: | 13141 |
Description
How to reproduce:
- Download this 0.7 MB shapefile: http://geocommons.com/overlays/5603.zip
- Open the shapefile and set up EPSG 3416 for On-the-fly (other systems also work)
- Zoom out as long as you can
- QGIS crashes at a certain level (obviously depending on the coordinate system; might be quite early)
The funny thing is, it doesn't happen in Windows.
That might help as well:
Debug: QGIS(21307)/ KSycocaPrivate::openDatabase: Trying to open ksycoca from "/var/tmp/kdecache-volker/ksycoca4" Fatal: ASSERT: "std::abs( r_d ) > SMALL_NUM && std::abs( r_n ) > SMALL_NUM" in file /home/makerpm/rpmbuild/BUILD/qgis-1.6.0/src/core/qgsclipper.h, line 270
Associated revisions
Catch nans and infs in clipper. Fixes #3081
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14554 c8812cc2-4d05-0410-92ff-de0c093fc19c
Catch nans and infs in clipper. Fixes #3081
git-svn-id: http://svn.osgeo.org/qgis/trunk@14554 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer about 14 years ago
- Resolution set to upstream
- Status changed from Open to Closed
This is probably a Qt problem. The Qt in OSGeo4W is patched with the attached patch. See also http://lists.osgeo.org/pipermail/qgis-developer/2010-August/010669.html
#2 Updated by Jürgen Fischer about 14 years ago
The real link from the archived mail: http://www.archivum.info/[email protected]/2009-09/00531/%28Qt-interest%29-Modification-for-faster-coordinate-clipping-in-QOutlineMapper.html
#3 Updated by Giovanni Manghi almost 14 years ago
So the patch for osgeo4w means that under windows does not crash?
Has the patch been submitted to fix qt upstream?
cheers