Opened 10 years ago
Last modified 6 years ago
#2551 new defect
g.gui.tplot error message
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Temporal | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | x86-64 | Platform: | MSWindows 7 |
Description
tested with
GRASS Version: 7.1.svn GRASS SVN revision: 64210 Build date: 2015-01-16 Build platform: i686-pc-mingw32 GDAL: 1.11.1 PROJ.4: 4.8.0 GEOS: 3.4.2 SQLite: 3.7.17 Python: 2.7.4 wxPython: 2.8.12.1 Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
opening g.gui.tplot a second time, following error message:
C:\>Process Process-2: Traceback (most recent call last): File "C:\OSGEO4~2\apps\Python27\lib\multiprocessing\process.py", line 258, in _bootstrap self.run() File "C:\OSGEO4~2\apps\Python27\lib\multiprocessing\process.py", line 114, in run self._target(*self._args, **self._kwargs) File "C:\OSGEO4~2\apps\grass\grass-7.1.svn\etc\python\grass\temporal\c_librari es_interface.py", line 767, in c_library_server data = conn.recv() EOFError
Change History (7)
comment:1 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:4 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:6 by , 7 years ago
Replying to veroandreo:
is this still an issue?
tested with
System Info GRASS version: 7.4.0 GRASS SVN revision: r72154 Build date: 2018-01-27 Build platform: x86_64-w64-mingw32 GDAL: 2.2.3 PROJ.4: 4.9.3 GEOS: 3.5.0 SQLite: 3.17.0 Python: 2.7.5 wxPython: 2.8.12.1 Platform: Windows-8-6.2.9200 (OSGeo4W)
opening and closing the first time
Exception IOError : (6, 'Das Handle ist ung\xfcltig') in <bound method TplotFrame.__del__ of <tplot.frame.TplotFrame; proxy of <Swig Object of type 'wxFrame *' at 0x14efcd80> >> ignored
opening the second time
WARNING:root:Needed to restart the libgis server, caller: main thread
closing the second time
Exception IOError : (6, 'Das Handle ist ung\xfcltig') in <bound method TplotFrame.__del__ of <tplot.frame.TplotFrame; proxy of <Swig Object of type 'wxFrame *' at 0x14efcd80> >> ignored
and also tested with
System Info GRASS version: 7.5.svn GRASS SVN revision: r72376 Build date: 2018-03-17 Build platform: x86_64-w64-mingw32 GDAL: 2.2.3 PROJ.4: 4.9.3 GEOS: 3.5.0 SQLite: 3.17.0 Python: 2.7.5 wxPython: 2.8.12.1 Platform: Windows-8-6.2.9200 (OSGeo4W)
opening and closing the first time
Exception IOError : (6, 'Das Handle ist ung\xfcltig') in <bound method TplotFrame.__del__ of <tplot.frame.TplotFrame; proxy of <Swig Object of type 'wxFrame *' at 0x150a7eb0> >> ignored
opening the second time
WARNING:root:Needed to restart the libgis server, caller: main thread
closing the second time
Exception IOError : (6, 'Das Handle ist ung\xfcltig') in <bound method TplotFrame.__del__ of <tplot.frame.TplotFrame; proxy of <Swig Object of type 'wxFrame *' at 0x154a1a10> >> ignored
still some issues, but it seems different from the original report
Note:
See TracTickets
for help on using tickets.
Still an issue?