GNOME Bugzilla – Bug 362883
crash in Rhythmbox Music Player: Downloading podcasts wit...
Last modified: 2007-03-12 07:42:33 UTC
What were you doing when the application crashed? Downloading podcasts with rhythembox Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 81063936 vsize: 0 resident: 81063936 share: 0 rss: 26664960 rss_rlim: 0 CPU usage: start_time: 1161098026 rtime: 0 utime: 1768 stime: 0 cutime:1685 cstime: 0 timeout: 83 it_real_value: 0 frequency: 9 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 -1228945744 (LWP 12153)] [New Thread -1250952288 (LWP 12169)] (no debugging symbols found) 0xffffe410 in __kernel_vsyscall ()
+ Trace 76802
Thread 1 (Thread -1228945744 (LWP 12153))
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
*** Bug 368657 has been marked as a duplicate of this bug. ***
*** Bug 377499 has been marked as a duplicate of this bug. ***
*** Bug 407918 has been marked as a duplicate of this bug. ***
*** Bug 414069 has been marked as a duplicate of this bug. ***
Debug backtrace from the https://launchpad.net/bugs/91276 crash: 645 rhythmdb_entry_set (data->pd->priv->db, data->entry, RHYTHMDB_PROP_STATUS, &val); (gdb) thread apply all bt full
+ Trace 117691
Thread 1 (process 26384)
arg_data = 0x81431d8, description = 0x8117cf3 "Path for database file to use", arg_description = 0x0}, { long_name = 0x8117d11 "playlists-file", short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x81431d4, description = 0x8117ec0 "Path for playlists file to use", arg_description = 0x0}, { long_name = 0x8119a80 "quit", short_name = 113 'q', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x81431d0, description = 0x8117d20 "Quit Rhythmbox", arg_description = 0x0}, {long_name = 0x8136ab7 "", short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_STRING_ARRAY, arg_data = 0x81431e4, description = 0x0, arg_description = 0x8117d2f "[URI...]"}, {long_name = 0x0, short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}}
(gdb) p *data->pd Cannot access memory at address 0x646c6f42
It's almost certainly bug 337332, which was caused by some thread safety issues which would damage pieces of podcast related memory. All reported dupes (including the one on Launchpad) are with 0.9.6, and it was fixed after that. Marking as a dupe. *** This bug has been marked as a duplicate of 337332 ***