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 384159 - crash in Music Player: First run of freshly com...
crash in Music Player: First run of freshly com...
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-12-09 20:04 UTC by i.r.williams
Modified: 2006-12-12 02:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description i.r.williams 2006-12-09 20:04:33 UTC
What were you doing when the application crashed?
First run of freshly compiled Rhythmbox.


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 118743040 vsize: 0 resident: 118743040 share: 0 rss: 18264064 rss_rlim: 0
CPU usage: start_time: 1165694614 rtime: 0 utime: 260 stime: 0 cutime:248 cstime: 0 timeout: 12 it_real_value: 0 frequency: 0

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

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1228093248 (LWP 19931)]
[New Thread -1303942240 (LWP 19943)]
[New Thread -1295549536 (LWP 19942)]
[New Thread -1285268576 (LWP 19941)]
[New Thread -1276605536 (LWP 19940)]
[New Thread -1268175968 (LWP 19937)]
[New Thread -1255052384 (LWP 19936)]
[New Thread -1246659680 (LWP 19935)]
[New Thread -1238266976 (LWP 19934)]
[New Thread -1229874272 (LWP 19933)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1228093248 (LWP 19931))

  • #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 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 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_query_deserialize
    at rhythmdb.c line 1840
  • #11 rhythmdb_query_deserialize
    at rhythmdb.c line 1826
  • #12 rb_playlist_source_new_from_xml
    at rb-playlist-source.c line 818
  • #13 rb_playlist_manager_load_playlists
    at rb-playlist-manager.c line 527
  • #14 idle_handle_load_complete
    at rb-shell.c line 2241
  • #15 g_source_is_destroyed
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #18 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #19 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #20 main
    at main.c line 185
  • #0 __kernel_vsyscall

Comment 1 Jonathan Matthew 2006-12-09 22:19:11 UTC
What version of rhythmbox are you using?  It looks like it's a much older version than ships with ubuntu edgy (still uses bonobo, seems to be from before the playlist source was split up into subclasses).  I think what's happening here is that you have a playlists.xml file created by a newer version that includes some    query criteria that the older version doesn't support.
Comment 2 André Klapper 2006-12-10 22:42:35 UTC
stacktrace looks very similar to bug 375212
Comment 3 i.r.williams 2006-12-11 13:21:58 UTC
The source code is from version 0.8.5 which is a much older version than I intended to compile.  I am running edgy-eft and have version 0.9.6 installed.  Apologies for any time wasted - I'll go download the correct source-code.

(In reply to comment #1)
> What version of rhythmbox are you using?  It looks like it's a much older
> version than ships with ubuntu edgy (still uses bonobo, seems to be from before
> the playlist source was split up into subclasses).  I think what's happening
> here is that you have a playlists.xml file created by a newer version that
> includes some    query criteria that the older version doesn't support.
> 
Comment 4 Jonathan Matthew 2006-12-12 02:42:53 UTC
OK, thanks for confirming that.  Bug 350304 is our generic 'handle stuff from the future' bug, so I'm marking this bug as a duplicate.

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