Description
Unnecessary warning info show when using virt-viewer -k to launch a spice guest
Version:
virt-viewer-0.6.0-5.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1.Prepare a spice+qxl guest with graphics,the xml shows as below:
<channel type='spicevmc'>
<target type='virtio' name='com.redhat.spice.0'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
<graphics type='spice' autoport='yes'/>
<video>
<model type='qxl' ram='65536' vram='65536' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
2.Use virt-viewer -k to launch the guest,shutdown guest from virt-viewer console or just use virsh destroy $guest,warning info show as below:
# virt-viewer rhel6.5 -k
(virt-viewer:7262): virt-viewer-WARNING **: Couldn't load configuration: File is empty
(virt-viewer:7262): virt-viewer-DEBUG: kiosk mode: skip extra monitors that don't fit on client
(virt-viewer:7262): virt-viewer-DEBUG: kiosk mode: skip extra monitors that don't fit on client
(virt-viewer:7262): virt-viewer-DEBUG: kiosk mode: skip extra monitors that don't fit on client
(virt-viewer:7262): GSpice-WARNING **: Warning no automount-inhibiting implementation available
(virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_window_set_display: assertion `VIRT_VIEWER_IS_WINDOW(self)' failed
(virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_app_remove_nth_window: assertion `win != NULL' failed
(virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_window_set_display: assertion `VIRT_VIEWER_IS_WINDOW(self)' failed
(virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_app_remove_nth_window: assertion `win != NULL' failed
(virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_window_set_display: assertion `VIRT_VIEWER_IS_WINDOW(self)' failed
(virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_app_remove_nth_window: assertion `win != NULL' failed
(virt-viewer:7262): Gtk-WARNING **: A floating object was finalized. This means that someone
called g_object_unref() on an object that had only a floating
reference; the initial floating reference is not owned by anyone
and must be removed with g_object_ref_sink().
(virt-viewer:7262): Gtk-WARNING **: A floating object was finalized. This means that someone
called g_object_unref() on an object that had only a floating
reference; the initial floating reference is not owned by anyone
and must be removed with g_object_ref_sink().
(virt-viewer:7262): Gtk-WARNING **: A floating object was finalized. This means that someone
called g_object_unref() on an object that had only a floating
reference; the initial floating reference is not owned by anyone
and must be removed with g_object_ref_sink().
(virt-viewer:7262): virt-viewer-WARNING **: Can't hide windows in kiosk mode
Actual results:
As descripiton.
Expected results:
No such warning info show.
Additional info:
The bug can not be reproduced for vnc guest and guest without graphics.
Comment 2Marc-Andre Lureau
2014-06-10 12:18:42 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2014-1379.html
Description Unnecessary warning info show when using virt-viewer -k to launch a spice guest Version: virt-viewer-0.6.0-5.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1.Prepare a spice+qxl guest with graphics,the xml shows as below: <channel type='spicevmc'> <target type='virtio' name='com.redhat.spice.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <graphics type='spice' autoport='yes'/> <video> <model type='qxl' ram='65536' vram='65536' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> 2.Use virt-viewer -k to launch the guest,shutdown guest from virt-viewer console or just use virsh destroy $guest,warning info show as below: # virt-viewer rhel6.5 -k (virt-viewer:7262): virt-viewer-WARNING **: Couldn't load configuration: File is empty (virt-viewer:7262): virt-viewer-DEBUG: kiosk mode: skip extra monitors that don't fit on client (virt-viewer:7262): virt-viewer-DEBUG: kiosk mode: skip extra monitors that don't fit on client (virt-viewer:7262): virt-viewer-DEBUG: kiosk mode: skip extra monitors that don't fit on client (virt-viewer:7262): GSpice-WARNING **: Warning no automount-inhibiting implementation available (virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_window_set_display: assertion `VIRT_VIEWER_IS_WINDOW(self)' failed (virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_app_remove_nth_window: assertion `win != NULL' failed (virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_window_set_display: assertion `VIRT_VIEWER_IS_WINDOW(self)' failed (virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_app_remove_nth_window: assertion `win != NULL' failed (virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_window_set_display: assertion `VIRT_VIEWER_IS_WINDOW(self)' failed (virt-viewer:7262): virt-viewer-CRITICAL **: virt_viewer_app_remove_nth_window: assertion `win != NULL' failed (virt-viewer:7262): Gtk-WARNING **: A floating object was finalized. This means that someone called g_object_unref() on an object that had only a floating reference; the initial floating reference is not owned by anyone and must be removed with g_object_ref_sink(). (virt-viewer:7262): Gtk-WARNING **: A floating object was finalized. This means that someone called g_object_unref() on an object that had only a floating reference; the initial floating reference is not owned by anyone and must be removed with g_object_ref_sink(). (virt-viewer:7262): Gtk-WARNING **: A floating object was finalized. This means that someone called g_object_unref() on an object that had only a floating reference; the initial floating reference is not owned by anyone and must be removed with g_object_ref_sink(). (virt-viewer:7262): virt-viewer-WARNING **: Can't hide windows in kiosk mode Actual results: As descripiton. Expected results: No such warning info show. Additional info: The bug can not be reproduced for vnc guest and guest without graphics.