-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
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: runtime error: invalid memory address or nil pointer dereference #145
Comments
@ramon-ga this looks like Go issue as panic happens inside HTTP/2 implementation. See golang/go#17868 - this commit most probably solves panic - but it have not been included into recent 1.7.5 for some reason... |
Yes, because of that i disabled the http2 temporary with Running now for 45min without crashing.
|
@ramon-ga commit 329fe35 should fix it |
@ramon-ga could we wait for a couple of days until Go 1.8 out to make new release? It will contain fixes for this panic so no need to use |
Wow, you're fast! |
@ramon-ga released v1.6.4 using Go 1.7.5, new release must fix this issue - feel free to reopen in case it does not. |
At the moment we have a lot f restarts of the centrifugo ssl service (~every 5mins)
Version: 1.6.3 on Ubuntu 16.04.1 LTS
In the syslog i got the following messages:
Because of the repeating restarts, the client connection count is going up:
The first spike to 0 connections was the start i think..
Do you have an idea if it's a problem of centrifugo or system configuration?
The text was updated successfully, but these errors were encountered: