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:
Totem shows Grilo-CRITICAL ** errors to command line on s390x when it is run via command line without arguments.
Version-Release number of selected component (if applicable):
totem-3.22.1-1.el7.s390x
kernel-3.10.0-693.el7.s390x
How reproducible:
100%
Steps to Reproduce:
1. run totem via command line without arguments as normal user
Actual results:
"(totem:$PID): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed" error message is dumped into command line for each video in Videos directory
Expected results:
no errors should happen and no error messages should be dumped
Additional info:
Tested while connected to s390x machine via VNC (tried Vinagre and TigerVNC Viewer).
This is the line that fails:
grl_source_resolve_sync (self->priv->title_parsing_src,
media,
self->priv->metadata_keys,
options,
NULL);
And in grilo-plugins.spec:
%if 0%{?fedora}
BuildRequires: lua-devel
%endif
Turns out that's not s390x specific, there's just no lua plugins, which are required for totem to be usable, in grilo-plugins.
We'd either need to remove the changes we made to go from lua 5.1 to 5.2 and then to 5.3 (upstream commits d00bfa9581cda2937002f024cfcaaed1e65e3b06 and 8b18594e65fc1196c1d270ee3fcefe55195ea397) or bump lua versions to 5.3.
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-2018:0844