Hi,
When running MBox with a GTK+ program (which used to work) and no specific arguments, I get:
[steve@valencia ~]$ mbox epiphany
** (epiphany:5634): WARNING **: Couldn't register with accessibility bus: 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.
Stop executing pid=5635: Should wait until other syscalls to be done
Sandbox Root:
> /tmp/sandbox-5630
But running basic commands like sh or ls works. Looking at the code, this is a rather broad condition and I couldn't figure out which system call is blocking. If I strace mbox, I get 30k of system calls to review so I gave up on that! I've been running gdb as well to break on has_any_entering_proc() but it seems very generic and I can't figure out what parameters should look like.
What should I look for to debug? What can cause such locks?
Hi,
When running MBox with a GTK+ program (which used to work) and no specific arguments, I get:
But running basic commands like
shorlsworks. Looking at the code, this is a rather broad condition and I couldn't figure out which system call is blocking. If I strace mbox, I get 30k of system calls to review so I gave up on that! I've been running gdb as well to break on has_any_entering_proc() but it seems very generic and I can't figure out what parameters should look like.What should I look for to debug? What can cause such locks?