Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

"read: interrupted system call" on RHEL 6.4 #83

Open
dennisconrad opened this issue Jan 29, 2014 · 2 comments
Open

"read: interrupted system call" on RHEL 6.4 #83

dennisconrad opened this issue Jan 29, 2014 · 2 comments

Comments

@dennisconrad
Copy link

I'm using fsnotify on Red Hat Enterprise Server 6.4 (should be the same as CentOS 6.4).

It seems to work and I am receiving events, but with a slightly modified example, the following section

select {
    case ev := <-watcher.Event:
        log.Println("event:", ev)
    case err := <-watcher.Error:
        log.Println("error:", err)
}

throws the following error once in a while:

read: interrupted system call

Any idea why this happens or how to debug this?

@nathany
Copy link
Contributor

nathany commented Jan 30, 2014

@dennisconrad Thanks for the report. Unfortunately I don't have a Red Hat VM setup yet.

Go 1.3 will include os/fsnotify in standard library. We are in the process of moving development and issue tracking over to the Go project (currently under go.exp/fsnotify): https://code.google.com/p/go/issues/list?q=fsnotify

@nathany
Copy link
Contributor

nathany commented Jun 29, 2014

@dennisconrad Do you still see this issue under RHEL? What about CentOS?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants