- Thread Starter
- #26
I have the problem totally debugged, if i make a symlink in ZFS filesystem to a ext4 filesystem, it makes the crash app, its not the mount point per se, its the symlink.
In that way it crashes, but its not related to symlinks in general it only happens with evilDir name, if i make the symlink in that other way:
It doesnt crash, i suspect about making gtk bookmarks to symlinks in another filesystems.
Code:
bagheera $ ~> ln -s /mnt/6T/evilDir/ evilDir
bagheera $ ~> ls -la evilDir
lrwxr-xr-x 1 kr0m kr0m 16 Oct 23 22:57 evilDir -> /mnt/6T/evilDir/
In that way it crashes, but its not related to symlinks in general it only happens with evilDir name, if i make the symlink in that other way:
Code:
bagheera $ ~> ln -s /mnt/6T/evilDir/ evilDir2
bagheera $ ~> ls -la evilDir2
lrwxr-xr-x 1 kr0m kr0m 16 Oct 23 23:09 evilDir2 -> /mnt/6T/evilDir/
It doesnt crash, i suspect about making gtk bookmarks to symlinks in another filesystems.