On Wed, 2007-12-19 at 00:58 -0500, David Zeuthen wrote: > Hi, > > Here's a new set of patches > > http://people.freedesktop.org/~david/gio-4.patch > http://people.freedesktop.org/~david/gvfs-4.patch
Oh, another bug. This: cdda_backend->num_open_files++; is not threadsafe, and if you use the non-try_ methods in backends each call will be run in a worker thread. _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
