zeromq / gyre

Golang port of Zyre
GNU Lesser General Public License v3.0
89 stars 20 forks source link

Gyre panics on interfaces with no addresses #19

Closed narayandesai closed 9 years ago

narayandesai commented 9 years ago

Gyre panics the full application on start() when run on interfaces without any addresses.

beacon/beacon.go:138 assumes that iface.Addrs() returns a non-empty array. If this is not true, the application panics.

armen commented 9 years ago

Thanks for reporting the bug, sorry for my delay on responding. Fixed the bug could you please confirm that it fixed the bug, if so please also close the issue.

armen commented 9 years ago

Closing the issue.