We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
Here are an example python file and the gdb 'backtrace full' after the segfault.
gdb-output.txt ct.py.txt
The text was updated successfully, but these errors were encountered:
I too can reproduce this on Centos-8 64 bit Python2.7.
Sorry, something went wrong.
No branches or pull requests
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):
Here are an example python file and the gdb 'backtrace full' after the segfault.
gdb-output.txt
ct.py.txt
The text was updated successfully, but these errors were encountered: