Discussion:
(gnuplot:4180): WARNING
Tatsuro MATSUOKA
2017-05-21 02:51:27 UTC
Permalink
Hello
From updated of cygwin, I sometimes meets
** (gnuplot:4180): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.a11y.Bus exited with status 1


What is this?

Tatsuro
Daniel J Sebald
2017-05-21 18:17:44 UTC
Permalink
Post by Tatsuro MATSUOKA
Hello
From updated of cygwin, I sometimes meets
** (gnuplot:4180): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.a11y.Bus exited with status 1
What is this?
I searched the Internet and those who see this also attempt to guess
what it might be. It seems difficult to reproduce exactly. A lot of
the discussion seems to revolve around delays in the bus driver. Is
this perhaps the slow-loading font issue manifesting as a bus error with
updated cygwin?

Dan
p***@piments.com
2017-05-21 18:44:36 UTC
Permalink
Post by Daniel J Sebald
Post by Tatsuro MATSUOKA
Hello
From updated of cygwin, I sometimes meets
** (gnuplot:4180): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.a11y.Bus exited with status 1
What is this?
I searched the Internet and those who see this also attempt to guess
what it might be. It seems difficult to reproduce exactly. A lot of
the discussion seems to revolve around delays in the bus driver. Is
this perhaps the slow-loading font issue manifesting as a bus error with
updated cygwin?
Dan
FWIW: I'm not running CVS gnuplot so I'm not seeing this error but I do
see a lot of this kind of thing on Fedora with other software , like
Eclipse, for example.

I don't think it is gnuplot specific.


Peter.
Tatsuro MATSUOKA
2017-05-23 03:40:49 UTC
Permalink
----- Original Message -----
From: Daniel J Sebald
To: Tatsuro MATSUOKA ; gnuplot-beta
Date: 2017/5/22, Mon 03:17
Subject: Re: (gnuplot:4180): WARNING
Post by Tatsuro MATSUOKA
Hello
From updated of cygwin, I sometimes meets
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.a11y.Bus exited with
status 1
Post by Tatsuro MATSUOKA
What is this?
I searched the Internet and those who see this also attempt to guess
what it might be.  It seems difficult to reproduce exactly.  A lot of
the discussion seems to revolve around delays in the bus driver.  Is
this perhaps the slow-loading font issue manifesting as a bus error with
updated cygwin?
Dan
Thanks for reply.

The WARNING happens at using wxt terminal.
Perhaps some graphic driver ? or fontconfig on cygwin is related to this error.


Tatsuro
sfeam
2017-05-23 03:56:27 UTC
Permalink
Post by Tatsuro MATSUOKA
----- Original Message -----
From: Daniel J Sebald
To: Tatsuro MATSUOKA ; gnuplot-beta
Date: 2017/5/22, Mon 03:17
Subject: Re: (gnuplot:4180): WARNING
Post by Tatsuro MATSUOKA
Hello
From updated of cygwin, I sometimes meets
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.a11y.Bus exited with
status 1
Post by Tatsuro MATSUOKA
What is this?
I searched the Internet and those who see this also attempt to guess
what it might be. It seems difficult to reproduce exactly. A lot of
the discussion seems to revolve around delays in the bus driver. Is
this perhaps the slow-loading font issue manifesting as a bus error with
updated cygwin?
Dan
Thanks for reply.
The WARNING happens at using wxt terminal.
Perhaps some graphic driver ? or fontconfig on cygwin is related to this error.
I do not think this message comes from gnuplot.
It is telling you that some other system service has failed.
The failed system component is "accessibility bus".

I do not know what the "accessibility bus" is supposed to do,
but this tracker item

https://bugzilla.redhat.com/show_bug.cgi?id=1056820

suggests that the warning messages will go away if you set environmental
variable
NO_AT_BRIDGE=1


Ethan
Post by Tatsuro MATSUOKA
Tatsuro
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
gnuplot-beta mailing list
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
Tatsuro MATSUOKA
2017-05-29 22:18:39 UTC
Permalink
----- Original Message -----
From: sfeam
To: gnuplot-beta; Tatsuro MATSUOKA
Cc: Daniel J Sebald
Date: 2017/5/23, Tue 12:56
Subject: Re: (gnuplot:4180): WARNING
Post by Tatsuro MATSUOKA
----- Original Message -----
From: Daniel J Sebald
To: Tatsuro MATSUOKA ; gnuplot-beta
Date: 2017/5/22, Mon 03:17
Subject: Re: (gnuplot:4180): WARNING
  Hello
From updated of cygwin, I sometimes meets
  ** (gnuplot:4180): WARNING **: Error retrieving accessibility bus
org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.a11y.Bus
exited with
Post by Tatsuro MATSUOKA
status 1
  What is this?
I searched the Internet and those who see this also attempt to guess
what it might be.  It seems difficult to reproduce exactly.  A lot of
the discussion seems to revolve around delays in the bus driver.  Is
this perhaps the slow-loading font issue manifesting as a bus error
with
Post by Tatsuro MATSUOKA
updated cygwin?
Dan
Thanks for reply.
The WARNING happens at using wxt terminal.
Perhaps some graphic driver ? or fontconfig on cygwin is related to this
error.
I do not think this message comes from gnuplot.
It is telling you that some other system service has failed.
The failed system component is "accessibility bus".
I do not know what the "accessibility bus" is supposed to do,
but this tracker item
  https://bugzilla.redhat.com/show_bug.cgi?id=1056820
suggests that the warning messages will go away if you set environmental
variable
    NO_AT_BRIDGE=1
    Ethan
Sorry for late reply.

Set environmental variable
NO_AT_BRIDGE=1
makes waring not being displayed.


Tatsuro

Loading...