On Fri, Jan 13, 2017 at 12:05:09PM +0100, Petr Topiarz wrote: > OpenBSD 5.9, 6.0 and current on amd64 behave the same: > Problem: > - Thunar or Nautilus crash acessing mounted EXT2. > > Elimination - it is not a kernel bug, since: > - in KDE4 minimal, I can normaly browse the mounted EXT2 disk with > konqueror/dolphin. > - command line access also without problem. > > How to repeat: > - install OpenBSD amd64 current or 6.0 > - install XFCE or GNOME > - mount_ext2fs /dev/whateverdisk /mnt > - open thunar/nautilus and navigate to /mnt > > Workaround/solution: > - use Dolphin, use mc > > Suspects: > - something in DBUS?
Unlikely. It might be because of kevent(2) support missing in our ext2fs code; glib2 and gvfs use kqueue(1) for watching files and directories (both nautilus and thunar use gvfs). -- Antoine
