On Saturday 2011-05-21 23:41, Mr Dash Four wrote: > >>> I could not get such segfaults at all. >>> >> >> Nevertheless, I would recommend to mr-4 to have a ipset and libmnl compiled >> with debug info, point to it via LD_LIBRARY_PATH, and then feed it through >> valgrind with the same input. That may give some more insight. >> > I am willing to help if you let me know what I need to do, though this will be > done in the coming days as I have other things I need to take care of and ran > out of time, unfortunately. Get libmnl source (either git or tarball), and get ipset source likewise, and for each, ./configure CFLAGS="-O0 -ggdb3" and make - no install. Subsequently (substitute by appropriate paths/actions): LD_LIBRARY_PATH=$HOME/src/libmnl/src/.libs \ libtool --mode=execute valgrind $HOME/src/ipset/src/ipset $action Reasonable recipe for any program :) -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html