Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437182 - app-emulation/virt-manager-0.9.1: recursion when reporting grab keys
Summary: app-emulation/virt-manager-0.9.1: recursion when reporting grab keys
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 14:47 UTC by Horst Prote
Modified: 2012-10-10 12:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Horst Prote 2012-10-04 14:47:18 UTC
If you click your mouse anywhere in the graphical console window, the window will "grab" it and should write a message in the window title bar how to release the pointer.
But I didn't get the message and in ~/.virt-manager/virt-manager.log I found:
  File "/usr/share/virt-manager/virtManager/console.py", line 394, in get_grab_keys
    keystr = self.get_grab_keys()
...
  File "/usr/share/virt-manager/virtManager/console.py", line 394, in get_grab_keys
    keystr = self.get_grab_keys()
RuntimeError: maximum recursion depth exceeded


Reproducible: Always




Found a debian patch named "0004-vnc-Fix-accidental-recursion-we-reporting-grab-keys.patch" for this on http://patch-tracker.debian.org/package/virt-manager/0.9.1-4

This patch works for me.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2012-10-04 16:32:33 UTC
It should be fixed in virt-manager-0.9.4, give it a try and report back.
Comment 2 Horst Prote 2012-10-10 12:02:23 UTC
Tried virt-manager-0.9.4 today: Fixes the bug for me.