[MacPorts] #50110: Evince seg fault
MacPorts
noreply at macports.org
Tue Dec 22 16:24:21 PST 2015
#50110: Evince seg fault
---------------------+----------------------
Reporter: pf15@… | Owner: devans@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: evince |
---------------------+----------------------
Comment (by devans@…):
Replying to [comment:3 pf15@…]:
>
>
> {{{
> #!div style="font-size: 80%"
> Message obtained from the command evince essai.dvi
> {{{#!python
> ** (evince:933): WARNING **: Error retrieving accessibility bus
address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply.
> Possible causes include: the remote application did not send a reply,
the message bus security policy blocked the reply,
> the reply timeout expired, or the network connection was broken.
The dbus issue is independent of the segmentation fault. The
accessibility bus is a separate dbus instance from the main session dbus
and is started on demand by processes that support it. This is what's
failing for you. If you look at dbus related processes you should see
something like this is all is well:
{{{
$ ps ax
18381 ?? S 0:00.17 /opt/local/bin/dbus-daemon --nofork --session
18384 ?? S 0:00.07 /opt/local/bin/dbus-daemon --config-
file=/opt/local/etc/at-spi2/accessibility.conf --nofork --print-address 3
21493 ?? Ss 0:00.01 /opt/local/bin/dbus-daemon --system --nofork
}}}
The first is the normal session bus daemon, the second is the
accessibility bus daemon and the third is the system dbus daemon.
Make sure at at-spi2-atk (a dependency of gtk3) is installed and that you
haven't changed any dbus related conf files. You can also try logging out
and then logging back in again to cause the dbus system to restart in case
something has gotten hung up.
Sorry I can't offer too much more on this one. It should just work as
shipped.
> Segmentation fault: 11
>
> }}}
> }}}
>
>
> The Dbus error is probably due to a bad configuration ... Evince works
fine with pdf files but seems to crash with any simple dvi (produced by
LateX). I attach a simpler dvi.
>
>
>
--
Ticket URL: <https://trac.macports.org/ticket/50110#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list