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
We use phabulous very successfully, but it periodically crashes and has to be restarted.
I started running it in a shell so that I could see the output. I ran into the following crash when updating an existing diff:
[GIN] 2019/03/14 - 17:01:33 | 200 | 396.807181ms | ::1 | POST /v1/feed/receive panic: repeated read on failed websocket connection goroutine 37 [running]: github.com/etcinit/phabulous/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc42042db80, 0xc420213558, 0x0, 0x0, 0xc420360ec0, 0xc420360ec0) C:/Users/Martin/Documents/go/src/github.com/etcinit/phabulous/vendor/github.com/gorilla/websocket/conn.go:958 +0x3d9 github.com/etcinit/phabulous/vendor/github.com/gorilla/websocket.(*Conn).ReadJSON(0xc42042db80, 0xad2ec0, 0xc4204084c0, 0xf2b760, 0xf61110) C:/Users/Martin/Documents/go/src/github.com/etcinit/phabulous/vendor/github.com/gorilla/websocket/json.go:45 +0x2f github.com/etcinit/phabulous/vendor/github.com/nlopes/slack.(*RTM).receiveIncomingEvent(0xc4201ccdc0) C:/Users/Martin/Documents/go/src/github.com/etcinit/phabulous/vendor/github.com/nlopes/slack/websocket_managed_conn.go:288 +0xaa github.com/etcinit/phabulous/vendor/github.com/nlopes/slack.(*RTM).handleIncomingEvents(0xc4201ccdc0, 0xc4201f8000) C:/Users/Martin/Documents/go/src/github.com/etcinit/phabulous/vendor/github.com/nlopes/slack/websocket_managed_conn.go:223 +0x2d created by github.com/etcinit/phabulous/vendor/github.com/nlopes/slack.(*RTM).ManageConnection C:/Users/Martin/Documents/go/src/github.com/etcinit/phabulous/vendor/github.com/nlopes/slack/websocket_managed_conn.go:54 +0x265
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We use phabulous very successfully, but it periodically crashes and has to be restarted.
I started running it in a shell so that I could see the output. I ran into the following crash when updating an existing diff:
The text was updated successfully, but these errors were encountered: