[GRASS-dev] Warning in the Terminal when closing the GRASS GUI

Hi,

it is not a problem at all but there are several similar warning messages printed in
the GRASS terminal window after closing the GUI. Here the terminal output from launching
GRASS till closing (clicking on x) the GUI window:

radinger@grassgis:~$ grass65
Cleaning up temporary files …
Starting GRASS …


/ / __ / | / / / / __/ / /
/ / __/ /
/ / /| | _
\
\ / / __ / / _

/ /
/ / , / ___ |
/ /
/ / / /
/ // / / /
_
/
/ |
/
/ |
/
// _///_/

Welcome to GRASS 6.5.svn (2012)
GRASS homepage: http://grass.osgeo.org/
This version running thru: Bash Shell (/bin/bash)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
If required, restart the GUI with: g.gui wxpython
When ready to quit enter: exit

GRASS 6.5.svn (Cele_location):~ >
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.
(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn’t believe we’re it’s parent.

I am working with GRASS6.5SVN r52671 on Ubuntu 12.04 with python version 2.7.3.
I don’t know if it is a known problem or if it is serious/important at all. If need I can file a ticket.

Best regards,
Johannes

On Tue, Aug 14, 2012 at 12:15 PM, Johannes Radinger
<johannesradinger@gmail.com> wrote:

Hi,

it is not a problem at all but there are several similar warning messages
printed in
the GRASS terminal window after closing the GUI. Here the terminal output
from launching
GRASS till closing (clicking on x) the GUI window:

radinger@grassgis:~$ grass65
Cleaning up temporary files ...
Starting GRASS ...

...

Welcome to GRASS 6.5.svn (2012)

...

When ready to quit enter: exit

GRASS 6.5.svn (Cele_location):~ >

...

(python:11076): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that
doesn't believe we're it's parent.

I am working with GRASS6.5SVN r52671 on Ubuntu 12.04 with python version
2.7.3.
I don't know if it is a known problem or if it is serious/important at all.
If need I can file a ticket.

There seems to be a related ticket:
http://trac.wxwidgets.org/ticket/14292

Markus