hanwen / go-fuse

FUSE bindings for Go
Other
1.97k stars 313 forks source link

panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000) in v2.4.2 on darwin #493

Closed dsxack closed 7 months ago

dsxack commented 7 months ago

After update from v2.4.0 to v2.4.2 I got this error on darwin platform:

panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000)

Its because:

fuse/types_darwin.go

CAP_XTIMES = (1 << 31)

has equal value to

fuse/types.go:

CAP_INIT_RESERVED = (1 << 31)
dsxack commented 7 months ago

Fix merged https://github.com/hanwen/go-fuse/commit/aab5a0dd1b9eea289e9f0cda96a283baaa1b5d10