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 352511 - crash in Rhythmbox Music Player: I was starting the appli...
crash in Rhythmbox Music Player: I was starting the appli...
Status: RESOLVED DUPLICATE of bug 350304
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-23 10:03 UTC by g.posthumus
Modified: 2006-08-23 13:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description g.posthumus 2006-08-23 10:03:21 UTC
What were you doing when the application crashed?
I was starting the application


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.15.92 2006-08-22 (Ubuntu)
BugBuddy Version: 2.15.92

Memory status: size: 75309056 vsize: 0 resident: 75309056 share: 0 rss: 25018368 rss_rlim: 0
CPU usage: start_time: 1156327355 rtime: 0 utime: 143 stime: 0 cutime:134 cstime: 0 timeout: 9 it_real_value: 0 frequency: 5

Backtrace was generated from '/usr/bin/rhythmbox'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1228536144 (LWP 7119)]
[New Thread -1260983392 (LWP 7131)]
0xffffe410 in __kernel_vsyscall ()

Thread 2 (Thread -1260983392 (LWP 7131))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 *__GI_raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 *__GI_abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #10 rhythmdb_tree_new
  • #11 xmlParseStartTag
    from /usr/lib/libxml2.so.2
  • #12 xmlParseElement
    from /usr/lib/libxml2.so.2
  • #13 xmlParseDocument
    from /usr/lib/libxml2.so.2
  • #14 rhythmdb_tree_new
  • #15 rhythmdb_load
  • #16 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #17 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #18 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 Jonathan Matthew 2006-08-23 13:46:19 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

You're running a rhythmbox binary that only understands v1.2 of the database format with a v1.3 database.  We don't handle that situation very well. You can probably get around this by changing the 'version="1.3"' attribute at the start of your rhythmdb.xml file to say 'version="1.2"', but no guarantees this will work..

*** This bug has been marked as a duplicate of 350304 ***