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.
Bug 1241925 - rhythmbox segfaults after closing
Summary: rhythmbox segfaults after closing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: rhythmbox
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Bastien Nocera
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks: 1295396 1297830 1313485
TreeView+ depends on / blocked
 
Reported: 2015-07-10 12:35 UTC by Martin Simon
Modified: 2016-11-04 06:04 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 06:04:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2408 0 normal SHIPPED_LIVE rhythmbox bug fix update 2016-11-03 13:56:57 UTC

Description Martin Simon 2015-07-10 12:35:16 UTC
Description of problem:
rhythmbox does not quit correctly and ends in segfault

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. quit rhythmbox
2.
3.

Actual results:
sys:1: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)


Expected results:
correct quit, no segfault

Additional info:

Comment 1 Martin Simon 2015-07-10 12:36:55 UTC
version of component: rhythmbox-2.99.1-4.el7.x86_64

Comment 2 Phil Anderson 2015-09-03 22:52:11 UTC
Also experienced this after upgrading to this version.  Clearing the DB, etc didn't help.

Comment 3 Bastien Nocera 2015-09-04 14:08:08 UTC
(In reply to Phil Anderson from comment #2)
> Also experienced this after upgrading to this version.  Clearing the DB, etc
> didn't help.

There are no fixes in rhythmbox for RHEL 7.2, targetting this for 7.3 instead.

Comment 6 Matěj Cepl 2016-02-09 08:53:32 UTC
Possible duplicate (w/backtraces) is bug 1260578, isn't it?

Comment 7 Leonard den Ottolander 2016-02-13 20:34:23 UTC
It seems the fix I propose for bug 1241924 also fixes this issue.

https://git.gnome.org/browse/rhythmbox/commit/?id=b65b762176f159a65b4468cf4bc4635de8872573

Without this patch indeed rhythmbox segfaults on exit. With the patch applied this segfault also disappears.

So even though it is not clear when looking at the problem descriptions I do believe this to be a duplicate of 1241924.

Comment 8 Bastien Nocera 2016-04-12 15:07:32 UTC
Rhythmbox was rebased in bug 1298233. Can you please retest with the new build to see whether this fixes your problem?

Comment 10 Martin Simon 2016-04-13 10:09:33 UTC
Using the build rhythmbox-3.3.1-1.el7 I'm longer able to reproduce the crash. It seems that the rebase fixed the bug.

Comment 11 Bastien Nocera 2016-04-13 11:41:43 UTC
Marking as MODIFIED, as the build is already done.

Comment 12 Matěj Cepl 2016-04-13 11:55:13 UTC
Just that RB still produces a lot of warnings. Does any of these make some sense?

matej@mitmanek: rpms$ rhythmbox

(rhythmbox:17522): libsoup-CRITICAL **: soup_server_quit: assertion 'priv->listeners != NULL' failed

(rhythmbox:17522): GLib-GObject-CRITICAL **: object SoupServer 0x2f5b2a0 finalized while still in-construction

(rhythmbox:17522): GLib-GObject-CRITICAL **: Custom constructor for class SoupServer returned NULL (which is invalid). Please use GInitable instead.

(rhythmbox:17522): libsoup-CRITICAL **: soup_server_quit: assertion 'priv->listeners != NULL' failed

(rhythmbox:17522): GLib-GObject-CRITICAL **: object SoupServer 0x2f5b340 finalized while still in-construction

(rhythmbox:17522): GLib-GObject-CRITICAL **: Custom constructor for class SoupServer returned NULL (which is invalid). Please use GInitable instead.

(rhythmbox:17522): libsoup-CRITICAL **: soup_server_quit: assertion 'priv->listeners != NULL' failed

(rhythmbox:17522): GLib-GObject-CRITICAL **: object SoupServer 0x2f5b480 finalized while still in-construction

(rhythmbox:17522): GLib-GObject-CRITICAL **: Custom constructor for class SoupServer returned NULL (which is invalid). Please use GInitable instead.

(rhythmbox:17522): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist


(rhythmbox:17522): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist


(rhythmbox:17522): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist


(rhythmbox:17522): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist


(rhythmbox:17522): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist


(rhythmbox:17522): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

(rhythmbox:17522): Gtk-WARNING **: mnemonic "s" wasn't removed for widget (0x267a690)
matej@mitmanek: rpms$

Comment 14 Jiri Prajzner 2016-06-27 10:53:24 UTC
The bug is no longer present.

Comment 17 errata-xmlrpc 2016-11-04 06:04:58 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.

https://rhn.redhat.com/errata/RHBA-2016-2408.html


Note You need to log in before you can comment on or make changes to this bug.