Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 21:46:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194293] FUSE program freezes when seeking pos > file size
Message-ID:  <bug-194293-8-JQWGw9h4vZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194293-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194293-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194293

--- Comment #1 from nishida@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194293-8-JQWGw9h4vZ>