We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: send on closed channel goroutine 52 [running]: panic(0x416aae0, 0xc82000ef30) /usr/local/Cellar/go/1.6.2/libexec/src/runtime/panic.go:481 +0x3e6 github.com/burke/zeus/go/filemonitor.(*fsEventsMonitor).Add(0xc820010fc0, 0xc82029a150, 0x65, 0x0, 0x0) /Users/andrew/code/go/src/github.com/burke/zeus/go/filemonitor/filemonitor_darwin.go:40 +0x5b github.com/burke/zeus/go/processtree.(*SlaveNode).handleMessages(0xc8200ba380, 0xc8200e0088) /Users/andrew/code/go/src/github.com/burke/zeus/go/processtree/slavenode.go:414 +0x251 created by github.com/burke/zeus/go/processtree.(*SlaveNode).SlaveWasInitialized /Users/andrew/code/go/src/github.com/burke/zeus/go/processtree/slavenode.go:124 +0x38d panic: send on closed channel goroutine 37 [running]: panic(0x416aae0, 0xc8200e62d0) /usr/local/Cellar/go/1.6.2/libexec/src/runtime/panic.go:481 +0x3e6 github.com/burke/zeus/go/filemonitor.(*fsEventsMonitor).Add(0xc820010fc0, 0xc8200fc7e0, 0x6a, 0x0, 0x0) /Users/andrew/code/go/src/github.com/burke/zeus/go/filemonitor/filemonitor_darwin.go:40 +0x5b github.com/burke/zeus/go/processtree.(*SlaveNode).handleMessages(0xc8200ba1c0, 0xc820124018) /Users/andrew/code/go/src/github.com/burke/zeus/go/processtree/slavenode.go:414 +0x251 created by github.com/burke/zeus/go/processtree.(*SlaveNode).SlaveWasInitialized /Users/andrew/code/go/src/github.com/burke/zeus/go/processtree/slavenode.go:124 +0x38d
The text was updated successfully, but these errors were encountered:
I'm not really sure what to make of this @thedrow any chance you could elaborate?
Sorry, something went wrong.
Yes I started Zeus and then typed Ctrl+C in order to stop it.
Mh.. @thedrow is this reproducible for you? I tried on both mac an linux but can't see it happening, what would potentially help is:
Thanks for your help!
I no longer have access to that machine but I did see it happening from time to time. I was using the latest Zeus version and OS X Sierra.
No branches or pull requests
The text was updated successfully, but these errors were encountered: