rjeczalik / notify

File system event notification library on steroids.
MIT License
900 stars 128 forks source link

SIGSEGV when built with 1.17 on macOS #210

Closed deltamualpha closed 2 years ago

deltamualpha commented 2 years ago

Discovered here: https://github.com/mitranim/gow/issues/18.

Appears related to https://github.com/golang/go/issues/45702.

Looks like notify has a very old version of x/sys: golang.org/x/sys v0.0.0-20180926160741-c2ed4eda69e7.

deltamualpha commented 2 years ago

resolved in gow, not here.