Bug#250546: Repeatable segfault on startup

J.H.M. Dassen (Ray) "J.H.M. Dassen (Ray)" <fsmla@xinara.org>, 250546@bugs.debian.org
Sun, 23 May 2004 20:25:44 +0200


--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: rhythmbox
Version: 0.8.4-2
Severity: normal

With the attached ~/.gnome2/rhythmbox/rhythmdb.xml, rhythmbox crashes on
startup. Note the two entries have identical <location> values. Changing
them (e.g. just changing the port number on one of them) makes the segfault
go away.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-pre3
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1

Versions of packages rhythmbox depends on:
ii  gconf2                    2.6.1-1        GNOME configuration database syste
ii  gstreamer0.8-gnomevfs     0.8.1-2        Gnome VFS plugin for GStreamer
ii  gstreamer0.8-mad          0.8.1-2        MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-misc         0.8.1-2        Collection of various GStreamer pl
ii  gstreamer0.8-oss          0.8.1-2        OSS plugin for GStreamer
ii  gstreamer0.8-vorbis       0.8.1-2        Vorbis plugin for GStreamer
ii  libart-2.0-2              2.3.16-5       Library of functions for 2D graphi
ii  libatk1.0-0               1.6.1-2        The ATK accessibility toolkit
ii  libaudiofile0             0.2.6-3        Open-source version of SGI's audio
ii  libbonobo2-0              2.6.0-1        Bonobo CORBA interfaces library
ii  libbonoboui2-0            2.6.0-2        The Bonobo UI library
ii  libc6                     2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]    0.2.29-1       Enlightened Sound Daemon (ALSA) - 
ii  libgconf2-4               2.6.1-1        GNOME configuration database syste
ii  libgcrypt1                1.1.12-4       LGPL Crypto library - runtime libr
ii  libglade2-0               1:2.3.6-4      Library to load .glade files at ru
ii  libglib2.0-0              2.4.1-2        The GLib library of C routines
ii  libgnome2-0               2.6.1-1        The GNOME 2 library - runtime file
ii  libgnomecanvas2-0         2.6.1.1-1      A powerful object-oriented display
ii  libgnomeui-0              2.6.1.1-1      The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0            2.6.1.1-2      The GNOME virtual file-system libr
ii  libgnomevfs2-common       2.6.1.1-2      The GNOME virtual file-system libr
ii  libgnutls7                0.8.12-5       GNU TLS library - runtime library
ii  libgstreamer-gconf0.8-0   0.8.1-2        GConf support for GStreamer
ii  libgstreamer0.8-0         0.8.1-2        Core GStreamer libraries, plugins,
ii  libgtk2.0-0               2.4.1-3        The GTK+ graphical user interface 
ii  libice6                   4.3.0.dfsg.1-1 Inter-Client Exchange library
ii  liborbit2                 1:2.10.2-1     libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0             1.4.0-3        Layout and rendering of internatio
ii  libpopt0                  1.7-4          lib for parsing cmdline parameters
ii  libsm6                    4.3.0.dfsg.1-1 X Window System Session Management
ii  libtasn1-0                0.1.2-2        Manage ASN.1 structures (runtime)
ii  libx11-6                  4.3.0.dfsg.1-1 X Window System protocol client li
ii  libxml2                   2.6.9-2        GNOME XML library
ii  scrollkeeper              0.3.14-8       A free electronic cataloging syste
ii  vorbis-tools              1.0.1-1        Several Ogg Vorbis Tools
ii  xlibs                     4.3.0.dfsg.1-1 X Window System client libraries m
ii  zlib1g                    1:1.2.1.1-3    compression library - runtime

-- no debconf information
-- 
Obsig: developing a new sig

--XsQoSWH+UP9D9v3l
Content-Type: text/xml; charset=us-ascii
Content-Disposition: attachment; filename="rhythmdb.xml"

<?xml version="1.0" standalone="yes"?>
<rhythmdb version="1.0">
  <entry type="song">
    <title>Gotham Radio</title>
    <genre>Unknown</genre>
    <artist>Unknown</artist>
    <album>Unknown</album>
    <track-number>-1</track-number>
    <disc-number>-1</disc-number>
    <file-size>0</file-size>
    <location>http://radio.gothmetal.net:7999</location>
    <rating>2.500000</rating>
    <auto-rate>1</auto-rate>
    <mimetype>audio/mpeg</mimetype>
  </entry>
  <entry type="iradio">
    <title>Gotham Radio - The Dark Side of Metal (www.gothmetal.net)</title>
    <genre>Gothic metal</genre>
    <artist></artist>
    <album></album>
    <track-number>-1</track-number>
    <file-size>0</file-size>
    <location>http://radio.gothmetal.net:7999</location>
    <play-count>1</play-count>
    <last-played>1085146460</last-played>
    <mimetype></mimetype>
  </entry>
</rhythmdb>

--XsQoSWH+UP9D9v3l--