Bug report #1741
removing a GRASS vector that is loaded in QGIS causes a crash
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Lorenzo Masini | ||
Category: | GRASS | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | invalid | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11801 |
Description
1. load a GRASS vector in QGIS
2. remove it from GRASS browser: you get
Cannot delete map prova_random
command: prova_random g.remove
vect=prova_random
from the shell:
Warning: QString::arg: Argument missing: <br>command: prova_random g.remove<br>vect=prova_random<br>, Removing vector <prova_random>
WARNING: Unable to remove directory
'/home/Documenti/datigrass//CEA_location/Cea_GRASS/.tmp/ursus/21573.0'
WARNING: couldn't be removed
WARNING: <prova_random> nothing removed
3. remove it from QGIS canvas
4. remove it again from GRASS browser; you get a crash. On the shell you can read:
Fatal: ASSERT: "i < mChildren.size()" in file /storage/build/qgis_unstable/src/plugins/grass/qgsgrassmodel.cpp, line 441
Abortito
History
#1 Updated by Lorenzo Masini over 15 years ago
- Resolution set to invalid
- Status changed from Open to Closed
This issue is NFS related.
For more informations: [http://www.mail-archive.com/[email protected]/msg09197.html]