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

Panic in partition multiplexer #83

Closed
horkhe opened this issue Dec 20, 2016 · 0 comments
Closed

Panic in partition multiplexer #83

horkhe opened this issue Dec 20, 2016 · 0 comments
Labels

Comments

@horkhe
Copy link
Member

horkhe commented Dec 20, 2016

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
        panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x48 pc=0x6b3ec5]

goroutine 2752 [running]:
panic(0x7105e0, 0xc420012030)
        /usr/local/go/src/runtime/panic.go:500 +0x1a1
github.com/mailgun/kafka-pixy/actor.Spawn.func1.1(0xc4206eace0)
        /go/src/github.com/mailgun/kafka-pixy/actor/actor.go:64 +0x1e9
panic(0x7105e0, 0xc420012030)
        /usr/local/go/src/runtime/panic.go:458 +0x243
github.com/mailgun/kafka-pixy/consumer/topiccsm.(*T).Messages(0x0, 0xc421986300)
        /go/src/github.com/mailgun/kafka-pixy/consumer/topiccsm/topiccsm.go:56 +0x5
github.com/mailgun/kafka-pixy/consumer/multiplexer.(*T).run(0xc4200aab40)
        /go/src/github.com/mailgun/kafka-pixy/consumer/multiplexer/multiplexer.go:187 +0x473
github.com/mailgun/kafka-pixy/consumer/multiplexer.(*T).(github.com/mailgun/kafka-pixy/consumer/multiplexer.run)-fm()
        /go/src/github.com/mailgun/kafka-pixy/consumer/multiplexer/multiplexer.go:130 +0x2a
github.com/mailgun/kafka-pixy/actor.Spawn.func1(0xc4200aab78, 0xc4206eace0, 0xc420c13890)
        /go/src/github.com/mailgun/kafka-pixy/actor/actor.go:68 +0xca
created by github.com/mailgun/kafka-pixy/actor.Spawn
        /go/src/github.com/mailgun/kafka-pixy/actor/actor.go:69 +0x58
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
        panic: runtime error: invalid memory address or nil pointer dereference
@horkhe horkhe added the bug label Dec 20, 2016
@horkhe horkhe changed the title Topic consumer panic Panic in partition multiplexer Dec 20, 2016
@horkhe horkhe closed this as completed in a3a9ba5 Dec 21, 2016
horkhe added a commit that referenced this issue Dec 21, 2016
Fix nil interface gotcha (fixes #83)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant