On Tue, Feb 13, 2007 at 11:58:02AM -0800, Andreas Gruenbacher wrote: > > I'm running pretty new GNOME and dbus here: > > dbus 1.0.2 > > gnome 2.16.2 > > hal 0.5.7.1 > > nautilus 2.16.3 > > > > Any ideas of things I can test? > > Sorry for the breakage. Printk of the __d_path result may tell: > > Index: b/fs/dcache.c > =================================================================== > --- a/fs/dcache.c > +++ b/fs/dcache.c > @@ -1803,6 +1803,8 @@ char *__d_path(struct dentry *dentry, st > > out: > spin_unlock(&dcache_lock); > + printk(KERN_DEBUG "%s(%d): %s\n", current->comm, current->pid, > + IS_ERR(buffer) ? "failed" : buffer); > return buffer; >
This causes the following to just loop over and over, incrementing the pid: gnome-vfs-daemo(8914): gnome-vfs-daemo(8914): / gnome-vfs-daemo(8914): /proc gnome-vfs-daemo(8914): /sys gnome-vfs-daemo(8914): /dev gnome-vfs-daemo(8914): /dev/pts gnome-vfs-daemo(8914): /dev/shm gnome-vfs-daemo(8914): /proc/bus/usb gnome-vfs-daemo(8914): /proc/sys/fs/binfmt_misc gnome-vfs-daemo(8918): gnome-vfs-daemo(8918): / gnome-vfs-daemo(8918): /proc gnome-vfs-daemo(8918): /sys gnome-vfs-daemo(8918): /dev gnome-vfs-daemo(8918): /dev/pts gnome-vfs-daemo(8918): /dev/shm gnome-vfs-daemo(8918): /proc/bus/usb gnome-vfs-daemo(8918): /proc/sys/fs/binfmt_misc and so on... I'm running gnome-vfs version 2.6.13 if that matters. Anything else I can try? thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/