GNOME Bugzilla – Bug 384253
crash in Rhythmbox Music Player: i had been listening to ...
Last modified: 2006-12-10 04:36:36 UTC
What were you doing when the application crashed? i had been listening to music, turning the visualizations on and off every once and awhile. removed a bunchload of songs from the filesystem. the crash happened when i went to check the properties of a file (one that was not removed during the deletion, tho, those songs seemed to have been removed from the list automatically anyways). this is cvs rhythmbox as of changelog revision 1.2434 + latest visualization patch. Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 218849280 vsize: 0 resident: 218849280 share: 0 rss: 56741888 rss_rlim: 0 CPU usage: start_time: 1165714098 rtime: 0 utime: 84600 stime: 0 cutime:81566 cstime: 0 timeout: 3034 it_real_value: 0 frequency: 145 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 -1228966224 (LWP 6235)] [New Thread -1334432864 (LWP 10478)] [New Thread -1326040160 (LWP 10476)] [New Thread -1390421088 (LWP 10475)] [New Thread -1436292192 (LWP 10209)] [New Thread -1410360416 (LWP 10208)] [New Thread -1360004192 (LWP 10207)] [New Thread -1343218784 (LWP 10206)] [New Thread -1317647456 (LWP 6249)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 92946
Thread 1 (Thread -1228966224 (LWP 6235))
It looks like the RBShellClipboard thinks the current source is NULL, causing the above. I'm fairly certain that rb_shell_clipboard_set_source should never be passed NULL.
Fixed in the latest visualisation patch.