[Bug 291064] locking bug in fuse_vnop_read()
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291064 Charlie Li <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Charlie Li <[email protected]> --- Just hit this with filesystems/exfat by merely loading or reading a sufficiently large single file, in my case trying to play a 4 GB video file in VLC. This seems consistent to what obiwac@ reported on the list before this bug was created. A simple reproducer could be, on another operating system, dd(1)ing /dev/random or /dev/zero to a sufficiently large size that is saved on an external/portable media with a filesystem that would use fuse here, then cat(1) that file on a -CURRENT system. -- You are receiving this mail because: You are the assignee for the bug.