[Bug 194293] FUSE program freezes when seeking pos > file size

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 10 21:46:33 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194293

--- Comment #1 from nishida at asusa.net ---
Created attachment 148181
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148181&action=edit
fseek test

Actually, I have noticed that the attached simple program also freezes my FUSE
program.
The program just fopen -> fseek(100) -> fwrite().
Please compile it and use for an EXISTING tiny file less than 100bytes like:

% test aaa

Interestingly, it does not freeze when aaa does not exist, in other words,
create() is called by FUSE.
It is only affected when an existing small file is specified.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list