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 failure due to unaccepted window configuration dimensions #527

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

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 15 Apr 2012 08:43 UTC
A specific application in an AppVM (GNU Radio Companion) regularly blows up my gui agent. It seems that the cause is this (as reported by a corresponding guid):

Created 0x38002f9(0x1802e79) parent 0x0(0x131) ovr=0
 XDestroyWindow 0x38002f9
invalid PMinSize for 0x38002f7 (421/3851)
invalid PMaxSize for 0x38002f7 (421/3851)
invalid PResizeInc for 0x38002f7 (0/0)
invalid PBaseSize for 0x38002f7 (0/0)
xside.c:694: Received values doesn't pass verification: (int) untrusted_conf.y >= -g->root_height && (int) untrusted_conf.y <= 2 * g->root_height
Aborting

On the agent side I can see this at the end of the log:

Apr 15 10:34:50 rflab qubes_gui[Create for 0x1802e70 class 0x1
Apr 15 10:34:50 rflab qubes_gui[711](711]:): Create for 0x1802e78 class 0x1
Apr 15 10:34:50 rflab qubes_gui[handle destroy 0x1802e78
Apr 15 10:34:50 rflab qubes_gui[711](711]:): Create for 0x1802e79 class 0x1
Apr 15 10:34:50 rflab qubes_gui[handle destroy 0x1802e79
Apr 15 10:34:50 rflab qubes_gui[711](711]:): write: Resource temporarily unavailable
Apr 15 10:34:50 rflab systemd[qubes-gui-agent.service: main process exited, code=exited, status=1
Apr 15 10:34:50 rflab systemd[1](1]:): Unit qubes-gui-agent.service entered failed state.
Apr 15 10:34:50 rflab kernel: [ 3421.330722] u2mfn_release, priv=ffff880002a41000

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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 27 Apr 2012 23:56 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 27 Apr 2012 23:56 UTC

@marmarek marmarek self-assigned this Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment

@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