On Fri, Dec 23, 2005 at 08:29:42PM -0500, Jon Oberheide wrote: > Greetings, > > I came across an issue in rhythmdb_entry_get_string() that is triggered > while using the dbus getSongProperties method. It appears that the > propid being passed in is RHYTHMDB_PROP_SEARCH_MATCH and therefore hits > the g_assert_not_reached() and aborts the program. > > While this assertion can simply be commented out in order to continue my > dbus work, hopefully someone more familiar with this area of rhythmbox > can implement a correct solution.
This was also reported as bug #325025, which I fixed in CVS a couple of days ago. rhythmdb_entry_get_string() for RHYTHMDB_PROP_SEARCH_MATCH now returns NULL rather than aborting. Since that property doesn't even have a value (it's only used in queries to trigger a particular type of matching behaviour for the search box), that's about all we can do. _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
