pynetfilter_conntrack icon indicating copy to clipboard operation
pynetfilter_conntrack copied to clipboard

Segfault after instantiation of class

Open blackbit42 opened this issue 7 years ago • 1 comments

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.

gdb-output.txt ct.py.txt

blackbit42 avatar Jul 26 '17 18:07 blackbit42

I too can reproduce this on Centos-8 64 bit Python2.7.

Preacher066 avatar Nov 12 '20 05:11 Preacher066