-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
segfault with 0.6 and libnetfilter_conntrack 1.0.5 #4
Comments
I'm not able to reproduce it using linux 4.2.0 and libnetfilter_conntrack 1.0.5. What version are you using ? Also could you provide a gdb backtrace to help debugging ? |
Linux 4.1.12, pynetfilter_conntrack 0.6, libnetfilter_conntrack 1.0.5.
|
Thanks a lot, I won't need the python info. Libnetfilter_conntrack info are enough. |
|
In 1.0.5 line 248 is
but the bt seems to show a line with
Could you source be patched or am I reading it wrong ? |
I checked the PKGBUILD and it pulls the file from netfilter.org directly.
The PKGBUILD for pynetfilter_conntrack pulls from cheeseshop.python.org
|
Same problem here using archlinux 64bits. I traced down the issue to func.py where typing is not strict enough related to the library (int vs uint for values that can have the 31 bit set ...), usage of bytes vs int, pointer sizes in 64 bits systems. |
Hi, Can you add more examples with filter? |
As described in the subject, contrack.catch() segfaults with libnetfilter_conntrack 1.0.5 and version 0.6 of the egg. It occurs with the provided example events.py and conntrack.py, too.
The text was updated successfully, but these errors were encountered: