Opened 9 years ago
Last modified 6 years ago
#2930 closed defect
g.gui.metadata: error when closing window — at Initial Version
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.4 |
Component: | Addons | Version: | unspecified |
Keywords: | wx.metadata | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
Close window of g.gui.metadata
via X button ends with
Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/opt/src/grass_trunk/dist.x86_64-pc-linux-gnu/etc/python/grass/temporal/core.py", line 427, in stop_subprocesses c_library_interface.stop() File "/opt/src/grass_trunk/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/rpc/base.py", line 176, in stop self.client_conn.send([0, ]) IOError: [Errno 9] Bad file descriptor Error in sys.exitfunc: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/opt/src/grass_trunk/dist.x86_64-pc-linux-gnu/etc/python/grass/temporal/core.py", line 427, in stop_subprocesses c_library_interface.stop() File "/opt/src/grass_trunk/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/rpc/base.py", line 176, in stop self.client_conn.send([0, ]) IOError: [Errno 9] Bad file descriptor
Note:
See TracTickets
for help on using tickets.