Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jan 2024 01:14:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276191] fusefs: panic Assertion prev_offset < next_offset
Message-ID:  <bug-276191-227-bOQJiM1NeQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276191-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276191-227@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=3D276191

Alan Somers <asomers@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|bugs@FreeBSD.org            |asomers@FreeBSD.org

--- Comment #1 from Alan Somers <asomers@FreeBSD.org> ---
Created attachment 247521
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247521&action=
=3Dedit
Test case demonstrating the bug

Steps to reproduce:

1) Apply the attached patch
2) cd tests/sys/fs/fusefs
3) make && sudo make install
4) cd /usr/tests/sys/fs/fusefs
5) kyua debug io:main

Or, to run just the relevant test case, replace step 5 above with:

5a) sudo mkdir mountpoint
5b) sudo chmod 1777 mountpoint
5c) sudo touch backing_file control
5d) sudo chown $USER backing_file control
5e) ./io -v  mountpoint
--gtest_filter=3DIo/IoFspaceCtl.fspacectl_after_mmap_write/1

--=20
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-276191-227-bOQJiM1NeQ>