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
I am seeing the below issue when i try to run my application on containers.
2023/08/17 11:11:36 FATAL -- failed to create Watcher goroutine 14 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x65 github.com/sec/go-plugin/vendor/github.com/hpcloud/tail/util.Fatal({0x7a6e23?, 0xc000310080?}, {0x0, 0x0, 0x0})
Tried on alpine & centos based containers with go 1.19.6.
Is this a known issue ? or is it not supported by the OS or go version i am using? Appreciate all the help.
The text was updated successfully, but these errors were encountered:
met the same problem 😢
Sorry, something went wrong.
No branches or pull requests
I am seeing the below issue when i try to run my application on containers.
2023/08/17 11:11:36 FATAL -- failed to create Watcher
goroutine 14 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:24 +0x65
github.com/sec/go-plugin/vendor/github.com/hpcloud/tail/util.Fatal({0x7a6e23?, 0xc000310080?}, {0x0, 0x0, 0x0})
Tried on alpine & centos based containers with go 1.19.6.
Is this a known issue ? or is it not supported by the OS or go version i am using?
Appreciate all the help.
The text was updated successfully, but these errors were encountered: