New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui agent failes at connect #405

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 3 Jan 2012 17:47 UTC
Freshly started AppVM (fc14-based):

In VM:

handle property WM_COMMAND for window 0x1400001
handle property WM_CLIENT_MACHINE for window 0x1400001
handle property WM_CLASS for window 0x1400001
handle property WM_LOCALE_NAME for window 0x1400001
handle property _NET_WM_PID for window 0x1400001
handle property _XEMBED_INFO for window 0xa00005
handle destroy 0xa00005
handle property _XEMBED_INFO for window 0xa00022
handle destroy 0xa00022
handle property _XEMBED_INFO for window 0xa00025
handle destroy 0xa00025
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 279 requests (279 known processed) with 0 events remaining.

and qrexec:


executed user:echo $$ >> /tmp/qubes-session-waiter; [ ! -f /tmp/qubes-session-env ] && exec sleep 365d pid 804
eintr
send exit code for client_id 7 pid 804
executed (nowait) user:gnome-terminal pid 1070
executed (nowait) user:gnome-terminal pid 1123
eintr
eintr

In Dom0 (VM id = 22):

[~](joanna@dom0)$ ps axf |grep guid
28896 ?        S      0:00      \_ /usr/bin/qubes_guid -d 22 -c blue -i blue -l 6
28905 ?        Ssl    0:00          \_ /usr/bin/qubes_guid -d 22 -c blue -i blue -l 6
29931 pts/6    S+     0:00      \_ grep guid
 4909 ?        SLs    0:05 /usr/bin/qubes_guid -d 2 -c red -i red -l 1
 6300 ?        SLs    0:05 /usr/bin/qubes_guid -d 4 -c 0x5fa05e -i green -l 4
 6322 ?        SLs    0:08 /usr/bin/qubes_guid -d 5 -c yellow -i yellow -l 3
17487 ?        SLs    0:04 /usr/bin/qubes_guid -d 16 -c black -i black -l 8
22012 ?        SLs    0:05 /usr/bin/qubes_guid -d 19 -c 0xb83374 -i purple -l 7
29867 ?        SLs    0:00 /usr/bin/qubes_guid -d 24 -c 0x5fa05e -i green -l 4
[~](joanna@dom0)$ sudo strace -p 28905
Process 28905 attached - interrupt to quit
futex(0x7f4ea014e874, FUTEX_WAIT_PRIVATE, 3, NULL^C <unfinished ...>
Process 28905 detached
[~](joanna@dom0)$ sudo strace -p 28896
Process 28896 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 0
write(2, ".", 1)                        = 1
poll([events=POLLIN}]({fd=4,), 1, 1000)  = 0 (Timeout)
write(2, ".", 1)                        = 1
poll([events=POLLIN}]({fd=4,), 1, 1000)  = 0 (Timeout)
write(2, ".", 1)                        = 1
poll([events=POLLIN}]({fd=4,), 1, 1000)  = 0 (Timeout)
write(2, ".", 1)                        = 1
poll([events=POLLIN}]({fd=4,), 1, 1000)  = 0 (Timeout)
write(2, ".", 1)                        = 1
poll([events=POLLIN}]({fd=4,), 1, 1000^C <unfinished ...>
Process 28896 detached

Migrated-From: https://wiki.qubes-os.org/ticket/405

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 10 Jan 2012 11:13 UTC
Looks like Xorg crash in VM... OOM? SEGV?

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 10 Jan 2012 11:13 UTC
Looks like Xorg crash in VM... OOM? SEGV?

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 10 Jan 2012 11:13 UTC
Anyway - will focus on FC15.

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 10 Jan 2012 11:13 UTC
Anyway - will focus on FC15.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 18 Jan 2012 10:10 UTC
Seems to be working now with new systemd init on fc15.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 18 Jan 2012 10:10 UTC
Seems to be working now with new systemd init on fc15.

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment