GapInStream exception that specifies "please report this"

I installed packetbeat with the default protocols configuration, and my /var/log/messages immediately starts filling up with tons of errors like the following. The error asks me to report it, so here's the report.

Let me know if I can provide any other info. This is a Centos 6 machine with packetbeat version 1.1.1 (amd64)

Mar 14 22:44:58 app2 /usr/bin/packetbeat[25929]: log.go:114: Stacktrace: /go/src/github.com/elastic/beats/libbeat/logp/log.go:114 (0x4aa716)#012/usr/local/go/src/runtime/asm_amd64.s:437 (0x4621ee)#012/usr/local/go/src/runtime/panic.go:423 (0x4307c9)#012/usr/local/go/src/runtime/panic.go:42 (0x42ee89)#012/usr/local/go/src/runtime/sigpanic_unix.go:24 (0x44589a)#012/go/src/github.com/elastic/beats/packetbeat/protos/memcache/plugin_tcp.go:335 (0x4de83d)#012/go/src/github.com/elastic/beats/packetbeat/protos/tcp/tcp.go:112 (0x51172d)#012/go/src/github.com/elastic/beats/packetbeat/protos/tcp/tcp.go:148 (0x511f3c)#012/go/src/github.com/elastic/beats/packetbeat/decoder/decoder.go:183 (0x6f80a7)#012/go/src/github.com/elastic/beats/packetbeat/decoder/decoder.go:101 (0x6f75e1)#012/go/src/github.com/elastic/beats/packetbeat/sniffer/sniffer.go:356 (0x526299)#012/go/src/github.com/elastic/beats/packetbeat/beat/packetbeat.go:232 (0x4676fb)#012/usr/local/go/src/runtime/asm_amd64.s:1721 (0x464561)
Mar 14 22:44:58 app2 /usr/bin/packetbeat[25929]: log.go:113: GapInStream(memcache) exception. Recovering, but please report this: runtime error: invalid memory address or nil pointer dereference.
Mar 14 22:44:58 app2 /usr/bin/packetbeat[25929]: log.go:114: Stacktrace: /go/src/github.com/elastic/beats/libbeat/logp/log.go:114 (0x4aa716)#012/usr/local/go/src/runtime/asm_amd64.s:437 (0x4621ee)#012/usr/local/go/src/runtime/panic.go:423 (0x4307c9)#012/usr/local/go/src/runtime/panic.go:42 (0x42ee89)#012/usr/local/go/src/runtime/sigpanic_unix.go:24 (0x44589a)#012/go/src/github.com/elastic/beats/packetbeat/protos/memcache/plugin_tcp.go:335 (0x4de83d)#012/go/src/github.com/elastic/beats/packetbeat/protos/tcp/tcp.go:112 (0x51172d)#012/go/src/github.com/elastic/beats/packetbeat/protos/tcp/tcp.go:148 (0x511f3c)#012/go/src/github.com/elastic/beats/packetbeat/decoder/decoder.go:183 (0x6f80a7)#012/go/src/github.com/elastic/beats/packetbeat/decoder/decoder.go:101 (0x6f75e1)#012/go/src/github.com/elastic/beats/packetbeat/sniffer/sniffer.go:356 (0x526299)#012/go/src/github.com/elastic/beats/packetbeat/beat/packetbeat.go:232 (0x4676fb)#012/usr/local/go/src/runtime/asm_amd64.s:1721 (0x464561)
Mar 14 22:44:58 app2 /usr/bin/packetbeat[25929]: log.go:113: GapInStream(memcache) exception. Recovering, but please report this: runtime error: invalid memory address or nil pointer dereference.```

This seems to be the same issue as reported here: https://github.com/elastic/beats/issues/1162