#2243: wxGUI: raster importer single file GdalImportDialog crash after import
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-releasebranch70
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
When using File -> import raster -> single file. it imports but
does not complete the job:
event.onDone(cmd=event.cmd, returncode=event.returncode)
File "/home/alba/source_code/grass70_release/dist.x86_64
-unknown-linux-gnu/etc/gui/wxpython/gui_core/dialogs.py",
line 1752, in AddLayers
if not self.add.IsChecked() or returncode != 0:
File "/usr/lib/python2.7/dist-
packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14615, in
__getattr__
raise PyDeadObjectError(self.attrStr % self._name)
wx._core
.
PyDeadObjectError
:
The C++ part of the GdalImportDialog object has been
deleted, attribute access no longer allowed.
System Info
GRASS version: 7.0.0svn
GRASS SVN Revision: 59559
Build Date: 2014-04-02
Build Platform: x86_64-unknown-linux-gnu
GDAL/OGR: 1.10.0
PROJ.4: 4.8.0
GEOS: 3.3.8
SQLite: 3.7.9
Python: 2.7.3
wxPython: 2.8.12.1
Platform: Linux-3.8.0-37-generic-x86_64-with-Ubuntu-12.04-precise }}}
#2243: wxGUI: raster importer single file GdalImportDialog crash after import
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-releasebranch70
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by annakrat):
Does this happen only when you close the dialog before r.in.gdal is
complete? The error means that it tries to add the imported layers but it
can't access the attributes of the dialog because the dialog doesn't exist
any more.