Bug report #15595
QGIS crashes loading WCS layer
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Martin Dobias | ||
Category: | Web Services clients/WCS | ||
Affected QGIS version: | master_2 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | Yes | Copied to github as #: | 23518 |
Description
This happens on any version > 2.8.*
In 2.8.* the layer loads as expected.
The layers is the one available here
http://wms.pcn.minambiente.it/wcs/dtm_75m
that seems a service based on Mapsever.
Other layers loaded from a service based on Geonode/Geoserver are not causing any issue.
Associated revisions
Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoided,
because it is run in main thread - all the work should be deferred
to be done in worker thread.
Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoided,
because it is run in main thread - all the work should be deferred
to be done in worker thread.
(cherry picked from commit 08f4a0f40cce21d5730653a75bdd44f175f3b0b8)
Fix crash when loading WCS layers (fixes #15595)
The problem is that some providers would still issue network
requests in prepareJobs() - this should be ideally avoided,
because it is run in main thread - all the work should be deferred
to be done in worker thread.
(cherry picked from commit 08f4a0f40cce21d5730653a75bdd44f175f3b0b8)
History
#1 Updated by Martin Dobias about 8 years ago
- Assignee set to Martin Dobias
#2 Updated by Martin Dobias about 8 years ago
- Status changed from Open to Closed
Fixed in changeset 08f4a0f40cce21d5730653a75bdd44f175f3b0b8.