pynetfilter_conntrack
pynetfilter_conntrack copied to clipboard
Segfault after instantiation of class
I experience a segfault with pynetfilter_conntrack, reproducible with:
$ python -c "import pynetfilter_conntrack; pynetfilter_conntrack.Conntrack()"
Since issue #4 is specific regarding the call to catch() I believe this is not a duplicate.
Versions (Debian stretch):
- pynetfilter-conntrack: 0.7 (from pip)
- libnetfilter-conntrack: 1.0.6
- linux: 4.9.0
Here are an example python file and the gdb 'backtrace full' after the segfault.
I too can reproduce this on Centos-8 64 bit Python2.7.