After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656503 - rhythmbox-2.90.1-10.git20110502.fc15: rhythmdb_entry_type_get_name: Process /usr/bin/rhythmbox was killed by signal 11 (SIGSEGV)
rhythmbox-2.90.1-10.git20110502.fc15: rhythmdb_entry_type_get_name: Process /...
Status: RESOLVED OBSOLETE
Product: rhythmbox
Classification: Other
Component: Podcast
unspecified
Other Linux
: Normal major
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-14 09:34 UTC by Thomas Meyer
Modified: 2018-05-24 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch to circumvent the crash (1.08 KB, patch)
2011-08-14 09:34 UTC, Thomas Meyer
rejected Details | Review
ABRT tool report (790.35 KB, text/x-log)
2011-09-19 16:40 UTC, Jonathan Briggs
  Details
Local rhythmdb.xml file (968.46 KB, text/xml)
2011-09-19 16:47 UTC, Jonathan Briggs
  Details

Description Thomas Meyer 2011-08-14 09:34:51 UTC
Created attachment 193804 [details] [review]
proposed patch to circumvent the crash

rhythmbox crashes very often while listening to podcasts for me.
see also the backtrace in the corresponding fedora bug:

https://bugzilla.redhat.com/show_bug.cgi?id=708782

For some reason the rhythmdb entry->type is null:

(gdb) frame 1
  • #1 save_entry
    at rhythmdb-tree.c line 974
$10 = {flags = 0, refcount = 0, data = 0x47d, type = 0x0, id = 0, title = 0x0, artist = 0x0, 
  album = 0x0, album_artist = 0x49f, genre = 0x0, comment = 0x0, musicbrainz_trackid = 0x0, 
  musicbrainz_artistid = 0x0, musicbrainz_albumid = 0x0, musicbrainz_albumartistid = 0x11e9, 
  artist_sortname = 0x0, album_sortname = 0x0, album_artist_sortname = 0x0, tracknum = 0, 
  discnum = 0, duration = 0, bitrate = 0, bpm = 0, date = {julian_days = 0, julian = 0, dmy = 0, 
    day = 0, month = 0, year = 0}, location = 0xabb06618, mountpoint = 0x0, file_size = 0, 
  mimetype = 0x80b47c0, mtime = 0, first_seen = 0, last_seen = 1313311074, rating = 0, 
  play_count = 0, last_played = 0, last_played_str = 0x0, first_seen_str = 0x0, last_seen_str = 
    0x0, playback_error = 0x0}

I can barely use rhythmbox for listening to podcast as it crashes so often!
Comment 1 Jonathan Matthew 2011-08-14 09:44:37 UTC
I'm not going to accept this patch as it just papers over a serious problem.  Please attach a copy of your rhythmdb.xml file and output from 'rhythmbox -D rhythmdb' showing this crash occurring.
Comment 2 Jonathan Briggs 2011-09-19 16:38:38 UTC
I have also hit this problem, or at least it is a crash in the same function.

I am going to attach the report file that the abrt tool collected.
Comment 3 Jonathan Briggs 2011-09-19 16:40:58 UTC
Created attachment 196967 [details]
ABRT tool report

Report from the ABRT tool collected when rhythmbox crashed with a segfault while playing a podcast.
Comment 4 Jonathan Briggs 2011-09-19 16:44:30 UTC
By the way, Jonathan. I am not sure that asking for a reproduction using -D is realistic. I can play podcasts for hours without hitting this problem. Even the same podcast that crashed before.
Comment 5 Jonathan Briggs 2011-09-19 16:47:33 UTC
Created attachment 196968 [details]
Local rhythmdb.xml file

This is the rhythmdb.xml file that I was using when rhythmbox crashed.

The entry that was being played is:
  <entry type="song">
    <title>Writing Excuses Season 3 Episode 28: World-Building Gender Roles</title>
    <genre>Podcast</genre>
    <artist>Brandon Sanderson, Howard Tayler, Dan Wells</artist>
    <album>Writing Excuses</album>
    <track-number>28</track-number>
    <duration>1029</duration>
    <file-size>12367469</file-size>
    <location>file:///home/lynx/Music/Podcasts/Writing%20Excuses/Writing%20Excuses%20Season%203%20Episode%2028_%20World-Building%20Gender%20Roles.mp3</location>
    <mtime>1308970496</mtime>
    <first-seen>1309386767</first-seen>
    <bitrate>96</bitrate>
    <date>733408</date>
    <mimetype>application/x-id3</mimetype>
  </entry>
Comment 6 GNOME Infrastructure Team 2018-05-24 17:07:04 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/1096.