Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
some logs display if keep selecting iso files in "change cd" menu quickly.
Version-Release number of selected component (if applicable):
libgovirt-0.3.3-3.el7.x86_64
virt-viewer-2.0-8.el7.x86_64
How reproducible:
100%
Steps to Reproduce:
1. Make sure there is an ISO domain in RHEVM server and there are several iso files in the domain.
2. Get the ca file from ovirt server.
$ wget http://rhevm3.6-hp-dl360eg8-03/ca.crt
3. Connect a vm by remote-viewer with ovirt uri or connect to it by console.vv file.
$ remote-viewer --ovirt-ca-file=ca.crt ovirt://rhevm3.6-hp-dl360eg8-03/$your_vm
or
$ remote-viewer console.vv
4. Type correct username and password and click OK if you run with ovirt uri.
5. After connecting to the guest, make sure "Change CD" menu displays.
6. Keep selecting different iso files quickly.
Actual results:
Some logs display in terminal.
(remote-viewer:6627): remote-viewer-CRITICAL **: ovirt_foreign_menu_activate_item_cb: assertion 'foreign_menu->priv->next_iso_name == NULL' failed
(remote-viewer:6627): Gtk-WARNING **: GtkWindow 0x1f55830 is mapped but visible child GtkMenu 0x1fb4de0 is not mapped
Expected results:
It's better to block other image operations when mounting/unmounting is not finished.
Additional info:
I verified it with virt-viewer-5.0-2.el7.x86_64 by quickly selecting different iso files in 'change cd' dialog.
No logs as below:
(remote-viewer:6627): remote-viewer-CRITICAL **: ovirt_foreign_menu_activate_item_cb: assertion 'foreign_menu->priv->next_iso_name == NULL' failed
(remote-viewer:6627): Gtk-WARNING **: GtkWindow 0x1f55830 is mapped but visible child GtkMenu 0x1fb4de0 is not mapped
But still can see critical log as below. But I think this is generated by fast operation, and the log is acceptable and as expected.
(remote-viewer:19187): virt-viewer-CRITICAL **: ovirt_foreign_menu_set_current_iso_name_async: assertion 'foreign_menu->priv->next_iso_name == NULL' failed
So I'm going to move the bug from ON_QA to VERIFIED.
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.
https://access.redhat.com/errata/RHBA-2017:1849