Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 437182

Summary: app-emulation/virt-manager-0.9.1: recursion when reporting grab keys
Product: Gentoo Linux Reporter: Horst Prote <prote>
Component: Current packagesAssignee: Virtualization Team <virtualization>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.