[GRASS-dev] [GRASS GIS] #415: querying vector map crashes wxGUI

GRASS GIS trac at osgeo.org
Fri Dec 26 14:02:47 EST 2008


#415: querying vector map crashes wxGUI
----------------------+-----------------------------------------------------
 Reporter:  msieczka  |       Owner:  grass-dev at lists.osgeo.org
     Type:  defect    |      Status:  new                      
 Priority:  critical  |   Milestone:  6.4.0                    
Component:  wxGUI     |     Version:  svn-develbranch6         
 Keywords:            |    Platform:  Linux                    
      Cpu:  x86-64    |  
----------------------+-----------------------------------------------------
 In "edit mode":

 {{{
 Traceback (most recent call last):
   File "/usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14572, in
 <lambda>

 lambda event: event.callable(*event.args, **event.kw) )
   File "/usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/lib/scrolledpanel.py", line
 74, in _SetupAfter

 self.SetVirtualSize(self.GetBestVirtualSize())
   File "/usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14522, in
 __getattr__

 raise PyDeadObjectError(self.attrStr % self._name)
 wx._core
 .
 PyDeadObjectError
 :
 The C++ part of the ScrolledPanel object has been deleted,
 attribute access no longer allowed.
 Traceback (most recent call last):
   File "/usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14572, in
 <lambda>

 lambda event: event.callable(*event.args, **event.kw) )
   File "/usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/lib/scrolledpanel.py", line
 74, in _SetupAfter

 self.SetVirtualSize(self.GetBestVirtualSize())
   File "/usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14522, in
 __getattr__

 raise PyDeadObjectError(self.attrStr % self._name)
 wx._core
 .
 PyDeadObjectError
 :
 The C++ part of the ScrolledPanel object has been deleted,
 attribute access no longer allowed.
 }}}

 In "display mode":

 {{{
 (Fri Dec 26 19:58:08 2008)
 v.what --q -a map=mapa at PERMANENT east_north=594970.677739,5678071.967777
 distance=42.521482
 East: 594970.677739
 North: 5678071.967777
 Map: mapa
 Mapset: PERMANENT
 Type: Line
 Id: 1
 Length: 6804.484567
 Layer: 1
 Category: 1
 Driver: dbf
 Database: /home/grassdata/caves_utm33/PERMANENT/dbf/
 Table: mapa
 Key column: cat
 cat : 1
 cusik : aha
 uha : 986467345
 Exception in thread Thread-1:
 Traceback (most recent call last):
   File "/usr/lib/python2.5/threading.py", line 486, in
 __bootstrap_inner
     self.run()
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/go
 utput.py", line 95, in run
     returncode=self.requestCmd.module.returncode,
 AttributeError: 'NoneType' object has no attribute 'module'
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/415>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list