Hi All, I'm coding with the libnetfilter-conntrack in C and, for some unexpected reasons, my program use to crash (could be after a few minutes or a few hours) with the following message: > api.c:137: nfct_callback_register: Assertion `h != ((void *)0)' failed. AFAIK, "h" is the library handler defined by nfct_open(CONNTRACK, 0) and used in nfct_callback_register, nfct_query and nfct_close. But I have no idea how to debug that.... I'm using the following libs on Debian Lenny: >libnetfilter-conntrack-dev 0.0.50-1 >libnetfilter-conntrack1 0.0.50-1 I pasted my code here: http://rafb.net/p/nz33XI27.html This drives me crazy... It's probably just a stupid mistake but I don't see it... Thanks for your help, Julien
Attachment:
signature.asc
Description: This is a digitally signed message part.