sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.78k stars 164 forks source link

Driver hangs reliably when listing extended attributes #71

Closed ichernev closed 5 years ago

ichernev commented 5 years ago

When copying from a apfs-fuse volume with -a (archive) flag, the copy hangs reliably at the end of the first file. After strace I figured it is caused by flistxattr syscall that never returns.

The file itself is copied properly, its just the extended attributes that make it go bad.

This is reproducible with latest master c7036a3

sgan81 commented 5 years ago

Thanks for the report. Fixed.