You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Apr 23, 2019, at 3:26 AM, Yorick Gersie ***@***.***> wrote:
this commit bdc0364 changed the next bytes.Buffer to a pointer. The first time Reset() is called while this is still a nil pointer Fabio crashes:
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1607a5d]
goroutine 31 [running]:
bytes.(*Buffer).Reset(...)
/usr/local/Cellar/go/1.11/libexec/src/bytes/buffer.go:99
main.watchBackend(0xc000232000, 0xc0001cc8a0)
/Users/ygersie/gopath/src/github.com/fabiolb/fabio/main.go:465 +0x20d
created by main.main
/Users/ygersie/gopath/src/github.com/fabiolb/fabio/main.go:134 +0x78a
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
this commit bdc0364 changed the
next
bytes.Buffer to a pointer. The first timeReset()
is called while this is still a nil pointer Fabio crashes:The text was updated successfully, but these errors were encountered: