Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2021 22:38:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount
Message-ID:  <bug-258056-227-RY6iiQdz9d@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258056-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258056-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=3D258056

--- Comment #4 from Keith White <kwhite.uottawa@gmail.com> ---
I see, thanks!  I still need help though.  Do you suspect the application?

The "bad" version has:=20
  5632 rclone   RET   fork 0
  5632 rclone   CALL  sigfastblock(0x1,0x82ac02038)
  5632 rclone   RET   sigfastblock 0
  5632 rclone   CALL  thr_self(0x7fffdf9faed8)
  5632 rclone   RET   thr_self 0
  5632 rclone   CALL  sigaltstack(0,0x7fffdf9fae98)
  5632 rclone   RET   sigaltstack 0
  5632 rclone   CALL  sigaltstack(0x7fffdf9fae60,0)
  5632 rclone   RET   sigaltstack 0
  5632 rclone   CALL  sigprocmask(SIG_SETMASK,0x7fffdf9faea8,0)
  5632 rclone   RET   sigprocmask 0
  5632 rclone   CALL  read(0x8,0xc000600000,0x21000)
  5632 rclone   RET   read -1 errno 35 Resource temporarily unavailable
  5632 rclone   CALL  close(0x8)
  5632 rclone   RET   close 0

Whereas the "good" version has:
  5640 rclone   RET   fork 0
  5640 rclone   CALL  sigfastblock(0x1,0x82ac02038)
  5640 rclone   RET   sigfastblock 0
  5640 rclone   CALL  thr_self(0x7fffdf9faed8)
  5640 rclone   RET   thr_self 0
  5640 rclone   CALL  sigaltstack(0,0x7fffdf9fae98)
  5640 rclone   RET   sigaltstack 0
  5640 rclone   CALL  sigaltstack(0x7fffdf9fae60,0)
  5640 rclone   RET   sigaltstack 0
  5640 rclone   CALL  sigprocmask(SIG_SETMASK,0x7fffdf9faea8,0)
  5640 rclone   RET   sigprocmask 0
  5640 rclone   CALL  read(0x8,0xc0006c6000,0x21000)
  5640 rclone   RET   nanosleep 0
  5640 rclone   CALL=20
compat11.kevent(0x5,0,0,0x7fffdfffd698,0x40,0x7fffdfffd670
)
  5640 rclone   STRU  struct kevent_freebsd11[] =3D {  }

So the read(8, ...) is what is failing.  Finding this in net/rclone will be=
 a
challenge...

(fd8 =3D "/dev/fuse")

--=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-258056-227-RY6iiQdz9d>