[QGIS-trac] Re: [Quantum GIS] #2714: Crash when resizing map window
with Qt 4.6
Quantum GIS
qgis at qgis.org
Fri May 14 05:42:03 EDT 2010
#2714: Crash when resizing map window with Qt 4.6
--------------------------------------------------------------+-------------
Reporter: mhugent | Owner: nobody
Type: bug | Status: new
Priority: critical: causes crash or data corruption | Milestone: Version 1.5.0
Component: GUI | Version: HEAD
Resolution: | Keywords:
Platform_version: | Platform: All
Must_fix: Yes | Status_info: 0
--------------------------------------------------------------+-------------
Comment (by wonder):
It seems it's caused by the processEvents() calls in QgsVectorLayer - the
crash happens in Qt libraries. If I comment out the processEvents() calls,
the segfault is gone.
My GSoC project should handle this once the rendering will be completely
done in worker thread(s), but that will be too late for 1.5. So probably
we should just disable these calls (they are already disabled on OS X).
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2714#comment:1>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list