CAIDA / bgpstream

BGP measurement analysis for the masses
GNU General Public License v2.0
109 stars 43 forks source link

_pybgpstream.BGPStream.get_data_interfaces() appears broken #71

Closed mattijsjonker closed 6 years ago

mattijsjonker commented 6 years ago

The _pybgpstream.BGPStream.get_data_interfaces() does not work for me. It leads to a segfault.

Python 2.7.14 |Anaconda, Inc.| (default, Dec  7 2017, 17:05:42) 
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from _pybgpstream import BGPStream
>>> stream = BGPStream()
>>> stream.get_data_interfaces()
Segmentation fault
digizeph commented 6 years ago

@mattijsjonker thank you for bringing up this issue! To help us further investigate this issue, could you tell us the versions of BGPStream and pybgpstream that you installed in your environment? (Or the steps you followed to install the libraries)

mattijsjonker commented 6 years ago

Never mind, this appears to have been fixed in v1.2.0 ef9534981554bbf1db8f582c64a181fff0779290 (and I am on an older version).