Skip to content
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

nil Pointer in redis parser #395

Closed
voelzmo opened this issue Nov 20, 2015 · 1 comment
Closed

nil Pointer in redis parser #395

voelzmo opened this issue Nov 20, 2015 · 1 comment

Comments

@voelzmo
Copy link

voelzmo commented Nov 20, 2015

This is the stacktrace I'm seeing, not sure how to gather more debug information:

2015/11/20 19:36:47.194387 log.go:110: ERR ParseRedis exception. Recovering, but please report this: runtime error: invalid memory address or nil pointer dereference.
2015/11/20 19:36:47.194481 log.go:111: ERR Stacktrace: /go/src/github.com/elastic/packetbeat/Godeps/_workspace/src/github.com/elastic/libbeat/logp/log.go:111 (0x48bfb6)
/usr/local/go/src/runtime/asm_amd64.s:437 (0x47d72e)
/usr/local/go/src/runtime/panic.go:423 (0x44d329)
/usr/local/go/src/runtime/panic.go:42 (0x44b9e9)
/usr/local/go/src/runtime/sigpanic_unix.go:24 (0x46228a)
/go/src/github.com/elastic/packetbeat/protos/redis/redis.go:579 (0x51af62)
/go/src/github.com/elastic/packetbeat/protos/tcp/tcp.go:87 (0x5202f3)
/go/src/github.com/elastic/packetbeat/protos/tcp/tcp.go:173 (0x52142d)
/go/src/github.com/elastic/packetbeat/decoder/decoder.go:136 (0x6c6041)
/go/src/github.com/elastic/packetbeat/sniffer/sniffer.go:352 (0x532a09)
/go/src/github.com/elastic/packetbeat/packetbeat.go:212 (0x422f2b)
/usr/local/go/src/runtime/asm_amd64.s:1696 (0x47fa71)
@andrewkroh
Copy link
Member

Thanks for reporting. Looks like a duplicate of #384.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants